← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:charm-public-storage-url into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:charm-public-storage-url into launchpad:master.

Commit message:
charm: Use public Swift storage URL

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/428108

This allows deploying the charm without being on the Canonical VPN.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:charm-public-storage-url into launchpad:master.
diff --git a/charm/bundle.yaml.in b/charm/bundle.yaml.in
index 82244f1..baecf0a 100644
--- a/charm/bundle.yaml.in
+++ b/charm/bundle.yaml.in
@@ -6,5 +6,5 @@ applications:
     num_units: 1
     options:
       build_label: "%BUILD_LABEL%"
-      swift_storage_url: "https://radosgw.ps5.canonical.com/swift/v1/AUTH_318a449e4c8e40e2865c120a597a9644";
+      swift_storage_url: "https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_318a449e4c8e40e2865c120a597a9644";
       swift_container_name: "launchpad-builds"