commit | 94aca95892fe975861fd4471cdae28cd66041e63 | [log] [tgz] |
---|---|---|
author | piyush110786 <piyush.pathak@ril.com> | Thu Dec 17 12:54:44 2015 +0530 |
committer | piyush110786 <piyush.pathak@ril.com> | Wed Feb 03 10:21:05 2016 +0530 |
tree | 954738d62fb792eb41bd2e9d7949ce7bec0b5091 | |
parent | d39047daa98550db50fb7047dd95687ede61402c [diff] |
Make 2 functions 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 add_router_interface,remove_router_interface of network_client use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: Ib6e222431c9681d01890bc980547cc2e90923526