You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
devstack | 6 years ago | |
doc/source | 5 years ago | |
novaproxy | 5 years ago | |
.gitignore | 6 years ago | |
.gitreview | 3 years ago | |
.testr.conf | 6 years ago | |
CONTRIBUTING.rst | 6 years ago | |
LICENSE | 6 years ago | |
README.rst | 6 years ago | |
requirements.txt | 5 years ago | |
setup.cfg | 5 years ago | |
setup.py | 6 years ago | |
test-requirements.txt | 6 years ago | |
tox.ini | 5 years ago |
README.rst
nova-mksproxy
This is Nova console proxy for instances running on VMware. It requires Nova to support microversion 2.31 to work.
Usage with Devstack
There is a devstack plugin for nova-mksproxy
, so simply add this to your local.conf
:
[[local|localrc]]
enable_plugin nova-mksproxy https://github.com/openstack/nova-mksproxy
The plugin will enable MKS consoles in Nova and will start the proxy on port 6090. Use nova CLI to get a console URL:
$ nova get-mks-console <instance_name>