launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #24933
[Merge] lp:~ilasc/lp-production-configs/add-oci-creds-qas into lp:lp-production-configs
Ioana Lasc has proposed merging lp:~ilasc/lp-production-configs/add-oci-creds-qas into lp:lp-production-configs.
Commit message:
Add OCI Registry Public Key
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ilasc/lp-production-configs/add-oci-creds-qas/+merge/386671
Add OCI Registry Public Key to QA Staging config file.
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~ilasc/lp-production-configs/add-oci-creds-qas into lp:lp-production-configs.
=== modified file 'qastaging-lazr.conf'
--- qastaging-lazr.conf 2019-08-23 11:45:52 +0000
+++ qastaging-lazr.conf 2020-07-01 12:04:00 +0000
@@ -50,6 +50,9 @@
git_anon_root: git://git.qastaging.paddev.net/
git_ssh_root: git+ssh://git.qastaging.paddev.net/
+[oci]
+registry_secrets_public_key: 9otjj/QHAG3eZAkDug20Rp4H8Yw32IDcrLvRbTDaRjQ=
+
[database]
rw_main_master: dbname=launchpad_qastaging host=pamola.internal port=6432 connect_timeout=10
rw_main_slave: dbname=launchpad_qastaging_slave host=pamola.internal port=6432 connect_timeout=10
Follow ups