[CI] Drop redundant if condition in the LVM job playbook
Was left over from a JJB template --> ZuulV3 conversion. TrivialFix Change-Id: I0bfdf91dfec397c0fd81e18a29f97ff4c0183205
This commit is contained in:
parent
852fc786e7
commit
7d397278b3
@ -52,7 +52,6 @@
|
||||
|
||||
# Basic services needed for minimal job
|
||||
OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest
|
||||
if [ "lvm" == "lvm" ]; then
|
||||
# Enable glance for scenario tests
|
||||
OVERRIDE_ENABLED_SERVICES+=,g-api,g-reg
|
||||
# Enable nova for scenario tests
|
||||
@ -64,7 +63,6 @@
|
||||
if [[ "stable/newton" != $ZUUL_BRANCH ]]; then
|
||||
OVERRIDE_ENABLED_SERVICES+=,placement-api,placement-client
|
||||
fi
|
||||
fi
|
||||
export OVERRIDE_ENABLED_SERVICES
|
||||
|
||||
# Keep localrc to be able to set some vars in pre_test_hook
|
||||
|
Loading…
Reference in New Issue
Block a user