Add use-internal-endpoints option

Add use-internal-endpoints configuration option to support
configuration of deployed services to prefer internal over
public endpoints for inter-service access.

Change-Id: I4e38f9ed29b03e5dfa3f2dc3cca7b7208a50cd47
Closes-Bug: 1713923
This commit is contained in:
James Page 2017-09-05 11:27:01 +01:00
parent 925889c8ea
commit 16abb2d563
1 changed files with 7 additions and 1 deletions

View File

@ -12,4 +12,10 @@ options:
default: False
description: |
Setting this to True will allow supporting services to log to syslog.
use-internal-endpoints:
type: boolean
default: False
description: |
Openstack mostly defaults to using public endpoints for
internal communication between services. If set to True this option
will configure services to use internal endpoints where possible.