Tempest-RHOSP10: neutron net-show --shared False command not listing networks with flag 'shared false'
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.2 |
Fix Committed
|
Medium
|
Sahil Sabharwal | |||
Trunk |
Fix Committed
|
Medium
|
Sahil Sabharwal |
Bug Description
command "neutron net-list --shared False" returning shared false networks, but with flag 'True' command works
[root@overcloud
[root@overcloud
[root@overcloud
+------
| id | name | subnets |
+------
| 2d45e012-
| ada5134e-
| 0a41389b-
| 0b0f6294-
+------
[root@overcloud
Multiple network matches found for name 'test1', use an ID to be more specific.
[root@overcloud
+------
| Field | Value |
+------
| admin_state_up | True |
| contrail:fq_name | default-domain |
| | tempest-
| | test1 |
| contrail:
| id | 49e37c53-
| name | test1 |
| port_security_
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tenant_id | 43ce502da2504f8
+------
[root@overcloud
python -m json.tool
% Total % Received % Xferd Average Speed Time Time Time Current
100 16 100 16 0 0 41 0 --:--:-- --:--:-- --:--:-- 41
{
"networks": [] =========> empty with False
}
[root@overcloud
[root@overcloud
ython -m json.tool
% Total % Received % Xferd Average Speed Time Time Time Current
100 2314 100 2314 0 0 4267 0 --:--:-- --:--:-- --:--:-- 4277
{
"networks": [
{
],
summary: |
Tempest-RHOSP10: neutron net-show --shared False command not listing - networks with Shared:False + networks with flag 'shared false' |
information type: | Proprietary → Public |
Review in progress for https:/ /review. opencontrail. org/30756
Submitter: <email address hidden> (<email address hidden>)