mirror of https://github.com/docker/docs.git
Merge pull request #2809 from smashwilson/unable-to-find-tenant
Rackspace: Only derive tenant ID if tenant name is supplied.
This commit is contained in:
commit
6cc068ee4a
|
|
@ -566,7 +566,7 @@ func (d *Driver) resolveIds() error {
|
|||
})
|
||||
}
|
||||
|
||||
if d.TenantId == "" {
|
||||
if d.TenantName != "" && d.TenantId == "" {
|
||||
if err := d.initIdentity(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue