From 56f0b3694a3447a202664a90b85ff92712467270 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Wed, 21 Feb 2024 15:16:32 +0000 Subject: [PATCH] fix: Fresh installs must get the correct URL for rh-certified Add /content/published to the default URL when setting up the default remotes. This has been fix on #2032 but that PR not backported. This PR changes the original migration, so fresh installs gets the new URL and existing systems are not affected This must be backported to 4.9.z No-Issue Related: AAH-2836 --- galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py b/galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py index b84c3018a2..f5e86b0f5c 100644 --- a/galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py +++ b/galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py @@ -31,7 +31,7 @@ "next_version": 1, "remote": { "name": "rh-certified", - "url": "https://console.redhat.com/api/automation-hub/", + "url": "https://console.redhat.com/api/automation-hub/content/published/", "requirements_file": None, "token": None, "auth_url": (