We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d787871 commit 1f14861Copy full SHA for 1f14861
templates/deploy-openstack.tpl
@@ -145,7 +145,7 @@ scp -oStrictHostKeyChecking=no $KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONM
145
ssh -oStrictHostKeyChecking=no ${ ssh_user }@${ seed_addr } sudo cp vault.crt /etc/pki/ca-trust/source/anchors/OS-TLS-ROOT.crt
146
ssh -oStrictHostKeyChecking=no ${ ssh_user }@${ seed_addr } sudo update-ca-trust
147
148
-~/src/openstack-config/tools/openstack-config -- -e ansible_user=${ ssh_user }
+~/src/openstack-config/tools/openstack-config
149
150
git -C $${config_directories[kayobe]} submodule init
151
git -C $${config_directories[kayobe]} submodule update
0 commit comments