CI: Fix cinder smoke test

TrivialFix

Change-Id: I0e6924b5dc86e90c10037d96ab871bd981365cc9
This commit is contained in:
Radosław Piliszek 2020-03-02 09:44:51 +01:00
parent 9995f2d89d
commit 8df511a437
1 changed files with 1 additions and 1 deletions

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
}