summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/nova-manage3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index 1b7a2bf0a..25655125d 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -741,6 +741,9 @@ class NetworkCommands(object):
if not dns1 and FLAGS.flat_network_dns:
dns1 = FLAGS.flat_network_dns
+ if not network_size:
+ network_size = FLAGS.network_size
+
# create the network
net_manager = utils.import_object(FLAGS.network_manager)
net_manager.create_networks(context.get_admin_context(),