5dacbba701
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 <jamesd@catalyst.net.nz> APIImpact DocImpact: Adds a description field to all resources outline in commit message. Closes-Bug: #1483480 Change-Id: I6e1ef53d7aae7d04a5485810cc1db0a8eb125953
9 lines
328 B
YAML
9 lines
328 B
YAML
---
|
|
prelude: >
|
|
Add description field to security group rules, networks, ports, routers,
|
|
floating IPs, and subnet pools.
|
|
features:
|
|
- Security group rules, networks, ports, routers, floating IPs, and subnet
|
|
pools may now contain an optional description which allows users to
|
|
easily store details about entities.
|