Skip to content

Commit

Permalink
no route to other networks from ipv4 management
Browse files Browse the repository at this point in the history
  • Loading branch information
Adolfo Duarte committed May 24, 2019
1 parent 546292b commit 2ac1fe9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
{% endif %}

{% set ns.routes=network_group.routes|default([]) %}
{% if 'MANAGEMENT' in network_group.component_endpoints %}
{% if ('MANAGEMENT' in network_group.component_endpoints
and 'IPV4' not in network_group['component_endpoints']) %}
{% if bm_info is defined %}
{% set _ = ns.routes.append('OCTAVIA-MGMT-NET') %}
{% set _ = ns.routes.append('ILO') %}
Expand Down

0 comments on commit 2ac1fe9

Please sign in to comment.