Skip to content

Commit

Permalink
Add TODO with jira ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Sep 5, 2023
1 parent 95d4492 commit 4d3f1a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/jimm/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@ func (j *JIMM) ImportModel(ctx context.Context, u *dbmodel.User, controllerName
model.Users = append(model.Users, dbmodel.UserModelAccess{User: *u, Access: string(jujuparams.ModelAdminAccess)})
}

// TODO(CSS-5458): Remove the below section on cloud credentials once we no longer persist the relation between
// cloud credentials and models

// fetch cloud credential used by the model
cloudTag, err := names.ParseCloudTag(modelInfo.CloudTag)
if err != nil {
Expand Down

0 comments on commit 4d3f1a7

Please sign in to comment.