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 %>