diff --git a/doc/source/install-guide/configure-hostlist.rst b/doc/source/install-guide/configure-hostlist.rst index 3a50b80edc..ad4076a8bd 100644 --- a/doc/source/install-guide/configure-hostlist.rst +++ b/doc/source/install-guide/configure-hostlist.rst @@ -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: diff --git a/etc/openstack_deploy/openstack_user_config.yml.example b/etc/openstack_deploy/openstack_user_config.yml.example index 28635adf70..908f00c04e 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.example +++ b/etc/openstack_deploy/openstack_user_config.yml.example @@ -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. # # --------