diff options
author | 2017-09-11 17:14:37 +0800 | |
---|---|---|
committer | 2017-09-22 08:09:54 +0000 | |
commit | 639ac5a794f961fb2a8db3cb3fb19681de26ab3c (patch) | |
tree | dbbc6066fefec6bddd7005839cbac0eb587c8aab | |
parent | 9b0b4e1979633c4320dc0dea0707910c36cb056d (diff) |
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 <wutianwei1@huawei.com>
-rw-r--r-- | xci/file/ha/openstack_user_config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |