Remove "optional" in the o_u_c example for repos

openstack_user_config.yml.example mentions that the repo-servers are
optional. This is not the case because we generally rely on it for pip
package installation since liberty. Bypassing it would be a really
specific use case and shouldn't be documented as standard.

Change-Id: I1c78630f1b34adb7dc7be390285123dfd27197bf
Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk>
This commit is contained in:
Jean-Philippe Evrard 2016-08-18 11:39:43 +01:00
parent 16bacf295c
commit b6d9220540

View File

@ -292,7 +292,7 @@
#
# --------
#
# Level: repo-infra_hosts (optional)
# Level: repo-infra_hosts (required)
# List of target hosts on which to deploy the package repository. Recommend
# minimum three target hosts for this service. Typically contains the same
# target hosts as the 'shared-infra_hosts' level.
@ -316,10 +316,6 @@
# infra3:
# 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_variables.yml file to
# contain the URL of a host with an existing repository.
#
# --------
#
# Level: os-infra_hosts (required)