diff options
author | Giampaolo Lauria <lauria@us.ibm.com> | 2013-01-23 13:31:43 -0500 |
---|---|---|
committer | Giampaolo Lauria <lauria@us.ibm.com> | 2013-01-23 13:57:59 -0500 |
commit | 444c023c616d7d90f16ca974894e9e019ac982de (patch) | |
tree | eb31aed7414cd13c18316572a8e4d186c48a7f48 | |
parent | 4573344edffb285717e23f70823a4f7068d5a952 (diff) | |
download | nova-444c023c616d7d90f16ca974894e9e019ac982de.tar.gz nova-444c023c616d7d90f16ca974894e9e019ac982de.tar.xz nova-444c023c616d7d90f16ca974894e9e019ac982de.zip |
Bump the base rpc version of the network api to 1.7.
Change I2627e8b0f45c5c39bbbf1a4a12b448e1992fa4b4
bumped the RPC version of the API to 1.7
but did not bump the RPC version in the network
manager.
Change-Id: I1c719a1458ef5892e90aabee92a8b5e93cfa11c8
-rw-r--r-- | nova/network/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/network/manager.py b/nova/network/manager.py index 9ca7680a5..96f17a855 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -929,7 +929,7 @@ class NetworkManager(manager.SchedulerDependentManager): The one at a time part is to flatten the layout to help scale """ - RPC_API_VERSION = '1.6' + RPC_API_VERSION = '1.7' # If True, this manager requires VIF to create a bridge. SHOULD_CREATE_BRIDGE = False |