Merge "DOCS: Correct location of variable overrides"

This commit is contained in:
Jenkins 2016-02-23 02:23:35 +00:00 committed by Gerrit Code Review
commit ccc00b6391
2 changed files with 5 additions and 4 deletions

View File

@ -137,9 +137,10 @@ suitable short hostname for a compute host might be:
container management bridge on each repository target host.
The repository typically resides on one or more infrastructure hosts.
Alternatively, specify a value for the variables ``openstack_repo_url``
and ``openstack_release`` in the
``/etc/openstack_deploy/user_group_vars.yml`` file. The values should
Alternatively, you can specify values for the variables
``openstack_repo_url`` and ``openstack_release`` in the
``/etc/openstack_deploy/user_variables.yml`` file. The values should
contain a URL for a host with the appropriate repository layout and
the desired OpenStack release, respectively. For
example:

View File

@ -316,7 +316,7 @@
# ip: 172.29.236.103
#
# If you choose not to implement repository target hosts, you must configure
# the 'openstack_repo_url' variable in the user_group_vars.yml file to
# the 'openstack_repo_url' variable in the user_variables.yml file to
# contain the URL of a host with an existing repository.
#
# --------