File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1559,15 +1559,11 @@ if is_service_enabled mysql && is_service_enabled nova; then
15591559 # create a small network
15601560 $NOVA_DIR /bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE
15611561
1562- if is_service_enabled q-svc; then
1563- echo " Not creating floating IPs (not supported by QuantumManager)"
1564- else
1565- # create some floating ips
1566- $NOVA_DIR /bin/nova-manage floating create $FLOATING_RANGE
1562+ # create some floating ips
1563+ $NOVA_DIR /bin/nova-manage floating create $FLOATING_RANGE
15671564
1568- # create a second pool
1569- $NOVA_DIR /bin/nova-manage floating create --ip_range=$TEST_FLOATING_RANGE --pool=$TEST_FLOATING_POOL
1570- fi
1565+ # create a second pool
1566+ $NOVA_DIR /bin/nova-manage floating create --ip_range=$TEST_FLOATING_RANGE --pool=$TEST_FLOATING_POOL
15711567fi
15721568
15731569
You can’t perform that action at this time.
0 commit comments