summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKyrylo Romanenko <kromanenko@mirantis.com>2017-01-13 18:07:04 +0200
committerKyrylo Romanenko <kromanenko@mirantis.com>2017-02-02 09:52:58 +0000
commitf1137be2bc37808ed136ad9e2348054342fefdc1 (patch)
treec7cbd9c5e8ebbd6b1adecfd9099e601494b433ec /README.rst
parent3992c5ddb6807ea82f675cdbd797ac43a0bf529a (diff)
downloadpython-ironicclient-f1137be2bc37808ed136ad9e2348054342fefdc1.tar.gz
Change tenant to project in docs and unit tests
Change os_tenant_name to os_project_name in documentation, client and shell unit tests. This is follow-up change augmenting the patch https://review.openstack.org/#/c/408235/ for consistency. Change-Id: Iaea3ddc71dadc2991e56667988df82aa1cfaf525 Related-Bug: #1646837
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6e3b88c..9b91d7c 100644
--- a/README.rst
+++ b/README.rst
@@ -49,7 +49,7 @@ the ``--os-tenant-name``, ``--os-username``, ``--os-password`` and
``--os-auth-url`` parameters, though it may be easier to set them
as environment variables::
- $ export OS_TENANT_NAME=project
+ $ export OS_PROJECT_NAME=project
$ export OS_USERNAME=user
$ export OS_PASSWORD=pass
$ export OS_AUTH_URL=http://auth.example.com:5000/v2.0