Skip to content

Commit

Permalink
Update openstack-integration.md
Browse files Browse the repository at this point in the history
It seems to be ":lb-consumers" instead of ":lb-consumer".
  • Loading branch information
Dooqua7 authored Jul 5, 2024
1 parent c5cef8b commit 4de9213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/k8s/openstack-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ relations:
- [easyrsa:client, cinder-csi:certificates]
- [kubernetes-control-plane:kube-control, cinder-csi:kube-control]
- [openstack-integrator:clients, cinder-csi:openstack]
- [kubernetes-control-plane:loadbalancer-external, openstack-integrator:lb-consumer]
- [kubernetes-control-plane:loadbalancer-external, openstack-integrator:lb-consumers]
```
You will also need to set the `lb-subnet` config to the appropriate tenant subnet where your nodes
Expand Down Expand Up @@ -293,7 +293,7 @@ juju refresh openstack-integrator --switch --channel=1.29/stable
**2. Integrate the kubernetes-control-plane application:**

```bash
juju integrate openstack-integrator:lb-consumer kubernetes-control-plane:loadbalancer-external
juju integrate openstack-integrator:lb-consumers kubernetes-control-plane:loadbalancer-external
```

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

0 comments on commit 4de9213

Please sign in to comment.