Merge "Increased the number of environments per tenant"

This commit is contained in:
Jenkins
2015-10-14 15:05:07 +00:00
committed by Gerrit Code Review

View File

@@ -156,7 +156,7 @@ murano_opts = [
]
networking_opts = [
cfg.IntOpt('max_environments', default=20,
cfg.IntOpt('max_environments', default=250,
help='Maximum number of environments that use a single router '
'per tenant'),