From e83ceadfe4de5f1553ebfce3ddfe139011b73b80 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 24 Feb 2020 21:12:16 +0000 Subject: [PATCH] Update tarball publication URLs With the OpenDev transition for static site content, the official location for OpenStackID tarballs is now in https://tarballs.opendev.org/osf/openstackid/ so update our template accordingly. Change-Id: I4939b5fde244777126497f707e362d1c28643a4e --- templates/openstackid.conf.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/openstackid.conf.erb b/templates/openstackid.conf.erb index 3a2b106..f13c780 100644 --- a/templates/openstackid.conf.erb +++ b/templates/openstackid.conf.erb @@ -1,10 +1,10 @@ SITE_ROOT=/srv/openstackid -SOURCE_TARBALL=http://tarballs.openstack.org/openstackid/openstackid-<%= @openstackid_release %>.tar.gz +SOURCE_TARBALL=https://tarballs.opendev.org/osf/openstackid/openstackid-<%= @openstackid_release %>.tar.gz LARAVEL_ENV=<%= @id_environment %> RELEASE_NAME=openstackid-<%= @openstackid_release %>.tar.gz -SOURCE_ROOT=http://tarballs.openstack.org/openstackid/ +SOURCE_ROOT=https://tarballs.opendev.org/osf/openstackid/ USE_DB_SEEDING=<%= @use_db_seeding?1:0 %> LARAVEL_VERSION=<%= @laravel_version %> PHP_SERVICE_NAME=<%= @php_service_name %> REDIS_PORT=<%= @redis_port %> -REDIS_PASSWORD=<%= @redis_password %> \ No newline at end of file +REDIS_PASSWORD=<%= @redis_password %>