Fix network check for Bifrost
If you disable Bifrost, then don't warn about configuring a network for it. TrivialFix Change-Id: I2fa2d98ac4a4372d009c93963475ca224fde13ba Signed-off-by: Doug Szumski <doug@stackhpc.com>
This commit is contained in:
@@ -120,13 +120,13 @@
|
||||
- var_name: "kolla_bifrost_network_interface"
|
||||
description: "Bifrost provisioning network"
|
||||
network: "{{ provision_oc_net_name }}"
|
||||
required: True
|
||||
required: "{{ kolla_enable_bifrost | bool }}"
|
||||
# Strictly api_interface is not required but kolla-ansible currently
|
||||
# references it in prechecks.
|
||||
- var_name: "kolla_api_interface"
|
||||
description: "Bifrost provisioning network"
|
||||
network: "{{ provision_oc_net_name }}"
|
||||
required: True
|
||||
required: "{{ kolla_enable_bifrost | bool }}"
|
||||
|
||||
- import_role:
|
||||
name: kolla-ansible-host-vars
|
||||
|
Reference in New Issue
Block a user