diff options
author | Jason Kölker <jason@koelker.net> | 2013-02-27 11:01:50 -0600 |
---|---|---|
committer | Jason Kölker <jason@koelker.net> | 2013-02-28 18:49:44 -0600 |
commit | 94bf63da0d4a0fc7775e65627e5908de8a17b29e (patch) | |
tree | 1a2200ed59ff3034e173cc7871d9beb10d84450f /nova/utils.py | |
parent | 05aaea1e1c104579c9d324fb767d18f021fb9496 (diff) | |
download | nova-94bf63da0d4a0fc7775e65627e5908de8a17b29e.tar.gz nova-94bf63da0d4a0fc7775e65627e5908de8a17b29e.tar.xz nova-94bf63da0d4a0fc7775e65627e5908de8a17b29e.zip |
Fix deprecated network api
The rpc-only network api is deprecated in Grizzly, but it should still
be able to function.
Change summary:
* Remove update_cache kwyword argument to get_instance_network_info
* Add conductor_api keyword argument to get_instance_network_info
* Add blanket **kwargs for future compat to get_instance_network_info
* Pass instance['uuid'] as instance_id kwarg in _get_instance_nw_info
* Add conductor_api keyword argument to remove_fixed_ip_from_instance
and add_fixed_ip_to_instance
* Add blanket **kwargs for future compat to remove_fixed_ip_from_instance
and add_fixed_ip_to_instance
* Pass empty rxtx_factor in remove_fixed_ip_from_instance and
add_fixed_ip_to_instance for rpcapi compat
* Add blanket **kwargs for future compat to deallocate_for_instance
* Add conductor_api and security_groups to allocate_for_instance
* Add blanket **kwargs for future compat to allocate_for_instance
* Pass instance['uuid'] as instance_id kwarg in allocate_for_instance
Fix Bug 1134512
Change-Id: I6791df1bf1ac2456c5e83ec5ae47b0226409cf95
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions