Merge "Do not create kolla_user by default"

This commit is contained in:
Zuul 2022-09-29 11:12:57 +00:00 committed by Gerrit Code Review
commit 655307d3ce
3 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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"

View File

@ -25,7 +25,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.