Commit Graph

11 Commits

Author SHA1 Message Date
OpenDev Sysadmins 0f142cc9f0 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:36 +00:00
Radoslav Gerganov 77fb9ffd2a Add {project|user}_domain_id and {project|user}_domain_name arguments
These params are required with newer versions of python-novaclient.

Change-Id: I4ad83a91427680a8d287a83f9a25300b1a470483
2017-03-13 14:58:50 +02:00
Eric Brown ff6cd1875d Only claim python 35 as classifier
The only version of Python 3 tested with openstack projects is 3.5
now. Therefore the pypi classifier should list only 3.5, not 3.3/3.4.

Change-Id: I935ea3f3172ccfe9c6cb49c011b3680e65a4b664
2017-02-20 06:58:40 -08:00
Radoslav Gerganov 86b4c11ff0 Add support for Python3
* remove relative imports
* use six for cookies and url parsing
* don't mix strings and bytes

Change-Id: I329100063d9f47c878be134a28308c5bea0c1dc3
2017-02-15 16:05:29 +02:00
Eric Brown 9c6fd65e87 Trivial fixes in the docs
* extra blank lines at end of file
* header underlines too long

Change-Id: I25fcc845fe45eb693e3eab62bb86136cea658178
2017-01-26 22:32:24 +00:00
Eric Brown 9692549489 Fix for pep8 E305 failing in gate
Fix for the following:

./novaproxy/mksproxy.py:84:1: E305 expected 2 blank lines after
class or function definition, found 1

Change-Id: Ic26abb44879a62445577022f969f57fbdbe2bb45
2017-01-26 14:14:51 -08:00
Radoslav Gerganov e90cadf5a4 Update README file
Update README to encourage using the devstack plugin instead of manual
installation and configuration.

Change-Id: I08bb5c551ed8a4a7dac21f400349f3a44846a8ca
2016-08-25 11:37:24 +03:00
Radoslav Gerganov e5ea0ca806 Add devstack plugin
Add devstack plugin which enables MKS consoles in Nova and starts the
mksproxy.

Change-Id: Ia0daaaeeb45b19d6d9edc75f1885c683e4bdf251
2016-08-24 16:30:15 +03:00
Radoslav Gerganov 4656832354 Add .gitreview file
Change-Id: I81dc9147fb09cf01fc754050ead7919706274768
2016-08-10 17:52:49 +03:00
Radoslav Gerganov 57346f25df Start using pbr
Change-Id: I4c8db14f58880465a178cdcf261547b75331358e
2016-08-09 15:58:59 +03:00
Radoslav Gerganov b2ddb14d5f Initial commit 2016-07-22 16:14:00 +03:00