commit | f061c4d81be53c04495b8f05302eb95d56d7a5c5 | [log] [tgz] |
---|---|---|
author | piyush110786 <piyush.pathak@ril.com> | Thu Dec 10 10:35:33 2015 +0530 |
committer | piyush110786 <piyush.pathak@ril.com> | Thu Dec 10 10:35:33 2015 +0530 |
tree | b2469d3f929585bf59de19419732000381518100 | |
parent | 0683da83ede67fa96c0cf8bca5d9926c94b9b7d1 [diff] |
Make update_extra_routes use **kwargs & doc string 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_extra_routes of network_client use **kwargs. Also update doc string for the same. Partially implements blueprint consistent-service-method-names Change-Id: I4352ee72e4ccafd5a32cfb166bc692c5defe2c98