Comment 4 for bug 1332231

Revision history for this message
Vedamurthy Joshi (vedujoshi) wrote :

On 1.10, i dont get internal server error, but update is not happing

root@nodec22:/usr/lib/python2.7/dist-packages/neutronclient# neutron subnet-update 0c90fd0c-770c-4859-ac06-e585f47ad080 --enable_dhcp=True
Updated subnet: 0c90fd0c-770c-4859-ac06-e585f47ad080
root@nodec22:/usr/lib/python2.7/dist-packages/neutronclient#

root@nodec22:/usr/lib/python2.7/dist-packages/neutronclient# neutron subnet-show 0c90fd0c-770c-4859-ac06-e585f47ad080
+------------------+---------------------------------------------------+
| Field | Value |
+------------------+---------------------------------------------------+
| allocation_pools | {"last_ip": "70.1.1.254", "first_ip": "70.1.1.2"} |
| cidr | 70.1.1.0/24 |
| dns_nameservers | |
| enable_dhcp | False |
| gateway_ip | 70.1.1.1 |
| id | 0c90fd0c-770c-4859-ac06-e585f47ad080 |
| ip_version | 4 |
| name | |
| network_id | d12a1c0a-1158-4ace-961c-c30de6c50644 |
| tenant_id | c579a77385914ecfb6698515d3c5c3cf |
+------------------+---------------------------------------------------+
root@nodec22:/usr/lib/python2.7/dist-packages/neutronclient#