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.
2 parents 60df29a + cc86a9e commit e75e8b5Copy full SHA for e75e8b5
stack.sh
@@ -1586,7 +1586,7 @@ fi
1586
# happen after we've started the Quantum service.
1587
if is_service_enabled mysql && is_service_enabled nova; then
1588
# create a small network
1589
- $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
1590
1591
# create some floating ips
1592
$NOVA_DIR/bin/nova-manage floating create $FLOATING_RANGE
0 commit comments