Comment 6 for bug 1758847

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/41101
Committed: http://github.com/Juniper/contrail-controller/commit/c87deb7f7d4c7b99b59fb52fe7d01171d32d9cac
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit c87deb7f7d4c7b99b59fb52fe7d01171d32d9cac
Author: Édouard Thuleau <email address hidden>
Date: Mon Mar 26 10:43:53 2018 +0200

[config] Catch RefExists exception on Tag deletion

All Tag resource have a reference to it's TagType resource. When a Tag
is deleted, code tries to delete its refered TagType and if that TagType
is still used by another Tag, it ignores TagType deletion. That patch
correctly handles that case to prevent stack trace in API server log.

Change-Id: I412c8b52a5c99b4e06733fa34cd10a439a41a694
Closes-Bug: #1758847
(cherry picked from commit 4b42ffb060996560979713e29bd4a9436d9bff27)