port-list by tenant-id does not show ports created from shared vns
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R1.1 |
Fix Committed
|
High
|
Prakash Bailkeri | |||
Trunk |
Fix Committed
|
High
|
Prakash Bailkeri |
Bug Description
Build 1.10 12
Below, a port was created in project1, from a shared VN whose tenant is "public"
root@nodec22:~# neutron port-show c9f4e4c8-
| tenant_id | 144bff2941e64b1
root@nodec22:~# neutron port-list --tenant-id 144bff2941e64b1
root@nodec22:~#
root@nodec22:~# keystone tenant-list
+------
| id | name | enabled |
+------
| 1dde89c422cc495
| 84dde4de99ce4c9
| e1de91bb187840d
| 144bff2941e64b1
| 0a9525a10eed4c6
| 80405551e879411
| 82356b4042a3425
+------
root@nodec22:~# neutron port-list
+------
| id | name | mac_address | fixed_ips |
+------
| fbeb556d-
| c9f4e4c8-
+------
root@nodec22:~#
tags: | added: blocker |
Changed in juniperopenstack: | |
status: | New → Fix Committed |
Should be fixed now