Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue deleting external network from Horizon #70

Open
AJNOURI opened this issue Aug 5, 2017 · 0 comments
Open

Issue deleting external network from Horizon #70

AJNOURI opened this issue Aug 5, 2017 · 0 comments
Assignees
Labels

Comments

@AJNOURI
Copy link
Owner

AJNOURI commented Aug 5, 2017

Had to delete the external network to configure a new one.
Removed all routers using it as gateway, all ipfloatnig ports and other ports conencted to private networks.

But couldn't delete it from the Horizon:

selection_0167

Even though I succeeded from CLI:

openstack network list

+--------------------------------------+------------------+--------------------------------------+
| ID | Name | Subnets |
+--------------------------------------+------------------+--------------------------------------+
| 267ed855-d615-4197-973d-ab843359889f | LAN1 | f2e19632-6b65-4cef-8ac8-e442bbf0cd62 |
| b1c927a8-83e8-441f-867f-b3b88aedc9f1 | external_network | c4dcccbc-e41c-43a7-9c6c-e97b645295b2 |
+--------------------------------------+------------------+--------------------------------------+

openstack network delete external_network

[root@devstack1 ~(keystone_admin)]#

openstack network list

+--------------------------------------+------+--------------------------------------+
| ID | Name | Subnets |
+--------------------------------------+------+--------------------------------------+
| 267ed855-d615-4197-973d-ab843359889f | LAN1 | f2e19632-6b65-4cef-8ac8-e442bbf0cd62 |
+--------------------------------------+------+--------------------------------------+

Could be related to #66

@AJNOURI AJNOURI added the horizon label Aug 5, 2017
@AJNOURI AJNOURI self-assigned this Aug 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant