From a8e7a2087532658af9703dc69481958657b3868f Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 12 Oct 2017 19:21:59 +0000 Subject: Revert "Fixes heat resource name for Internal API Network" This reverts commit 520be6bb4056ead8e6fad08ad96e99f7da5b341e. This introduced a bug: https://bugzilla.redhat.com/show_bug.cgi?id=1501515 where during upgrade, the previous heat resource would for the InternalApi network would have the incorrect name "Internal" and the upgrade would try to delete the resource in order to create "InternalApi". This needs to be reverted and a proper fix will be submitted that accounts for this upgrade scenario. Related-Bug: #1718764 Change-Id: Id906fac421db317ce48d5cecfcd43397a0f4ab3d --- .../notes/fix-internal-api-network-name-282bfda2cdb406aa.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 releasenotes/notes/fix-internal-api-network-name-282bfda2cdb406aa.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/fix-internal-api-network-name-282bfda2cdb406aa.yaml b/releasenotes/notes/fix-internal-api-network-name-282bfda2cdb406aa.yaml deleted file mode 100644 index 2e7e79f1..00000000 --- a/releasenotes/notes/fix-internal-api-network-name-282bfda2cdb406aa.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -fixes: - - | - Fixes heat resource OS::TripleO::Network::Internal to be renamed back to - OS::TripleO::Network::InternalApi for backwards compatibility with - previous versions. -- cgit 1.2.3-korg