Fix repo section in example config file
Fix repository target host section in the openstack_user_config.yml.example to use repo-infra_hosts instead of repo_hosts. Change-Id: I5d51d5ed75be702fb25a2911094c528ddd1f632f Closes-Bug: #1475116
This commit is contained in:
parent
76680e9abd
commit
cd1a6b28d3
@ -305,7 +305,7 @@
|
||||
#
|
||||
# --------
|
||||
#
|
||||
# Level: repo_hosts (optional)
|
||||
# Level: repo-infra_hosts (optional)
|
||||
# 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.
|
||||
@ -321,7 +321,7 @@
|
||||
#
|
||||
# Define three package repository hosts:
|
||||
#
|
||||
# repo_hosts:
|
||||
# repo-infra_hosts:
|
||||
# infra1:
|
||||
# ip: 172.29.236.101
|
||||
# infra2:
|
||||
@ -329,6 +329,10 @@
|
||||
# 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_group_vars.yml file to
|
||||
# contain the URL of a host with an existing repository.
|
||||
#
|
||||
# --------
|
||||
#
|
||||
# Level: os-infra_hosts (required)
|
||||
|
Loading…
Reference in New Issue
Block a user