From 444c023c616d7d90f16ca974894e9e019ac982de Mon Sep 17 00:00:00 2001 From: Giampaolo Lauria Date: Wed, 23 Jan 2013 13:31:43 -0500 Subject: 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 --- nova/network/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit