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 <matta@stackhpc.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Remove reference to EXTRA_OPTS in documentation.
|
Reference in New Issue
Block a user