Nova console proxy for VMware instances
57346f25df
Change-Id: I4c8db14f58880465a178cdcf261547b75331358e |
||
---|---|---|
doc/source | ||
novaproxy | ||
.gitignore | ||
.testr.conf | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
nova-mksproxy
This is Nova console proxy for instances running on VMware. It requires Nova to support microversion 2.31 to work.
Usage
Start the proxy with OpenStack admin credentials:
$ source openrc admin admin $ nova-mksproxy --web /opt/share/noVNC
by default it binds to
0.0.0.0:6090
Configure Nova to enable MKS consoles:
[mks] enabled = True mksproxy_base_url = http://<host>:<port>/vnc_auto.html
Use nova CLI to get a console URL:
$ nova get-mks-console cirros