From 490a302815fea29601e42ea4e5e4f38a70034d0c Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Wed, 26 Oct 2022 13:28:43 -0300 Subject: [PATCH] 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 --- rebuild | 2 +- src/tests/bundles/jammy-yoga.yaml | 4 ---- src/tests/bundles/jammy-zed.yaml | 4 ---- src/tests/bundles/kinetic-zed.yaml | 4 ---- 4 files changed, 1 insertion(+), 13 deletions(-) diff --git a/rebuild b/rebuild index 2858f94..b57e353 100644 --- a/rebuild +++ b/rebuild @@ -2,4 +2,4 @@ # when dependencies of the charm change, # but nothing in the charm needs to. # simply change the uuid to something new -53bafb42-1178-11ec-939d-3f35e616d7a2 +8ec7d976-6d82-4ca6-83fa-86cd3ede7580 diff --git a/src/tests/bundles/jammy-yoga.yaml b/src/tests/bundles/jammy-yoga.yaml index c99dab6..f784eda 100644 --- a/src/tests/bundles/jammy-yoga.yaml +++ b/src/tests/bundles/jammy-yoga.yaml @@ -35,8 +35,6 @@ applications: mysql-innodb-cluster: charm: ch:mysql-innodb-cluster num_units: 3 - options: - source: *openstack-origin to: - '0' - '1' @@ -46,8 +44,6 @@ applications: rabbitmq-server: charm: ch:rabbitmq-server num_units: 1 - options: - source: *openstack-origin to: - '3' channel: latest/edge diff --git a/src/tests/bundles/jammy-zed.yaml b/src/tests/bundles/jammy-zed.yaml index 88cb984..34b9227 100644 --- a/src/tests/bundles/jammy-zed.yaml +++ b/src/tests/bundles/jammy-zed.yaml @@ -35,8 +35,6 @@ applications: mysql-innodb-cluster: charm: ch:mysql-innodb-cluster num_units: 3 - options: - source: *openstack-origin to: - '0' - '1' @@ -46,8 +44,6 @@ applications: rabbitmq-server: charm: ch:rabbitmq-server num_units: 1 - options: - source: *openstack-origin to: - '3' channel: latest/edge diff --git a/src/tests/bundles/kinetic-zed.yaml b/src/tests/bundles/kinetic-zed.yaml index bf3a8f2..809e704 100644 --- a/src/tests/bundles/kinetic-zed.yaml +++ b/src/tests/bundles/kinetic-zed.yaml @@ -35,8 +35,6 @@ applications: mysql-innodb-cluster: charm: ch:mysql-innodb-cluster num_units: 3 - options: - source: *openstack-origin to: - '0' - '1' @@ -46,8 +44,6 @@ applications: rabbitmq-server: charm: ch:rabbitmq-server num_units: 1 - options: - source: *openstack-origin to: - '3' channel: latest/edge