yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59135
[Bug 1644280] Re: duplicate "project id" printed in network objects creation
Hi Alex,
This does not seem to be a neutron issue, but more of an openstackclient issue.
Besides, can you provide some more details as to which commit tag you verified this ?
I cannot find this issue with openstackclient+neutron newton version
** Project changed: neutron => python-openstackclient
** Changed in: python-openstackclient
Status: New => Incomplete
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1644280
Title:
duplicate "project id" printed in network objects creation
Status in python-openstackclient:
Incomplete
Bug description:
Newton(ospd10)-
[stack@undercloud-0 ~]$ openstack network create int_net_parent
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | UP |
| availability_zone_hints | |
| availability_zones | |
| created_at | 2016-11-23T15:52:07Z |
| description | |
| headers | |
| id | f235bee9-b6b7-4d83-954a-c1a205750777 |
| ipv4_address_scope | None |
| ipv6_address_scope | None |
| mtu | 1446 |
| name | int_net_parent |
| port_security_enabled | True |
| project_id | 2ea92674ed75445c865b0a932664656b |<<<<<<<<<<<<<<<
| project_id | 2ea92674ed75445c865b0a932664656b |<<<<<<<<<<<<<<<
| provider:network_type | vxlan |
| provider:physical_network | None |
| provider:segmentation_id | 97 |
| qos_policy_id | None |
| revision_number | 3 |
| router:external | Internal |
| shared | False |
| status | ACTIVE |
| subnets | |
| tags | [] |
| updated_at | 2016-11-23T15:52:07Z |
+---------------------------+--------------------------------------+
[stack@undercloud-0 ~]$ openstack subnet create int_sub_parent --network int_net_parent --subnet-range 192.168.0.0/24 --dns-nameserver 10.35.28.28
+-------------------+--------------------------------------+
| Field | Value |
+-------------------+--------------------------------------+
| allocation_pools | 192.168.0.2-192.168.0.254 |
| cidr | 192.168.0.0/24 |
| created_at | 2016-11-23T15:52:13Z |
| description | |
| dns_nameservers | 10.35.28.28 |
| enable_dhcp | True |
| gateway_ip | 192.168.0.1 |
| headers | |
| host_routes | |
| id | 7564921e-dcc9-4c5e-8ec7-b5a25932b679 |
| ip_version | 4 |
| ipv6_address_mode | None |
| ipv6_ra_mode | None |
| name | int_sub_parent |
| network_id | f235bee9-b6b7-4d83-954a-c1a205750777 |
| project_id | 2ea92674ed75445c865b0a932664656b |<<<<<<<<<<<<<<<<<<<
| project_id | 2ea92674ed75445c865b0a932664656b |<<<<<<<<<<<<<<<<<<<
| revision_number | 2 |
| service_types | [] |
| subnetpool_id | None |
| updated_at | 2016-11-23T15:52:13Z |
+-------------------+--------------------------------------+
After showing the created object we see the project-id line only once.
Does not happen when we use "neutron net-create"/"neutron port-create", happens only when we use " openstack network create" etc .
BR
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-openstackclient/+bug/1644280/+subscriptions
References