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.