Skip to content

Commit cc86a9e

Browse files
committed
Support passing extra args to network create if NETWORK_CREATE_ARGS is defined
Change-Id: I17b96b74bc7c137589e9af85379c9c6c1bed76c8
1 parent f1a11ad commit cc86a9e

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
@@ -1479,7 +1479,7 @@ fi
14791479
# happen after we've started the Quantum service.
14801480
if is_service_enabled mysql; then
14811481
# create a small network
1482-
$NOVA_DIR/bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE
1482+
$NOVA_DIR/bin/nova-manage network create private $FIXED_RANGE 1 $FIXED_NETWORK_SIZE $NETWORK_CREATE_ARGS
14831483

14841484
if is_service_enabled q-svc; then
14851485
echo "Not creating floating IPs (not supported by QuantumManager)"

0 commit comments

Comments
 (0)