Merge "Add callback action back in"

This commit is contained in:
Zuul 2018-08-16 18:48:01 +00:00 committed by Gerrit Code Review
commit d93ef56da1
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ class Manager(manager.Manager):
if resource_type == 'project':
PROVIDERS.catalog_api.delete_association_by_project(
project_or_endpoint_id)
PROVIDERS.catalog_api.delete_endpoint_group_association_by_project(
project_or_endpoint_id)
else:
PROVIDERS.catalog_api.delete_association_by_endpoint(
project_or_endpoint_id)