diff options
author | Amrith Kumar <amrith@amrith.org> | 2017-10-25 10:15:23 -0400 |
---|---|---|
committer | Amrith Kumar <amrith@amrith.org> | 2017-10-25 10:48:02 -0400 |
commit | 238d8b4ddb068da82a391e1d4296c93daea593eb (patch) | |
tree | 86bc09ef5e799e57350002a381565bdc9eb31c9f /scripts/files/requirements/fedora-requirements-liberty.txt | |
parent | bd3aafabd5b27c36ef8c9cc4b2a70dcc524eb5e7 (diff) | |
download | trove-integration-238d8b4ddb068da82a391e1d4296c93daea593eb.tar.gz |
Retire the trove-integration repository
With the EOL of Newton (impending) and the deletion of the legacy
tests[1] and [2], this repository is not required any longer.
[1] https://review.openstack.org/#/c/514916/
[2] https://review.openstack.org/#/c/514918/
Change-Id: I8a6466c318029e6c984c6684e92547dd94ae6488
Diffstat (limited to 'scripts/files/requirements/fedora-requirements-liberty.txt')
-rw-r--r-- | scripts/files/requirements/fedora-requirements-liberty.txt | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/scripts/files/requirements/fedora-requirements-liberty.txt b/scripts/files/requirements/fedora-requirements-liberty.txt deleted file mode 100644 index f47cbad..0000000 --- a/scripts/files/requirements/fedora-requirements-liberty.txt +++ /dev/null @@ -1,27 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -unittest2 -testtools -extras -python-novaclient>=2.22.0 -python-swiftclient>=2.2.0 -python-cinderclient>=1.1.0 -kombu>=2.5.0 -babel>=1.3 -python-heatclient>=0.3.0 -passlib -jinja2>=2.6 -python-neutronclient>=2.3.11,<3 -netifaces>=0.10.4 -oslo.context>=0.2.0,<=1.0.0 -oslo.config>=1.9.3,<1.10.0 # Apache-2.0 -oslo.messaging>=1.8.0 # Apache-2.0 -oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 -oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 -oslo.service>=0.1.0 # Apache-2.0 -oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 -oslo.log>=1.8.0 # Apache-2.0 -osprofiler>=0.3.0 -oslo.concurrency>=1.8.0,<1.9.0 # Apache-2.0 -pexpect>=3.1,!=3.3 |