인스턴스마다 콘솔에 대한 별도값은 없는듯....
굳이 하자면...
1. 그룹을 정해서 Host 내 섹션에서 콘솔설정 변경
2. console type
- 무의미한 값으로 ( =/ novnc', 'xvpvnc', 'rdp-html5', 'spice-html5', 'serial', 'webmks')
ex)
# nova get-vnc-console xxxxxxxx <console-type>
# nova get-vnc-console 56337f7e-4176-4ed4-aa09-7dbc84e85b0d test
ERROR (BadRequest): Invalid input for field/attribute type. Value: test. u'test' is not one of ['novnc', 'xvpvnc', 'rdp-html5', 'spice-html5', 'serial', 'webmks'] (HTTP 400) (Request-ID: req-aaa9b9b8-5d6a-4a6e-8150-e359e01c4cfd)