Comment 14 for bug 1483480

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

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

commit 5dacbba701037200f9b0ae40c34981ecd941b41c
Author: Kevin Benton <email address hidden>
Date: Wed Feb 10 17:00:21 2016 -0800

    Add a description field to all standard resources

    In order to give users and operators more flexibility in
    annotating the purpose of various Neutron resources, this patch
    adds a description field limited to 255 chars to all of the
    Neutron resources that reference the standard attribute table.
    The resource that reference the table are the following:
    security_group_rules, security_groups, ports, subnets,
    networks, routers, floatingips, subnetpools

    This patch adds a description table related to standard attributes
    and migrates over the existing security group description to the new
    table as well.

    Co-Authored-By: James Dempsey <email address hidden>

    APIImpact
    DocImpact: Adds a description field to all resources outline in
               commit message.
    Closes-Bug: #1483480
    Change-Id: I6e1ef53d7aae7d04a5485810cc1db0a8eb125953