We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310747e commit a143a1bCopy full SHA for a143a1b
configure-rdo.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-if [ $# -ne 8 ]; then
+if [ $# -lt 8 ]; then
5
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>"
6
exit 1
7
fi
0 commit comments