Commit 34b6a68
committed
Remove apparently unneeded parameters
It seems cellMessageBusInstance as well as rabbitMqClusterName aren't
valid, at least in those locations.
This leads to some failures within ArgoCD, where the
openstack-controlplane application doesn't converge properly, showing
the following persistent diff:
```
$ argocd --grpc-web app diff openshift-gitops/cifmw-demo-controlplane
===== core.openstack.org/OpenStackControlPlane openstack/openstack-control-plane ======
1187a1188
> cellMessageBusInstance: rabbitmq
1218a1220
> cellMessageBusInstance: rabbitmq-cell1
1533a1536
> rabbitMqClusterName: rabbitmq
```
This is mostly reflecting a change that happened in the
openstack-k8s-operators/architecture repository:
openstack-k8s-operators/architecture#6941 parent becfcb5 commit 34b6a68
1 file changed
Lines changed: 0 additions & 3 deletions
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| |||
302 | 300 | | |
303 | 301 | | |
304 | 302 | | |
305 | | - | |
306 | 303 | | |
307 | 304 | | |
308 | 305 | | |
| |||
0 commit comments