commit | fc81f23801fe14f357cf419c5ead7f9953013e86 | [log] [tgz] |
---|---|---|
author | piyush110786 <piyush.pathak@ril.com> | Wed Dec 16 15:35:06 2015 +0530 |
committer | piyush110786 <piyush.pathak@ril.com> | Wed Dec 16 15:35:06 2015 +0530 |
tree | 21545d6ba96a5f0dc0d800527c6c80adc6b62177 | |
parent | 9efd4c1bd77077c7279a5572e15211a19f721af4 [diff] |
Make update_agent in network_client 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 update_agent of network_client use **kwargs. Also added LP bug detail for add_router_to_l3_agent. Partially implements blueprint consistent-service-method-names Change-Id: Id5807a53b839f301517c18af76052a0752e39b9e