Commit Graph

4 Commits

Author SHA1 Message Date
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
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 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 b2ddb14d5f Initial commit 2016-07-22 16:14:00 +03:00