From dc683fa1ccba2eacf7af9be6c9cb520943027a33 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 17 Nov 2021 16:30:41 +0100 Subject: [PATCH] document that binary images are now deprecated Support for binary images gets removed in Z cycle. Change-Id: I9cd93a2022d6b9d17f326d55d57f86cb5e141e7d --- doc/source/admin/image-building.rst | 5 +++++ releasenotes/notes/yoga-prelude-4773bac540443b41.yaml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 releasenotes/notes/yoga-prelude-4773bac540443b41.yaml diff --git a/doc/source/admin/image-building.rst b/doc/source/admin/image-building.rst index 00281e5c1e..d20dff1eea 100644 --- a/doc/source/admin/image-building.rst +++ b/doc/source/admin/image-building.rst @@ -124,6 +124,11 @@ installed from upstream sources. The default method of the OpenStack install is kolla-build -t binary +.. note:: + + Building of binary images is deprecated in Yoga. Please switch to source + ones. + The locations of OpenStack source code are written in ``kolla-build.conf``. The source type supports ``url``, ``git``, and ``local``. The location of the ``local`` source type can point to either a directory containing the source diff --git a/releasenotes/notes/yoga-prelude-4773bac540443b41.yaml b/releasenotes/notes/yoga-prelude-4773bac540443b41.yaml new file mode 100644 index 0000000000..1143b04a31 --- /dev/null +++ b/releasenotes/notes/yoga-prelude-4773bac540443b41.yaml @@ -0,0 +1,5 @@ +--- +prelude: | + Binary images are deprecated in Yoga and any support for them will be + removed in the next cycle. Users are requested to migrate to source based + images.