Drop 'source' config key from support charms

Support charms (e.g. rabbitmq-server and mysql-innodb-cluster) source
their packages from distro and never from the cloud archive, this change
drops the set of that configuration key.

Change-Id: I129713bb3845c1d0264bc4e17bb297724d23ac6b
This commit is contained in:
Felipe Reyes 2022-10-26 10:46:55 -03:00
parent 4d29d4792e
commit ca1524b41a
3 changed files with 0 additions and 12 deletions

View File

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

View File

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

View File

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