yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40486
[Bug 1508828] Re: Shared option is not visible while creating/updating network
Fix proposed to branch: master
Review: https://review.openstack.org/238778
** Changed in: horizon
Status: Invalid => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1508828
Title:
Shared option is not visible while creating/updating network
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
With reference to https://bugs.launchpad.net/python-neutronclient/+bug/1320796, the ´Edit Network´ option in Horizon Network does not support --shared option.
######################################################
Expected output in CLI
reedip@reedip-VirtualBox:/opt/stack$ neutron net-list
+--------------------------------------+---------+----------------------------------------------------------+
| id | name | subnets |
+--------------------------------------+---------+----------------------------------------------------------+
| f7c4474e-6adc-4924-821a-3cf27c0be7d4 | A | |
| 3c73cebe-e06d-40d9-b54b-521262ff2073 | public | e7839772-bf88-47de-a4cc-e271b14ff92e 2001:db8::/64 |
| | | 5eb9b437-1894-4163-ab75-f95d5110e209 172.24.4.0/24 |
| 986c7636-2cf2-47d3-ad8c-24fe5c13b1c7 | private | 1d6e1a43-bd46-42e7-b5bf-e4ed7cd795d6 10.0.0.0/24 |
| | | c5b1ef07-192f-4022-9423-8176200cd372 fddc:eed3:6983::/64 |
+--------------------------------------+---------+----------------------------------------------------------+
reedip@reedip-VirtualBox:/opt/stack$ neutron net-update A --name B --shared
Updated network: A
reedip@reedip-VirtualBox:/opt/stack$ neutron net-list
+--------------------------------------+---------+----------------------------------------------------------+
| id | name | subnets |
+--------------------------------------+---------+----------------------------------------------------------+
| f7c4474e-6adc-4924-821a-3cf27c0be7d4 | B | |
| 3c73cebe-e06d-40d9-b54b-521262ff2073 | public | e7839772-bf88-47de-a4cc-e271b14ff92e 2001:db8::/64 |
| | | 5eb9b437-1894-4163-ab75-f95d5110e209 172.24.4.0/24 |
| 986c7636-2cf2-47d3-ad8c-24fe5c13b1c7 | private | 1d6e1a43-bd46-42e7-b5bf-e4ed7cd795d6 10.0.0.0/24 |
| | | c5b1ef07-192f-4022-9423-8176200cd372 fddc:eed3:6983::/64 |
+--------------------------------------+---------+----------------------------------------------------------+
reedip@reedip-VirtualBox:/opt/stack$
######################################################
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1508828/+subscriptions
References