Skip to content

Commit 1f14861

Browse files
committed
Remove ansible_user override from openstack-config
This override is applied in the inventory generated by Terraform that points at the seed.
1 parent d787871 commit 1f14861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/deploy-openstack.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ scp -oStrictHostKeyChecking=no $KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONM
145145
ssh -oStrictHostKeyChecking=no ${ ssh_user }@${ seed_addr } sudo cp vault.crt /etc/pki/ca-trust/source/anchors/OS-TLS-ROOT.crt
146146
ssh -oStrictHostKeyChecking=no ${ ssh_user }@${ seed_addr } sudo update-ca-trust
147147

148-
~/src/openstack-config/tools/openstack-config -- -e ansible_user=${ ssh_user }
148+
~/src/openstack-config/tools/openstack-config
149149

150150
git -C $${config_directories[kayobe]} submodule init
151151
git -C $${config_directories[kayobe]} submodule update

0 commit comments

Comments
 (0)