Skip to content

Commit a143a1b

Browse files
committed
Update configure-rdo.sh
1 parent 310747e commit a143a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure-rdo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
if [ $# -ne 8 ]; then
4+
if [ $# -lt 8 ]; then
55
echo "Usage: $0 <openstack_release> <ssh_key_file> <controller_host_name> <controller_host_ip> <network_host_name> <network_host_ip> <qemu_compute_host_name> <qemu_compute_host_ip> <hyperv_compute_host_name> <hyperv_compute_host_ip>"
66
exit 1
77
fi

0 commit comments

Comments
 (0)