Commit Graph

7 Commits

Author SHA1 Message Date
Grzegorz Grasza 462305315c Check policy when handling a HTTP request
* Add default policy for handling the create request.
* Allow it to be accessed only by nova service.
* Remove unused code copied from cinder.

Change-Id: Ieaa407f27c6774d1fd17850a9571de5554360bae
2019-01-18 11:27:09 +01:00
Grzegorz Grasza ed1838b7af Fix errors preventing novajoin to start on Python 3
This patch also moves the novajoin-install and novajoin-ipa-setup
scripts to the default python scripts directory. This is because
there is no other way to fixup the #! line for python3, apart from
modifying setup.py, which is managed by the global requirements repo.

Change-Id: I21ccb475905feebdb91aa158ce3845744b2f0a5f
2018-11-26 17:55:15 +01:00
Charles Short 769ed3329b Switch to using stestr
According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects
should migrate.
Let's switch it then.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I36b48654747209470ac3ed2fcbc9e34e277a0445
Signed-off-by: Charles Short <zulcss@gmail.com>
2018-10-24 14:00:31 +02:00
Juan Antonio Osorio Robles 6816b22ceb Add files/join.conf to .gitignore
This file is automatically generated when we run tox -e genconfig So
there's no need to track it in git.

Change-Id: I3668dc5e607260fa0807fcfc36dad76c56693228
2017-03-29 16:21:02 +03:00
Rob Crittenden 6dfa696f09 Add more files to .gitignore 2016-11-17 16:25:16 +00:00
Rob Crittenden 87561619df Add some basic REST API testing
Mostly negative testing. There is a single positive test which can
still succeed even if IPA is not configured due to the imports test
in novajoin/ipa.py.
2016-11-10 14:39:41 +00:00
Rob Crittenden 676034fa8c Add basic .gitignore 2016-02-26 20:05:07 +00:00