diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-11-02 07:23:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-11-02 07:23:35 +0000 |
| commit | 539107e1a6938f67efd8a0b12d8ee6e2ddd0e3f4 (patch) | |
| tree | c91837904dfaa2da4a7237896b0e678ecf6722cc | |
| parent | 41e87bbfc5ecaf1731d0741c3b235adc215f476c (diff) | |
| parent | 4c27221d30b8388f155c8f52503a5d66ae75ee32 (diff) | |
Merge "Bump the base rpc version of the network api."
| -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 a944ebd40..0a42d8c61 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -840,7 +840,7 @@ class NetworkManager(manager.SchedulerDependentManager): The one at a time part is to flatten the layout to help scale """ - RPC_API_VERSION = '1.1' + RPC_API_VERSION = '1.2' # If True, this manager requires VIF to create a bridge. SHOULD_CREATE_BRIDGE = False |
