Merge "Do not create kolla_user by default"
This commit is contained in:
commit
655307d3ce
@ -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
|
customize_etc_hosts: True
|
||||||
|
|
||||||
create_kolla_user: True
|
create_kolla_user: False
|
||||||
|
|
||||||
kolla_user: "kolla"
|
kolla_user: "kolla"
|
||||||
kolla_group: "kolla"
|
kolla_group: "kolla"
|
||||||
|
@ -25,7 +25,7 @@ virtualenv:
|
|||||||
# are not available on PyPI.
|
# are not available on PyPI.
|
||||||
virtualenv_site_packages: True
|
virtualenv_site_packages: True
|
||||||
|
|
||||||
create_kolla_user: True
|
create_kolla_user: False
|
||||||
kolla_user: "kolla"
|
kolla_user: "kolla"
|
||||||
|
|
||||||
# Owner of the virtualenv.
|
# Owner of the virtualenv.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user