Commit 70712c5
authored
Remove apparently unneeded parameters (#45)
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
```1 parent becfcb5 commit 70712c5
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