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 @@ -1573,15 +1573,11 @@ if is_service_enabled mysql && is_service_enabled nova; then
15731573 # create a small network
15741574 $NOVA_DIR /bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE
15751575
1576- if is_service_enabled q-svc; then
1577- echo " Not creating floating IPs (not supported by QuantumManager)"
1578- else
1579- # create some floating ips
1580- $NOVA_DIR /bin/nova-manage floating create $FLOATING_RANGE
1576+ # create some floating ips
1577+ $NOVA_DIR /bin/nova-manage floating create $FLOATING_RANGE
15811578
1582- # create a second pool
1583- $NOVA_DIR /bin/nova-manage floating create --ip_range=$TEST_FLOATING_RANGE --pool=$TEST_FLOATING_POOL
1584- fi
1579+ # create a second pool
1580+ $NOVA_DIR /bin/nova-manage floating create --ip_range=$TEST_FLOATING_RANGE --pool=$TEST_FLOATING_POOL
15851581fi
15861582
15871583
You can’t perform that action at this time.
0 commit comments