Do not create kolla_user by default
Change-Id: I530ca17a0f2081efd08893bf8f311e1c91645ce8 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/855017
This commit is contained in:
parent
9239254201
commit
8b9e9c30d5
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
``create_kolla_user`` is set to ``False`` by default so that no user
|
||||
is created as it is not used further by default.
|
@ -20,7 +20,7 @@ epel_yum_package: "epel-release"
|
||||
|
||||
customize_etc_hosts: True
|
||||
|
||||
create_kolla_user: True
|
||||
create_kolla_user: False
|
||||
|
||||
kolla_user: "kolla"
|
||||
kolla_group: "kolla"
|
||||
|
@ -26,7 +26,7 @@ virtualenv:
|
||||
# are not available on PyPI.
|
||||
virtualenv_site_packages: True
|
||||
|
||||
create_kolla_user: True
|
||||
create_kolla_user: False
|
||||
kolla_user: "kolla"
|
||||
|
||||
# Owner of the virtualenv.
|
||||
|
Loading…
x
Reference in New Issue
Block a user