Skip to content

Commit 6bd26f0

Browse files
committed
chore: modify cloudname
Signed-off-by: rapour <[email protected]>
1 parent 880df1f commit 6bd26f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/cluster-template-openstack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ metadata:
2121
spec:
2222
apiServerLoadBalancer:
2323
enabled: ${OPENSTACK_USE_OCTAVIA_LOADBALANCER}
24-
cloudName: ${OPENSTACK_CLOUD}
2524
identityRef:
2625
name: ${OPENSTACK_CLOUD_CONFIG_SECRET_NAME}
26+
cloudName: ${OPENSTACK_CLOUD}
2727
nodeCidr: ${OPENSTACK_NETWORK_CIDR}
2828
disablePortSecurity: true
2929
dnsNameservers: [${OPENSTACK_DNS_NAMESERVERS:= }]
@@ -66,9 +66,9 @@ spec:
6666
flavor: ${OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR}
6767
image: ${OPENSTACK_IMAGE_NAME}
6868
sshKeyName: ${OPENSTACK_SSH_KEY_NAME}
69-
cloudName: ${OPENSTACK_CLOUD}
7069
identityRef:
7170
name: ${OPENSTACK_CLOUD_CONFIG_SECRET_NAME}
71+
cloudName: ${OPENSTACK_CLOUD}
7272
---
7373
apiVersion: cluster.x-k8s.io/v1beta1
7474
kind: MachineDeployment
@@ -101,9 +101,9 @@ metadata:
101101
spec:
102102
template:
103103
spec:
104-
cloudName: ${OPENSTACK_CLOUD}
105104
identityRef:
106105
name: ${OPENSTACK_CLOUD_CONFIG_SECRET_NAME}
106+
cloudName: ${OPENSTACK_CLOUD}
107107
flavor: ${OPENSTACK_NODE_MACHINE_FLAVOR}
108108
image: ${OPENSTACK_IMAGE_NAME}
109109
sshKeyName: ${OPENSTACK_SSH_KEY_NAME}

0 commit comments

Comments
 (0)