Skip to content

Commit 8fa8756

Browse files
committed
Fix Grizzly bug
Grizzly does not have ceilometer options
1 parent 8370117 commit 8fa8756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-hyperv-compute.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
if [ $# -ne 20 ]; then
4+
if [ $# -lt 15 ]; then
55
echo "Usage: $0 <hyperv_host_ip> <hyperv_admin_username> <hyperv_password> <openstack_release> <vswitch_name> <glance_host> \
66
<rpc_backend> <rpc_backend_host> <rpc_backend_username> <rpc_backend_password> <neutron_url> \
77
<neutron_admin_auth_url> <neutron_admin_tenant_name> <neutron_admin_username> <neutron_admin_password> \

0 commit comments

Comments
 (0)