Comment 7 for bug 1502437

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/liberty)

Reviewed: https://review.openstack.org/234363
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=f120a953e4a03abbe3467582839e1c89c3e97e1c
Submitter: Jenkins
Branch: stable/liberty

commit f120a953e4a03abbe3467582839e1c89c3e97e1c
Author: Alexander Tivelkov <email address hidden>
Date: Tue Oct 13 20:31:05 2015 +0300

    Increased the number of environments per tenant

    The 'max_environments' setting of [networking] group in murano
    configuration file defines the maximum number of networks which may be
    created by murano for any given router, thus eventually limiting the
    number of environments to simultaneously co-exists within a tenant.

    The previous default (20) was very low, and it was causing CIDR
    conflicts even when the actual number of envs was not reaching the
    limit.

    This change increases the number of CIDRs allowed for environment
    networks, thus reducing the probability of CIDR conflict.

    NOTE: This change just reduces the risk of conflicts but does not
    eleminate it completely.

    Change-Id: Id913d17b8f7207afc9b1983287349a6d70a09edf
    Partial-bug: #1502437