Skip to content

Commit e75e8b5

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Support passing extra args to network create if NETWORK_CREATE_ARGS is defined"
2 parents 60df29a + cc86a9e commit e75e8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ fi
15861586
# happen after we've started the Quantum service.
15871587
if is_service_enabled mysql && is_service_enabled nova; then
15881588
# create a small network
1589-
$NOVA_DIR/bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE
1589+
$NOVA_DIR/bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE $NETWORK_CREATE_ARGS
15901590

15911591
# create some floating ips
15921592
$NOVA_DIR/bin/nova-manage floating create $FLOATING_RANGE

0 commit comments

Comments
 (0)