Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:staging-reactive-service-bundle-update into autopkgtest-cloud:master.
Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/457885 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:staging-reactive-service-bundle-update into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-cloud-worker/reactive/autopkgtest_cloud_worker.py b/charms/focal/autopkgtest-cloud-worker/reactive/autopkgtest_cloud_worker.py index f39705d..2e8f376 100644 --- a/charms/focal/autopkgtest-cloud-worker/reactive/autopkgtest_cloud_worker.py +++ b/charms/focal/autopkgtest-cloud-worker/reactive/autopkgtest_cloud_worker.py @@ -428,6 +428,7 @@ def write_swift_config(): "config.changed.n-workers", "config.changed.lxd-remotes", "config.changed.mirror", + "config.changed.net-name", ) @when_any("config.set.nova-rcs", "config.set.lxd-remotes") def write_worker_config(): diff --git a/mojo/service-bundle b/mojo/service-bundle index 53c739f..394e580 100644 --- a/mojo/service-bundle +++ b/mojo/service-bundle @@ -80,7 +80,7 @@ applications: worker-default-flavor: autopkgtest worker-big-flavor: autopkgtest-big {%- elif stage_name == "staging" %} - net-name: net_stg-proposed-migration + net-name: net_stg-proposed-migration-environment worker-default-flavor: stag-cpu2-ram4-disk20 worker-big-flavor: stag-cpu4-ram16-disk50 {%- elif stage_name == "devel" %}
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp