We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1dcb5e + 0c2969a commit ca0a112Copy full SHA for ca0a112
1 file changed
fragments/bastion-ansible.sh
@@ -12,8 +12,8 @@ function create_metadata_json() {
12
# $1 - metadata filename
13
infra_arr=($all_infra_nodes)
14
infra_count=${#infra_arr[@]}
15
- master_arr=($all_infra_nodes)
16
- master_count=${#infra_arr[@]}
+ master_arr=($all_master_nodes)
+ master_count=${#master_arr[@]}
17
if [ -n "$os_username" ] && [ -n "$os_password" ] && \
18
[ -n "$os_auth_url" ] && [ -n "$os_tenant_name" ]; then
19
openstack_cloud_provider=true
0 commit comments