commit | 7584aa732f185f5e077ed46f32f3a6e89c2b6903 | [log] [tgz] |
---|---|---|
author | piyush110786 <piyush.pathak@ril.com> | Tue Dec 15 18:46:38 2015 +0530 |
committer | piyush110786 <piyush.pathak@ril.com> | Mon Dec 21 16:33:53 2015 +0530 |
tree | ae64a62fe820303ca33d8e77dedd179ed3668608 | |
parent | 9efd4c1bd77077c7279a5572e15211a19f721af4 [diff] |
Make 3 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 create_bulk_port, create_bulk_subnet, create_bulk_network of network_client use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: I992769608dedeb4afa752130240ad60e709a99fe