From b5cbcfa2353de19b5145b90ba9d943b1237dcdb9 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 27 Oct 2020 01:09:44 +0900 Subject: [PATCH] Remove the wrongly placed release note file The previous change[1] migrated the release note file to the correct place, but this caused that the old release notes migrated from manifests directory appear in the latest release note[2]. This patch remove that file to get rid of these confusing contents. [1] 671f9e4dbf0b74efe31e8f1c2cf40fd4f7291518 [2] https://docs.openstack.org/releasenotes/puppet-nova/unreleased.html Change-Id: I3d878ab0fef196579c86e03f422dd652f2f124c8 --- ...lit_vendordata_from_metadata-5bc86b342574d8e8.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 releasenotes/notes/split_vendordata_from_metadata-5bc86b342574d8e8.yaml diff --git a/releasenotes/notes/split_vendordata_from_metadata-5bc86b342574d8e8.yaml b/releasenotes/notes/split_vendordata_from_metadata-5bc86b342574d8e8.yaml deleted file mode 100644 index b49b7f60a..000000000 --- a/releasenotes/notes/split_vendordata_from_metadata-5bc86b342574d8e8.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -fixes: - - | - A recent change making nova-metadata-api work with wsgi - https://review.opendev.org/#/c/582621/ moved the vendordata plugin - parameters to the nova::metadata manifest. - While this is conceptually correct as nova-metadata is the one that - should be using this parameters. In practice the parameters are also - used in compute drivers (in the ironic driver, for instance), thats - why we should split them to be able to deploy nova-metadata-api - separate from nova-compute.