summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2017-12-01Updated from global requirementsCédric Ollivier1-10/+23
Change-Id: Ib52ff2a6cdbd1563dae26c7f8d74da825e499d68 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-11-21Sync setup.py with OpenStack OcataCédric Ollivier1-3/+2
The previous version differs from OpenStack Ocata and may raise runtime issues in Functest containers. Change-Id: I937b7a3d06f6cdf69ef66194b3f3cc632f6ff010 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-14Leverage on pbr (Python Build Reasonableness)Cédric Ollivier1-40/+13
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>
2017-06-05Added support for applying Heat Templatesspisarski1-0/+1
Second patch expanded support to both files and dict() objects. Third patch exposes new accessor for status and outputs. JIRA: SNAPS-86 Change-Id: Ie7e8d883b4cc1a08dbe851fc9cbf663396334909 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-05-22Find packages in setup.pyCédric Ollivier1-1/+2
Change-Id: I73c46d1c9bfaabcd7d2ba793d4c2e8244e549de1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-20Fix typo in setup.pyCédric Ollivier1-1/+1
It forbids gating in functest. Change-Id: I3f0b943678ee4af869073b56ca1235da23d98b1a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-04Restricted dependency of the novaclient.spisarski1-1/+1
The 8.0.0 version is not backwards compatible with 7.1 JIRA: SNAPS-73 Change-Id: I76f52e0e1e212e1e4053ade6279b1117ab740cde Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-02-20Make SNAPS repo installable as a python modulejose.lausuch1-0/+42
JIRA: SNAPS-29 Change-Id: I180a0ad0db531ba3c32ad35e41381baebd164724 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>