6db15a004d
Need the revision_number attribute to support address group update in rpc resource_cache. Change-Id: I6355c9394c23f7d94496e9c06e061d6d3fd4128d Implements: blueprint address-groups-in-sg-rules
11 lines
492 B
YAML
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.
|