Merge "CI: Fix cinder smoke test"

This commit is contained in:
Zuul 2020-03-02 18:16:00 +00:00 committed by Gerrit Code Review
commit b855bb7d6b

View File

@ -11,7 +11,7 @@ function test_smoke {
openstack --debug compute service list
openstack --debug network agent list
openstack --debug orchestration service list
if [[ $SCENARIO == "ceph-ansible" ]] | [[ $SCENARIO == "zun" ]]; then
if [[ $SCENARIO == "ceph-ansible" ]] || [[ $SCENARIO == "zun" ]]; then
openstack --debug volume service list
fi
}