Type fixed in cinder client
Change-Id: Ibbbcc763ee83a71e674ad0c0f11d88ce010870d8
This commit is contained in:
parent
2589c9ed5c
commit
e47fe048c2
@ -26,7 +26,7 @@ def client():
|
||||
tenant = headers['X-Tenant-Id']
|
||||
volume_url = base.url_for(headers, 'volume')
|
||||
|
||||
cinder = cinder_client.Client(username, token, tenant. volume_url)
|
||||
cinder = cinder_client.Client(username, token, tenant, volume_url)
|
||||
|
||||
cinder.client.auth_token = token
|
||||
cinder.client.management_url = volume_url
|
||||
|
Loading…
Reference in New Issue
Block a user