Comment 1 for bug 1330391

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to manila (master)

Reviewed: https://review.openstack.org/108193
Committed: https://git.openstack.org/cgit/stackforge/manila/commit/?id=ab02ab464572062029eae49c1e67eeb28305e8cf
Submitter: Jenkins
Branch: master

commit ab02ab464572062029eae49c1e67eeb28305e8cf
Author: Valeriy Ponomaryov <email address hidden>
Date: Sat Jul 19 12:06:09 2014 +0300

    Fix service subnet capacity within service_instance module

    Module 'service_instance' creates service_subnet per neutron_subnet,
    current mask is 29, that allows take only 3 (three) ips for service
    instances. Changed mask to 28, that allows take 11 (eleven) ips now
    by default.
    It allows us to use multibackend installation with drivers, that
    depend on this module more reliably and provides possibility to
    change this value in general.

    Changes:
    - added config option for network subnets mask with default value 28,
      instead of hardcoded 29.
    - fixed related unittests

    Change-Id: Ib58048832287a9f184317d2c92f0cc22e7f2a303
    Closes-Bug: #1341711
    Related-Bug: #1330391