Fix comment typo

Change-Id: I93ecaab29bcfb43dc1f650808bbc9d6061b52121
This commit is contained in:
Gleb Stepanov 2016-07-27 17:32:33 +03:00
parent 92e4f9d225
commit 313bc692e3

@ -73,7 +73,7 @@ class ConsoleTab(tabs.Tab):
console_type, console_url = console.get_console(
request, console_type, instance)
# For serial console, the url is different from VNC, etc.
# because it does not include parms for title and token
# because it does not include params for title and token
if console_type == "SERIAL":
console_url = reverse('horizon:project:instances:serial',
args=[instance.id])