diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/instack_ovs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/instack_ovs.sh b/build/instack_ovs.sh index 5af6ccf..83b141c 100755 --- a/build/instack_ovs.sh +++ b/build/instack_ovs.sh @@ -194,7 +194,7 @@ fi sudo rm -f /tmp/instack.answers # ensure that no previous undercloud VMs are running -clean.sh +sudo ../ci/clean.sh # and rebuild the bare undercloud VMs ssh -T ${SSH_OPTIONS[@]} stack@localhost <<EOI set -e |