From 4e0badb3d540cb749f91762885ca7f0b524c8c2f Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 10 Jan 2025 17:20:28 +0100 Subject: [PATCH] Delete centos-private-epel release note This release note somehow was having the exact same UUID as the one for repo_server repo [1] which resulted in reno never being copied to the integrated repo and published. While we can re-generate UUID and promote it, it's been over 6 years since feature implementations, and updating UUID will result in reno renderring for the current release. Thus it's more logical to delete it reather then fix it. [1] https://opendev.org/openstack/openstack-ansible-repo_server/src/branch/master/releasenotes/notes/centos-private-epel-3fe4c9ff68ec3a18.yaml Change-Id: Iccd1225f39cda0f8c704215068977ec7d9c0b68a --- releasenotes/notes/centos-private-epel-3fe4c9ff68ec3a18.yaml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 releasenotes/notes/centos-private-epel-3fe4c9ff68ec3a18.yaml diff --git a/releasenotes/notes/centos-private-epel-3fe4c9ff68ec3a18.yaml b/releasenotes/notes/centos-private-epel-3fe4c9ff68ec3a18.yaml deleted file mode 100644 index c0da458a..00000000 --- a/releasenotes/notes/centos-private-epel-3fe4c9ff68ec3a18.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -features: - - You can set a private repository for epel, you must use - ``lxc_centos_epel_mirror`` for the repo URL and if you need to get the GPG key - from intranet or a mirror use ``lxc_centos_epel_key`` for gpg key location.