From e896ae565a26e7ac69d2146dc33db8dc75947b66 Mon Sep 17 00:00:00 2001 From: Thomas Miller Date: Sun, 5 Nov 2023 08:20:54 +0200 Subject: [PATCH] Removing TODO that has been completed. Due to changes in the cloud state layer we had a todo to fix is controller cloud. This has been completed in previous PR's. --- domain/cloud/state/state.go | 1 - 1 file changed, 1 deletion(-) diff --git a/domain/cloud/state/state.go b/domain/cloud/state/state.go index 0ff98715a1e..1d24c69de37 100644 --- a/domain/cloud/state/state.go +++ b/domain/cloud/state/state.go @@ -297,7 +297,6 @@ ON CONFLICT(region_uuid, key) DO UPDATE func loadClouds(ctx context.Context, tx *sql.Tx, name string) ([]cloud.Cloud, error) { // First load the basic cloud info and auth types. - // TODO: needs controller cloud q := ` SELECT cloud.uuid, cloud.name, cloud_type_id, cloud.endpoint, cloud.identity_endpoint,