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 f1a11ad commit cc86a9eCopy full SHA for cc86a9e
stack.sh
@@ -1479,7 +1479,7 @@ fi
1479
# happen after we've started the Quantum service.
1480
if is_service_enabled mysql; then
1481
# create a small network
1482
- $NOVA_DIR/bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE
+ $NOVA_DIR/bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE $NETWORK_CREATE_ARGS
1483
1484
if is_service_enabled q-svc; then
1485
echo "Not creating floating IPs (not supported by QuantumManager)"
0 commit comments