yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #43904
[Bug 1528420] Re: netowrk information missed in dashboard network column
check again, after clear cache, it seems that we can't reproduce it
** Changed in: horizon
Status: Incomplete => Invalid
--
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/1528420
Title:
netowrk information missed in dashboard network column
Status in OpenStack Dashboard (Horizon):
Invalid
Bug description:
setup inforamtion:
devstack
reproduce:
yes
steps:
1.install one devstack.
source accrc/admin/admin
2.check devstack default netowrk inforamtion by using command. we have two network.
stack@45-59:~/devstack$ neutron net-list
+--------------------------------------+---------+----------------------------------------------------------+
| id | name | subnets |
+--------------------------------------+---------+----------------------------------------------------------+
| b9cedb82-6835-499b-885d-7646416ac93f | public | 146a2d03-52e0-4c7d-ba77-a9a2df99da7f 2001:db8::/64 |
| | | aea6ea63-b70c-49fe-9bf5-3f593015a07d 172.24.4.0/24 |
| 1931775c-4459-4c18-9910-53b1ffbe4d31 | private | 9b1a99a3-e7ae-4a7d-b9d2-e035077d4e5e 10.0.0.0/24 |
| | | 3ebaa37a-2b80-4186-9357-dd8b1202d542 fd7e:7e2b:56d0::/64 |
+--------------------------------------+---------+----------------------------------------------------------+
3.we can create instance with these network by using command.
4.check devstack dashboard gui. I find that we can't display private network. only public network is listed on the network column. but in admin column, we can see networks are all there.
when try to launch a instance, we only can see network named public listed to be chosen for instance.
5.create a new private network by using command. we can see the created network linwwu.
(neutron) net-create --prefix 192.168.1.0/24 linwwu
Created a new network:
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| availability_zone_hints | [] |
| id | 000505b3-5498-4a9f-b269-5d165192474b |
| mtu | 0 |
| name | linwwu |
| port_security_enabled | True |
| provider:network_type | vxlan |
| provider:physical_network | |
| provider:segmentation_id | 1023 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tenant_id | 4d2c7b5c5e2d4d7584ec5dac8e49343d |
+---------------------------+--------------------------------------+
summary:
we can't see default network named privated in dashboard gui, which should be displayed in network column. and when creating instance, we also can't see and choose the default private network.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1528420/+subscriptions
References