Skip to content

Commit 566e69d

Browse files
committed
tests: fix create volumev3 service type task
1 parent eff5758 commit 566e69d

File tree

1 file changed

+1
-1
lines changed
  • tests/playbooks/roles/install-devstack/tasks

1 file changed

+1
-1
lines changed

tests/playbooks/roles/install-devstack/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
echo "Service volumev3 already exists"
128128
exit 0
129129
fi
130-
URL="$(openstack endpoint list --service block-storage -f value -c URL | true)"
130+
URL="$(openstack endpoint list --service block-storage -f value -c URL || true)"
131131
if [ -z "${URL}" ]; then
132132
exit 0
133133
fi

0 commit comments

Comments
 (0)