Comment 4 for bug 1501328

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

Reviewed: https://review.openstack.org/230983
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6ee91e56c84ea6e930369f8649f1d2b50096cb80
Submitter: Jenkins
Branch: master

commit 6ee91e56c84ea6e930369f8649f1d2b50096cb80
Author: John Davidge <email address hidden>
Date: Thu Oct 1 20:37:34 2015 +0100

    Replace subnetpool config options with admin-only API

    This patch adds a new boolean 'is_default' property to subnetpools. This
    allows the admin to set the default v4/v6 subnetpools via the API rather
    than the existing neutron.conf options - which are deprecated by this patch.

    Only one subnetpool per IP family can be set to default.

    DocImpact
    ApiImpact

    Co-Authored-By: Carl Baldwin <email address hidden>

    Change-Id: I5daba2347cfb91fac0b155b2c1b459ee7d9e4505
    Closes-Bug: 1501328