Leverage on pbr (Python Build Reasonableness) 69/36069/4
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 14 Jun 2017 02:31:14 +0000 (04:31 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 14 Jun 2017 14:29:24 +0000 (16:29 +0200)
commit9014c7d1c3c4da5147c195a1956dbd0d3a295f6d
treec9c8b89d8677dc5180fa3ddc4a6d00042b020bd1
parent01508fe34b6595f8b47ea808e433bc8cb210e94e
Leverage on pbr (Python Build Reasonableness)

It also updates requirements according to OpenStack stable/ocata
except for nova client version as snaps needs nova support of
floating IP which has been removed in pike [1] (8.0.0 [2]).

It must be reverted to >=6.0.0,!=7.0.0 as soon as snaps calls the
related neutron commands.

[1] https://github.com/openstack/python-novaclient/blob/master/releasenotes/notes/pike-rm-deprecated-net-272aeb62b329a5bc.yaml
[2] https://docs.openstack.org/releasenotes/python-novaclient/unreleased.html

Change-Id: Iaa0285471da5f2f73cbfef038c9902e1c39fa009
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
requirements.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py