aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/odl_cluster/templates/keepalived.conf
diff options
context:
space:
mode:
authorliyuenan <liyuenan@huawei.com>2017-01-12 11:28:13 +0800
committerYuenan Li <liyuenan@huawei.com>2017-01-12 03:54:38 +0000
commite45503dc52311ffa7ddb5fb7b25caac1f8743de5 (patch)
tree73ed0b4d0760ad6a04df9f69d313613cadfd5459 /deploy/adapters/ansible/roles/odl_cluster/templates/keepalived.conf
parent7dcf28a3095568291f3f8d62a9dabcd23c762977 (diff)
FIX external net create
JIRA: - The dictionary public_net_info in network.yml had changed to pass the yamllint: public_net_info: enable: True change to: public_net_info: enable: "True" Because of that, the public_net_info.enable in group_var/all had changed. 'public_net_info': {..., 'enable': True, ...} change to: 'public_net_info': {..., 'enable': 'True', ...} So the conditionals in roles/ext-network/tasks/main.yml should be changed, otherwise the ext-net can not be created. Change-Id: I7b4aeb1d0edec0ad77252849704bdf3055adfa5a Signed-off-by: liyuenan <liyuenan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/odl_cluster/templates/keepalived.conf')
0 files changed, 0 insertions, 0 deletions