Skip to content

Commit 75bc6fd

Browse files
m-bullAlex-Welsh
authored andcommitted
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 <[email protected]> (cherry picked from commit cf73767)
1 parent 80bfcaa commit 75bc6fd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/source/user/operating-kolla.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ Tips and Tricks
204204
Kolla Ansible CLI
205205
-----------------
206206

207-
When running the ``kolla-ansible`` CLI, additional arguments may be passed to
208-
``ansible-playbook`` via the ``EXTRA_OPTS`` environment variable.
209-
210207
``kolla-ansible deploy -i INVENTORY`` is used to deploy and start all Kolla
211208
containers.
212209

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Remove reference to EXTRA_OPTS in documentation.

0 commit comments

Comments
 (0)