Remove tempest-lib

tempest-lib was reintegrated into tempest in 2016, there's no need to
check it out anymore. Remove it from PROJECTS list.

See also
https://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/reintegrate-tempest-lib.html

Change-Id: I3ed33ad9cf4097bc48ab71a666c2ce95b26c3329
This commit is contained in:
Andreas Jaeger 2018-01-20 18:19:52 +01:00
parent 9c97cc690c
commit e0666bd81b
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ PROJECTS="openstack/nova $PROJECTS"
PROJECTS="openstack/requirements $PROJECTS"
PROJECTS="openstack/swift $PROJECTS"
PROJECTS="openstack/tempest $PROJECTS"
PROJECTS="openstack/tempest-lib $PROJECTS"
# Everything below this line in the PROJECTS list is for non
# default devstack runs. Overtime we should remove items from
# below and add them explicitly to the jobs that need them. The