Comment 16 for bug 1652317

Revision history for this message
Reedip (reedip-banerjee-deactivatedaccount) wrote :

@Doug : I verified Openstack SDK 0.9.12 and subnet show seems to work fine

Successfully installed openstacksdk-0.9.12 python-openstacksdk-0.5.2
[outofmemory@localhost devstack]$ openstack subnet show private-subnet
+-------------------+--------------------------------------+
| Field | Value |
+-------------------+--------------------------------------+
| allocation_pools | 10.0.0.2-10.0.0.62 |
| cidr | 10.0.0.0/26 |
| created_at | 2017-01-13T16:17:57Z |
| description | |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 10.0.0.1 |
| host_routes | |
| id | d8136226-acc7-4ab3-b808-fba25533cba7 |
| ip_version | 4 |
| ipv6_address_mode | None |
| ipv6_ra_mode | None |
| name | private-subnet |
| network_id | f77a1585-dd37-4072-b330-503b6eb2b043 |
| project_id | 25f495a77ad1450c90cb1b1ac1442b2f |
| revision_number | 2 |
| segment_id | None |
| service_types | |
| subnetpool_id | c1b01670-1559-4494-a708-47fcf10ffc3d |
| updated_at | 2017-01-13T16:17:57Z |
+-------------------+--------------------------------------+