summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2017-11-15Updated from global requirementsCédric Ollivier1-8/+14
Change-Id: I9fa229d0216b90f7619d1fe5e9f5c35be8899d19 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-10-30Sync requirements with OpenStack PikeCédric Ollivier1-5/+11
OPNFV F-release is built on top of OpenStack Pike. Functest depends on SNAPS and requires this update. It conforms with the requirement management cleant for E-release [1]. [1] https://wiki.opnfv.org/display/functest/Requirements+management Change-Id: Ifff3db55f8b2f03a91b43fb542328300c7b7b4a6 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>