From 71148046f0a272049ae9dfdc259b1e87eed07250 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 12 Mar 2019 17:47:19 +0000 Subject: [PATCH] Remove distro_python3 release note This variable was never in released code, and was removed in https://review.openstack.org/#/c/642014. Change-Id: Iec8c1dc717bc8c3cfae4538b1846db4610b83ff6 --- .../distro-python3-configuration-3ed58b21b0f43246.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 releasenotes/notes/distro-python3-configuration-3ed58b21b0f43246.yaml diff --git a/releasenotes/notes/distro-python3-configuration-3ed58b21b0f43246.yaml b/releasenotes/notes/distro-python3-configuration-3ed58b21b0f43246.yaml deleted file mode 100644 index 40742b7314..0000000000 --- a/releasenotes/notes/distro-python3-configuration-3ed58b21b0f43246.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -features: - - | - Added a `distro_python3` configuration option for the kolla-build.conf - that will switch the package names to assume the python3 name. By default, - this will be True if a RHEL 8 based distro and False for any other distro. - If a value of True or False is provided in the configuration, this will - override the derived value.