Use $USER as bootstrap users

This reverts to the default value of 'controller_bootstrap_user',
'seed_bootstrap_user' and 'seed_hypervisor_bootstrap_user' prior to the
addition of the os_distribution variable in Kayobe
(https://review.opendev.org/c/openstack/kayobe/+/787352). In an
all-in-one environment, using the current user as the bootstrap user
makes sense.

Story: 2004960
Task: 42386

Change-Id: I814cd3d97e850a9b0062f92ec5622a756bed0347
This commit is contained in:
Mark Goddard 2021-04-27 10:41:35 +01:00
parent 547c03078c
commit 3b960e5bdd
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# User with which to access the controllers via SSH during bootstrap, in order
# to setup the Kayobe user account.
#controller_bootstrap_user:
controller_bootstrap_user: "{{ lookup('env', 'USER') }}"
###############################################################################
# Controller network interface configuration.

View File

@ -4,7 +4,7 @@
# User with which to access the seed hypervisor via SSH during bootstrap, in
# order to setup the Kayobe user account.
#seed_hypervisor_bootstrap_user:
seed_hypervisor_bootstrap_user: "{{ lookup('env', 'USER') }}"
###############################################################################
# Seed hypervisor network interface configuration.

View File

@ -4,7 +4,7 @@
# User with which to access the seed via SSH during bootstrap, in order to
# setup the Kayobe user account.
#seed_bootstrap_user:
seed_bootstrap_user: "{{ lookup('env', 'USER') }}"
###############################################################################
# Seed network interface configuration.