Merge pull request #18038 from slaws/os-domain-config

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-02 08:49:29 -08:00
commit ff738189ef
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ func (cfg Config) toAuthOptions() gophercloud.AuthOptions {
APIKey: cfg.Global.ApiKey,
TenantID: cfg.Global.TenantId,
TenantName: cfg.Global.TenantName,
DomainID: cfg.Global.DomainId,
DomainName: cfg.Global.DomainName,
// Persistent service, so we need to be able to renew tokens.
AllowReauth: true,