kolla-ansible/releasenotes/notes/optional-sudoers-f5ea08d6f7cbed2b.yaml
Mark Goddard 8ec92df8e3 Make sudoers config optional in bootstrap-servers
In some environments it may not be desirable to modify the sudoers
configuration. This change makes this part of bootstrap-servers
optional, based on the create_kolla_user_sudoers variable.

Change-Id: I653403bfc5431741807edef57df58e05e679900b
2018-07-09 19:10:39 +01:00

8 lines
268 B
YAML

---
features:
- |
Adds support for skipping the configuration of sudoers files in the
``kolla-ansible bootstrap-servers`` command. This depends on the
``create_kolla_user_sudoers`` variable, which defaults to the same value as
``create_kolla_user``.