Comment 8 for bug 1502437

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

Reviewed: https://review.openstack.org/234362
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=84bbe9c75820b3eb1cb1c07c001bd86346db08e0
Submitter: Jenkins
Branch: master

commit 84bbe9c75820b3eb1cb1c07c001bd86346db08e0
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