Fix console type selection for aarch64.
The valid types for nova_console_type defined in os_nova defaults/main.yml do not include 'serial', but instead 'serialconsole'. Change-Id: I700b699625ff134adb31e0f47dc5b7ad6ea0e1ed
This commit is contained in:
parent
79fc2a604d
commit
c6b8d20eef
@ -26,7 +26,7 @@ nova_consoles:
|
||||
novnc:
|
||||
port: "{{ nova_novncproxy_port | default('6080') }}"
|
||||
path: "/vnc.html"
|
||||
serial:
|
||||
serialconsole:
|
||||
port: "{{ nova_serialconsoleproxy_port | default('6083') }}"
|
||||
path: "/"
|
||||
disabled:
|
||||
|
Loading…
Reference in New Issue
Block a user