Move the paste testing server to paste99 to distinguish it in testing from the actual production paste service. Since we have certificates setup now, we can directly test against "paste99.opendev.org", removing the insecure flags to various calls. Change-Id: Ifd5e270604102806736dffa86dff2bf8b23799c5changes/85/848685/7
parent
72a0ad6d19
commit
939233e4e4
@ -0,0 +1,3 @@
|
||||
borg_backup_excludes_extra:
|
||||
# live db; dumped with mysqldump
|
||||
- /var/lib/lodgeit
|
@ -1,2 +0,0 @@
|
||||
lodgeit_secret_key: secretkey
|
||||
lodgeit_db_password: password
|
@ -0,0 +1,7 @@
|
||||
lodgeit_secret_key: secretkey
|
||||
lodgeit_db_password: password
|
||||
letsencrypt_certs:
|
||||
paste99-opendev-org-main:
|
||||
- paste99.opendev.org
|
||||
- paste.opendev.org
|
||||
- paste.openstack.org
|
Loading…
Reference in new issue