Merge "Support passing extra args to network create if NETWORK_CREATE_ARGS is defined"

This commit is contained in:
Jenkins 2012-04-02 20:41:21 +00:00 committed by Gerrit Code Review
commit e75e8b56a3

View File

@ -1586,7 +1586,7 @@ fi
# happen after we've started the Quantum service.
if is_service_enabled mysql && is_service_enabled nova; then
# create a small network
$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
# create some floating ips
$NOVA_DIR/bin/nova-manage floating create $FLOATING_RANGE