python-tempestconf/roles/tempestconf-workaround-auth-url/README.rst
Martin Kopec 1237f3470b Improve role docs, remove unused var
* Fix typos and highlight role variables which are required for
  that roles.
* Highlight titles in Readme files.
* Remove default definition of unused variable in generate-tempestconf-file
  role.

Change-Id: If816ea50bc200ed0bfdf1233725616d4a8783d06
2018-05-07 09:20:56 +00:00

16 lines
343 B
ReStructuredText

Workaround clouds.yaml file
===========================
Workaround for AUTH URL in clouds.yaml file.
auth_url needs to be edited in devstack environment so that
it contains "/v3" as a suffix.
**Role Variables**
.. zuul:rolevar:: clouds_file_path
:type: string
:default: /etc/openstack/clouds.yaml
A path to the clouds.yaml file.