Comment 15 for bug 1652317

Revision history for this message
Doug Wilmot (dwilmot) wrote :

Also impacts openstack subnet show:

openstack subnet show dec8c058-a578-4927-abd5-19780fd9dee1 (returns 'Subnet' object has no attribute 'keys')

However the older neutron cmd still works but rather not modify our scripts

[root@OpenStack-Launcher openstack-ns]# neutron subnet-show dec8c058-a578-4927-abd5-19780fd9dee1 <<<<
+-------------------+----------------------------------------------------+
| Field | Value |
+-------------------+----------------------------------------------------+
| allocation_pools | {"start": "11.255.255.2", "end": "11.255.255.254"} |
| cidr | 11.255.255.0/24 |
| dns_nameservers | |
| enable_dhcp | False |
| gateway_ip | 11.255.255.1 |
| host_routes | |
| id | dec8c058-a578-4927-abd5-19780fd9dee1 |
| ip_version | 4 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | basic7-dwnew-subnet_dummy-or2jrteviwzr |
| network_id | f1c13eac-4a17-4c86-82a3-61a865195da4 |
| tenant_id | 8d33baa96b78444ab266538f6c4a23e0 |
+-------------------+----------------------------------------------------+