Merge "Update documentation around tripleo-inventory"

This commit is contained in:
Zuul 2017-11-14 17:39:35 +00:00 committed by Gerrit Code Review
commit 910ff33f0f
1 changed files with 6 additions and 6 deletions

View File

@ -23,11 +23,11 @@ configuration:
* `os_username`: -- credentials to connect the OpenStack cloud hosting
your pre-provisioned Nova servers.
* `os_password`: -- credentials to connect the host OpenStack cloud.
* `os_project_name`: -- credentials to connect the host OpenStack cloud.
* `os_tenant_name`: -- credentials to connect the host OpenStack cloud.
* `os_auth_url`: -- credentials to connect the host OpenStack cloud.
* `cloud_name`: -- credentials to connect the host OpenStack cloud.
* `os_identity_api_version`: -- credentials to connect to the OpenStack cloud.
* `os_region_name`: -- credentials to connect to the OpenStack cloud.
* `os_project_name`: -- The project name for use with the OpenStack Cloud (Identity API v3).
* `os_tenant_name`: -- The tenant name for use with the OpenStack Cloud (Identity API v2).
* `os_auth_url`: -- The authentication url for the OpenStack cloud.
* `cloud_name`: -- The name of the cloud for the os-cloud-config configuration file.
* `os_identity_api_version`: -- Identity API version to use when accessing the OpenStack cloud.
* `os_region_name`: -- Region name to be used when accessing the OpenStack cloud.
TODO(bogdando) document remaining modes 'all', 'undercloud'.