summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2015-04-09 07:02:08 -0700
committerDan Smith <dansmith@redhat.com>2015-04-09 11:06:01 -0700
commit8fda81041a0f4492461b40cdc3894a9ae239a36f (patch)
tree4cf888877df9c149772455866d1d98b7d178dae5
parent0d56069146679d244c891a63c4b454e5fe3f2bf9 (diff)
downloadnova-8fda81041a0f4492461b40cdc3894a9ae239a36f.tar.gz
Update compute version alias for kilo
This simply draws a line in the sand for the version of compute RPC that kilo supports for use during upgrades by operators. Change-Id: I29103861e2e333cc877204cca62e2f26d3fafe66
-rw-r--r--nova/compute/rpcapi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/compute/rpcapi.py b/nova/compute/rpcapi.py
index d9dcdbe732..d70593bc19 100644
--- a/nova/compute/rpcapi.py
+++ b/nova/compute/rpcapi.py
@@ -291,6 +291,7 @@ class ComputeAPI(object):
VERSION_ALIASES = {
'icehouse': '3.23',
'juno': '3.35',
+ 'kilo': '3.40',
}
def __init__(self):