diff options
author | liyuenan <liyuenan@huawei.com> | 2017-01-12 11:28:13 +0800 |
---|---|---|
committer | Yuenan Li <liyuenan@huawei.com> | 2017-01-12 03:54:38 +0000 |
commit | e45503dc52311ffa7ddb5fb7b25caac1f8743de5 (patch) | |
tree | 73ed0b4d0760ad6a04df9f69d313613cadfd5459 /deploy/adapters/ansible/roles/ceph-purge/tasks | |
parent | 7dcf28a3095568291f3f8d62a9dabcd23c762977 (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/ceph-purge/tasks')
0 files changed, 0 insertions, 0 deletions