diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-30 02:55:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-30 02:55:59 +0000 |
commit | 1e1d187d9c64229ddfb97925bb1b46a1754e6cd1 (patch) | |
tree | 95ca884a823cf55c9ea03356f200eea9c7ce3737 /build/nics-template.yaml.jinja2 | |
parent | afd9be35f7f8a3b8865260466fad2103a07a0c8c (diff) | |
parent | 82eb310ef1c83108b5889b43ca87a1b59a59c474 (diff) |
Merge "Fixes multiple issues in ovs dpdk"
Diffstat (limited to 'build/nics-template.yaml.jinja2')
-rw-r--r-- | build/nics-template.yaml.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/nics-template.yaml.jinja2 b/build/nics-template.yaml.jinja2 index a0333149..1c51ab7f 100644 --- a/build/nics-template.yaml.jinja2 +++ b/build/nics-template.yaml.jinja2 @@ -155,7 +155,7 @@ resources: {%- set nic_index = 2 %} {%- if 'private_network' in enabled_networks and vlans['private_network'] == 'native' %} - {%- if ovs_dpdk_bridge == 'br-phy' %} + {%- if ovs_dpdk_bridge == 'br-phy' and role == 'compute' %} - type: ovs_bridge name: {{ ovs_dpdk_bridge }} |