From cf737670c8a2a916f8a69f317f9e08b1e7684f6d Mon Sep 17 00:00:00 2001 From: Matt Anson Date: Fri, 12 Sep 2025 20:58:05 +0100 Subject: [PATCH] Remove reference to EXTRA_OPTS in documentation Passing the contents of EXTRA_OPTS into ansible-playbook is no longer supported, so remove reference to this functionality from the documentation. Closes-Bug: #2123837 Change-Id: Ibaf8af1de66f76772a617b05467ba611d0bbd20d Signed-off-by: Matt Anson --- doc/source/user/operating-kolla.rst | 3 --- .../notes/docs-remove-extra-opts-9f68a9b3dd9f14c1.yaml | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/docs-remove-extra-opts-9f68a9b3dd9f14c1.yaml diff --git a/doc/source/user/operating-kolla.rst b/doc/source/user/operating-kolla.rst index 0b2d78eca8..e4eca00c2e 100644 --- a/doc/source/user/operating-kolla.rst +++ b/doc/source/user/operating-kolla.rst @@ -204,9 +204,6 @@ Tips and Tricks Kolla Ansible CLI ----------------- -When running the ``kolla-ansible`` CLI, additional arguments may be passed to -``ansible-playbook`` via the ``EXTRA_OPTS`` environment variable. - ``kolla-ansible deploy -i INVENTORY`` is used to deploy and start all Kolla containers. diff --git a/releasenotes/notes/docs-remove-extra-opts-9f68a9b3dd9f14c1.yaml b/releasenotes/notes/docs-remove-extra-opts-9f68a9b3dd9f14c1.yaml new file mode 100644 index 0000000000..8e044d6687 --- /dev/null +++ b/releasenotes/notes/docs-remove-extra-opts-9f68a9b3dd9f14c1.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Remove reference to EXTRA_OPTS in documentation.