summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-09 20:25:49 +0000
committerGerrit Code Review <review@openstack.org>2015-04-09 20:25:49 +0000
commit3810ebcc5da302bd7fb5d8c0bfe37bb4279d30d3 (patch)
tree2a22e404b06cbccbfcd6f643f48730962a2eb8a7
parentc99d7ab0384d9b7bbcc78c9cf6086aac9baaee6b (diff)
parent8fda81041a0f4492461b40cdc3894a9ae239a36f (diff)
downloadnova-3810ebcc5da302bd7fb5d8c0bfe37bb4279d30d3.tar.gz
Merge "Update compute version alias for kilo"
-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):