From 16abb2d563712c453d3f4e0f728ebb4f2627af98 Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 5 Sep 2017 11:27:01 +0100 Subject: [PATCH] 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 --- config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 7e4f72f..624a3f5 100644 --- a/config.yaml +++ b/config.yaml @@ -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.