Comment 2 for bug 1593772

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

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

commit ff73054e8637f29737cc65dc84ef0f9aea9d5abd
Author: Hong Hui Xiao <email address hidden>
Date: Mon Jun 20 09:46:21 2016 +0000

    Remove the deprecated config "quota_items"

    It was deprecated at [1], and quota of resource will be registered
    at initialization of APIRouter. So, no need to use the config now.

    [1] https://review.openstack.org/#/c/181593

    DocImpact: All references of 'quota_items' configuration option
    and its description should be removed from the docs.

    UpgradeImpact: Remove 'quota_items' configuration option from
    neutron.conf file.

    Change-Id: I0698772a49f51d7c65f1f4cf1ea7660cd07113a0
    Closes-Bug: #1593772