summaryrefslogtreecommitdiff
path: root/nova/cert/rpcapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/cert/rpcapi.py')
-rw-r--r--nova/cert/rpcapi.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/cert/rpcapi.py b/nova/cert/rpcapi.py
index 65b69ef107..aa84a23aa2 100644
--- a/nova/cert/rpcapi.py
+++ b/nova/cert/rpcapi.py
@@ -49,7 +49,7 @@ class CertAPI(object):
2.0 - Major API rev for Icehouse
- ... Icehouse supports message version 2.0. So, any changes to
+ ... Icehouse and Juno support message version 2.0. So, any changes to
existing methods in 2.x after that point should be done such that they
can handle the version_cap being set to 2.0.
'''
@@ -58,6 +58,7 @@ class CertAPI(object):
'grizzly': '1.1',
'havana': '1.1',
'icehouse': '2.0',
+ 'juno': '2.0',
}
def __init__(self):