Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #865 from kaccardi/topic/keystone-container-singlevm
Browse files Browse the repository at this point in the history
ciao-cli: use correct identity endpoint for unscoped token
  • Loading branch information
markdryan authored Nov 28, 2016
2 parents e048e0d + 3d69c23 commit dd3bc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciao-cli/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func getAllProjects(username string, password string) (*IdentityProjects, error)
return nil, err
}

identity := fmt.Sprintf("%s/v3/projects", *identityURL)
identity := fmt.Sprintf("%s/v3/auth/projects", *identityURL)

resp, err := sendHTTPRequestToken("GET", identity, nil, token, nil)
if err != nil {
Expand Down

0 comments on commit dd3bc4a

Please sign in to comment.