summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorKyrylo Romanenko <kromanenko@mirantis.com>2016-12-07 19:35:21 +0200
committerKyrylo Romanenko <kromanenko@mirantis.com>2017-01-18 14:15:31 +0000
commit5edcdf0d609d150ba8272f3fb7df06f1e2148972 (patch)
tree9324057568ca0d272c887229d198f5461fcfb5c2 /doc/source
parent56f19eef8be36c984ed5f3282d88dddad6d4c019 (diff)
downloadpython-ironicclient-5edcdf0d609d150ba8272f3fb7df06f1e2148972.tar.gz
Change os_tenant_name to os_project_name in tests configuration script
OS_TENANT_NAME variable is deprecated in Devstack. Replace it with OS_PROJECT_NAME variable in configuration script tools/run_functional.sh which generates config dynamically. Change-Id: I7b2fab37aeae6e37672b9b92f0b5ae49a1b2e2d9 Related-Bug: #1646837
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/testing.rst b/doc/source/testing.rst
index 90c7483..b22c526 100644
--- a/doc/source/testing.rst
+++ b/doc/source/testing.rst
@@ -53,7 +53,7 @@ An example test.conf file::
os_auth_url=http://192.168.0.2:5000/v2.0/
os_username=admin
os_password=admin
- os_tenant_name=admin
+ os_project_name=admin
If you are testing ironic in standalone mode, only the parameters
'auth_strategy', 'os_auth_token' and 'ironic_url' are required;