From 4aa09510534ff4a2a6dd9c01665757048f11b1a7 Mon Sep 17 00:00:00 2001 From: hanchao Date: Fri, 17 Jun 2016 14:47:11 +0800 Subject: [PATCH] TrivialFix: A typo fix in the globals.yml Correct `container` to `contain` in the comment. Change-Id: Ia156676406fac8745e1c7873bae6a5884d6ce27e --- etc/kolla/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index c32aa87db5..4d9619d852 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -61,7 +61,7 @@ kolla_internal_vip_address: "10.10.10.254" network_interface: "eth0" # These can be adjusted for even more customization. The default is the same as -# the 'network_interface'. These interfaces must container an IPv4 address. +# the 'network_interface'. These interfaces must contain an IPv4 address. #kolla_external_vip_interface: "{{ network_interface }}" #api_interface: "{{ network_interface }}" #storage_interface: "{{ network_interface }}"