-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.1
-
Component/s: None
-
Labels:None
Providing a tenantName parameter when authenticating will return
a token scoped to that tenant. Some OpenStack providers will return
a token scoped to the default tenant if it is omitted. Others require
the tenantName parameter on authentication in order to return useful
endpoints. This change adds the ex_tenant_name parameter to the
OpenStack NodeDriver and passes it to the identity service if it's
present.