Add address groups to callbacks resources

This change adds the address groups as a resource for callbacks. This
resource definition is used when the ML2 plugin pushes notifications to
the agents.

Change-Id: Ia17a737e50ec3dd2ee09689417bbec50becfca7a
This commit is contained in:
Miguel Lavalle 2020-10-08 16:39:01 -05:00
parent b422ff450d
commit 7bacdb553f
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
# under the License.
# String literals representing core resources.
ADDRESS_GROUP = 'address_group'
AGENT = 'agent'
FLOATING_IP = 'floatingip'
NETWORK = 'network'