summaryrefslogtreecommitdiff
path: root/openstackclient/volume/client.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-31 22:29:02 +0000
committerGerrit Code Review <review@openstack.org>2013-07-31 22:29:03 +0000
commitcd0f34b2d69a253212f3f73f991b552ec2c078c2 (patch)
tree8947bb869119b620efab87d321290a3c826bce3b /openstackclient/volume/client.py
parentce17a0b58877525cf39f0427f4874877fcf804ca (diff)
parent0aa3c206a38b681e106ca8bfd82cab27cd7e1861 (diff)
downloadpython-openstackclient-cd0f34b2d69a253212f3f73f991b552ec2c078c2.tar.gz
Merge "Remove tenant round 1 - global options"
Diffstat (limited to 'openstackclient/volume/client.py')
-rw-r--r--openstackclient/volume/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/volume/client.py b/openstackclient/volume/client.py
index c1acff2f..92f3b14a 100644
--- a/openstackclient/volume/client.py
+++ b/openstackclient/volume/client.py
@@ -38,7 +38,7 @@ def make_client(instance):
client = volume_client(
username=instance._username,
api_key=instance._password,
- project_id=instance._tenant_name,
+ project_id=instance._project_name,
auth_url=instance._auth_url,
)