DOCS: Correct location of variable overrides

We point users to user_variables.yml everywhere else.
No need to introduce a new variable file here.

Change-Id: I20ccf5a003208524f50ccc1dcadec9dd9fe97c79
This commit is contained in:
Travis Truman 2016-02-19 11:55:59 -05:00
parent 9fcd8b56aa
commit 3ea90c0691
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.
#
# --------