Metadata-Version: 2.0
Name: nova-mksproxy
Version: 0.0.2
Summary: Nova console proxy for VMware instances.
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: python-novaclient
Requires-Dist: websockify

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>



