Drop 'source' config key from support charms

- mysql-innodb-cluster
- rabbitmq-server

Change-Id: I1a009cd083a22ba86ba2fd4aec660d7729a283f7
Func-Test-Pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/970
This commit is contained in:
Felipe Reyes 2022-10-26 13:28:43 -03:00
parent ca2f0a404c
commit 490a302815
4 changed files with 1 additions and 13 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change, # when dependencies of the charm change,
# but nothing in the charm needs to. # but nothing in the charm needs to.
# simply change the uuid to something new # simply change the uuid to something new
53bafb42-1178-11ec-939d-3f35e616d7a2 8ec7d976-6d82-4ca6-83fa-86cd3ede7580

View File

@ -35,8 +35,6 @@ applications:
mysql-innodb-cluster: mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster charm: ch:mysql-innodb-cluster
num_units: 3 num_units: 3
options:
source: *openstack-origin
to: to:
- '0' - '0'
- '1' - '1'
@ -46,8 +44,6 @@ applications:
rabbitmq-server: rabbitmq-server:
charm: ch:rabbitmq-server charm: ch:rabbitmq-server
num_units: 1 num_units: 1
options:
source: *openstack-origin
to: to:
- '3' - '3'
channel: latest/edge channel: latest/edge

View File

@ -35,8 +35,6 @@ applications:
mysql-innodb-cluster: mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster charm: ch:mysql-innodb-cluster
num_units: 3 num_units: 3
options:
source: *openstack-origin
to: to:
- '0' - '0'
- '1' - '1'
@ -46,8 +44,6 @@ applications:
rabbitmq-server: rabbitmq-server:
charm: ch:rabbitmq-server charm: ch:rabbitmq-server
num_units: 1 num_units: 1
options:
source: *openstack-origin
to: to:
- '3' - '3'
channel: latest/edge channel: latest/edge

View File

@ -35,8 +35,6 @@ applications:
mysql-innodb-cluster: mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster charm: ch:mysql-innodb-cluster
num_units: 3 num_units: 3
options:
source: *openstack-origin
to: to:
- '0' - '0'
- '1' - '1'
@ -46,8 +44,6 @@ applications:
rabbitmq-server: rabbitmq-server:
charm: ch:rabbitmq-server charm: ch:rabbitmq-server
num_units: 1 num_units: 1
options:
source: *openstack-origin
to: to:
- '3' - '3'
channel: latest/edge channel: latest/edge