From e80d914a8c2d6887b41a373bdb36d8408661c402 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Tue, 6 Feb 2024 14:28:33 +0100 Subject: [PATCH] copr-backend: change osuosl dns name to their newest osuosl-openpower changed their DNS edpoint for the controller to the openpower-openstack.osuosl.org --- roles/copr/backend/templates/provision/rc-osuosl.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/provision/rc-osuosl.sh.j2 b/roles/copr/backend/templates/provision/rc-osuosl.sh.j2 index 632329c19c..6d32feee0d 100644 --- a/roles/copr/backend/templates/provision/rc-osuosl.sh.j2 +++ b/roles/copr/backend/templates/provision/rc-osuosl.sh.j2 @@ -12,7 +12,7 @@ # Image API v1.1, Block Storage API v2, and Compute API v2.0. OS_AUTH_URL is # only for the Identity API served through keystone. -export OS_AUTH_URL=https://openpower-controller.osuosl.org:5000/v3 +export OS_AUTH_URL=https://openpower-openstack.osuosl.org:5000/v3 # With the addition of Keystone we have standardized on the term **project** # as the entity that owns the resources.