diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-07-31 22:29:02 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-07-31 22:29:03 +0000 |
| commit | cd0f34b2d69a253212f3f73f991b552ec2c078c2 (patch) | |
| tree | 8947bb869119b620efab87d321290a3c826bce3b /openstackclient/compute | |
| parent | ce17a0b58877525cf39f0427f4874877fcf804ca (diff) | |
| parent | 0aa3c206a38b681e106ca8bfd82cab27cd7e1861 (diff) | |
| download | python-openstackclient-cd0f34b2d69a253212f3f73f991b552ec2c078c2.tar.gz | |
Merge "Remove tenant round 1 - global options"
Diffstat (limited to 'openstackclient/compute')
| -rw-r--r-- | openstackclient/compute/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index f7ebfe3e..9bd40a4f 100644 --- a/openstackclient/compute/client.py +++ b/openstackclient/compute/client.py @@ -36,7 +36,7 @@ def make_client(instance): client = compute_client( username=instance._username, api_key=instance._password, - project_id=instance._tenant_name, + project_id=instance._project_name, auth_url=instance._auth_url, # FIXME(dhellmann): add constructor argument for this insecure=False, |
