Skip to content

Commit

Permalink
Merge pull request #18038 from slaws/os-domain-config
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Dec 2, 2015
2 parents 494f47b + 3eae589 commit 71f2d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cloudprovider/providers/openstack/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

1 comment on commit 71f2d5e

@k8s-teamcity-mesosphere

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OSS :: Kubernetes Mesos :: 4 - Smoke Tests Build 7670 outcome was SUCCESS
Summary: Tests passed: 1, ignored: 205 Build time: 00:04:38

Please sign in to comment.