Removing queens and pike from the negative match for ceph-loop role

Changes
https://review.openstack.org/639351
https://review.openstack.org/#/c/639352
are switching the default for ceph to bluestore.
This patch removes the queens and pike from the negative match for the
ceph-loop role so the new set up will work with that branch too

Change-Id: I747ac3dca5afdc91538da40b9ed45591ac8d1662
This commit is contained in:
Gabriele Cerami 2019-02-26 18:15:06 +00:00
parent a03bdf2204
commit 8a6293bde4
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@
lvs
when:
- ci_branch is defined
- ci_branch is not match('(newton|ocata|pike|queens|rocky)')
- ci_branch is not match('(newton|ocata|pike)')