summaryrefslogtreecommitdiff
path: root/nova/consoleauth/rpcapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/consoleauth/rpcapi.py')
-rw-r--r--nova/consoleauth/rpcapi.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/consoleauth/rpcapi.py b/nova/consoleauth/rpcapi.py
index 2bba0f8c96..aa1d6447c1 100644
--- a/nova/consoleauth/rpcapi.py
+++ b/nova/consoleauth/rpcapi.py
@@ -44,7 +44,7 @@ class ConsoleAuthAPI(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.
'''
@@ -53,6 +53,7 @@ class ConsoleAuthAPI(object):
'grizzly': '1.2',
'havana': '1.2',
'icehouse': '2.0',
+ 'juno': '2.0',
}
def __init__(self):