neutron/releasenotes/notes/add-standard-attrs-to-address-groups-f5a8565fd2ed91c6.yaml
Hang Yang 6db15a004d Add standard_attrs to address group
Need the revision_number attribute to support address group update in
rpc resource_cache.

Change-Id: I6355c9394c23f7d94496e9c06e061d6d3fd4128d
Implements: blueprint address-groups-in-sg-rules
2020-12-18 13:30:38 -06:00

11 lines
492 B
YAML

---
upgrade:
- |
Address group now has standard attributes. In the alembic migration,
the original ``description`` column of ``address_groups`` is dropped after
data migrated to the ``standardattributes`` table. The ``description``
field is also removed from the address group object and DB model. This
change requires a restart of ``neutron-server`` service after the DB
migration otherwise users will get server errors when making calls to
address group APIs.