summaryrefslogtreecommitdiffstats
path: root/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-10-15Replace heat client calls with openstack sdkStamatis Katsaounis1-2/+0
JIRA: SDNVPN-220 This patch replaces all calls of heat client with openstack sdk. Change-Id: I75571e8de8c06d144204af787ce240c99faea6d3 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-09Updated from global requirementsCédric Ollivier1-8/+8
Change-Id: I2dd50c10be5d1c1a845292d2c637d721ca6cfa4b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-08Replace nova client calls with openstack sdkStamatis Katsaounis1-1/+0
JIRA: SDNVPN-220 This patch replaces all calls of nova client with openstack sdk. Change-Id: I9e3a0fe08ba36bfb64483238cd286acad829ae90 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-03Replace glance client calls with openstack sdkStamatis Katsaounis1-1/+1
JIRA: SDNVPN-220 This patch replaces all calls of glance client with openstack sdk. Change-Id: I8bf9913e3be9615c462791a20267e4dc71ffd727 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-04-12Updated from global requirementsCédric Ollivier1-5/+5
Change-Id: I094aa8c5cc901c4b5f083651a8224d64324dfc44 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-03-02Update networking-bgpvpn to 7.0.0Cédric Ollivier1-1/+1
networking-bgpvpn 7.0.0 was released for Pike [1] [1] https://docs.openstack.org/releasenotes/networking-bgpvpn/pike.html Change-Id: I4baf1810ee2390c71a0f4b831f11baedabc95360 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-03-02Switch to XtestingCédric Ollivier1-0/+1
It inherits from xtesting.core.feature [1]. [1] http://xtesting.readthedocs.io/en/latest/apidoc/xtesting.core.feature.html Change-Id: I3d64bce859de7132384b3cf0a6383348cc20b3b1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-02-26Host openstack utils in SDNVPNCédric Ollivier1-0/+6
SDNVPN is the last project using the deprecated openstack utils which are being removed from Functest tree. All methods unused by SDNVPN could be safely removed in a second change. This patch aims at publishing them asis. Change-Id: I4e479e6def2c691799c9bd86ba325e3d1544ef0d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-11-15Updated from global requirementsCédric Ollivier1-2/+5
Change-Id: I7a975d6cdeae1f7dbf982eca8f8de16fa1bc3d95 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-26Add networking-bgpvpn module in SDNVPN requirementsjose.lausuch1-0/+1
Change-Id: I7b361f1b8275570b9257d29e04e551a81116e59f Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-06-26Add requirements in sdnvpnCédric Ollivier1-0/+4
It now leverages on pbr to scan requirements.txt and inject them into the install_requires. Change-Id: Iae1517ae0bfd3575e9d16de4a2ca42e114d956fb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>