From 639ac5a794f961fb2a8db3cb3fb19681de26ab3c Mon Sep 17 00:00:00 2001 From: wutianwei Date: Mon, 11 Sep 2017 17:14:37 +0800 Subject: Add the internal_vip(172.29.236.222) to used_ip The IP in used_ip will not be used later otherwise internal_vip may be assigned to lxc container, which will cause issue during deploying Change-Id: I9834dfa9b218b4dd23e20c8d57e05bb806dafa7b Signed-off-by: wutianwei --- xci/file/ha/openstack_user_config.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'xci/file') diff --git a/xci/file/ha/openstack_user_config.yml b/xci/file/ha/openstack_user_config.yml index 09fb734c..360aa5cb 100644 --- a/xci/file/ha/openstack_user_config.yml +++ b/xci/file/ha/openstack_user_config.yml @@ -9,6 +9,7 @@ used_ips: - "172.29.240.1,172.29.240.50" - "172.29.244.1,172.29.244.50" - "172.29.248.1,172.29.248.50" + - "172.29.236.222" global_overrides: internal_lb_vip_address: 172.29.236.222 -- cgit 1.2.3-korg