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.