From 05700da26e3cda5648849cbea5ec8650750f21ac Mon Sep 17 00:00:00 2001
From: Andrew Widdersheim <amwiddersheim@gmail.com>
Date: Tue, 18 Oct 2016 14:26:33 -0400
Subject: [PATCH] Add node_custom_config example to globals.yml

TrivialFix
Change-Id: Ie128567bc1f8457f798f90a9c00c51746e86df31
---
 etc/kolla/globals.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml
index bf88124e1..3e28250b4 100644
--- a/etc/kolla/globals.yml
+++ b/etc/kolla/globals.yml
@@ -19,6 +19,9 @@
 # Valid option is Docker repository tag
 #openstack_release: "3.0.0"
 
+# Location of configuration overrides
+#node_custom_config: "/etc/kolla/config"
+
 # This should be a VIP, an unused IP on your network that will float between
 # the hosts running keepalived for high-availability. When running an All-In-One
 # without haproxy and keepalived, this should be the first IP on your
-- 
GitLab