commit | 24c8ba24af6544b82d6b0fd2ac386e3dbd6fefd0 | [log] [tgz] |
---|---|---|
author | piyush110786 <piyush.pathak@ril.com> | Thu Dec 10 17:51:19 2015 +0530 |
committer | piyush110786 <piyush.pathak@ril.com> | Tue Dec 15 14:51:04 2015 +0530 |
tree | 87a5a22ac7f0bbdbf3f5ff1ec54c001a0ad48f7c | |
parent | 9efd4c1bd77077c7279a5572e15211a19f721af4 [diff] |
Make add_dhcp_agent_to_network use **kwargs As we discussed on http://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html All http POST/PUT methods need to contain **kwargs as their arguments. This patch makes add_dhcp_agent_to_network of network_client.py use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: I358b96723a97070673a6020994c082fbd6c1cfe7