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.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/consoleauth/rpcapi.py b/nova/consoleauth/rpcapi.py
index c005c8b633..4be808e749 100644
--- a/nova/consoleauth/rpcapi.py
+++ b/nova/consoleauth/rpcapi.py
@@ -49,6 +49,10 @@ class ConsoleAuthAPI(object):
can handle the version_cap being set to 2.0.
* 2.1 - Added access_url to authorize_console
+
+ ... Kilo support message version 2.1. 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.1.
'''
VERSION_ALIASES = {
@@ -56,6 +60,7 @@ class ConsoleAuthAPI(object):
'havana': '1.2',
'icehouse': '2.0',
'juno': '2.0',
+ 'kilo': '2.1',
}
def __init__(self):