From 61cbe4314ea1f626a8b785628d053e2af52c1ddd Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Fri, 27 Apr 2018 15:29:17 +0200 Subject: s/project name/project ID/ --- account.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account.go b/account.go index f274701..936b9e1 100644 --- a/account.go +++ b/account.go @@ -58,7 +58,7 @@ func InitializeAccount(backend Backend) (*Account, error) { //you originally authenticated. This method does not check whether the account //actually exists. // -//The account name is usually the project name with an additional "AUTH_" +//The account name is usually the Keystone project ID with an additional "AUTH_" //prefix. func (a *Account) SwitchAccount(accountName string) *Account { newEndpointURL := a.baseURL + "v1/" + accountName + "/" @@ -70,7 +70,7 @@ func (a *Account) SwitchAccount(accountName string) *Account { } //Name returns the name of the account (usually the prefix "AUTH_" followed by -//the project ID). +//the Keystone project ID). func (a *Account) Name() string { return a.name } -- cgit v1.2.3