Skip to content

Commit 53786ff

Browse files
authored
Update openstack-integration.md (#851)
It seems to be ":lb-consumers" instead of ":lb-consumer".
1 parent c5cef8b commit 53786ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/k8s/openstack-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ relations:
192192
- [easyrsa:client, cinder-csi:certificates]
193193
- [kubernetes-control-plane:kube-control, cinder-csi:kube-control]
194194
- [openstack-integrator:clients, cinder-csi:openstack]
195-
- [kubernetes-control-plane:loadbalancer-external, openstack-integrator:lb-consumer]
195+
- [kubernetes-control-plane:loadbalancer-external, openstack-integrator:lb-consumers]
196196
```
197197
198198
You will also need to set the `lb-subnet` config to the appropriate tenant subnet where your nodes
@@ -293,7 +293,7 @@ juju refresh openstack-integrator --switch --channel=1.29/stable
293293
**2. Integrate the kubernetes-control-plane application:**
294294

295295
```bash
296-
juju integrate openstack-integrator:lb-consumer kubernetes-control-plane:loadbalancer-external
296+
juju integrate openstack-integrator:lb-consumers kubernetes-control-plane:loadbalancer-external
297297
```
298298

299299
**3. Deploy and migrate to the `openstack-cloud-controller` charm** (See its [charm docs][openstack-cloud-controller-readme] for details).

0 commit comments

Comments
 (0)