diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-01-12 13:06:54 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-01-12 13:14:39 +0400 |
commit | a1c044d290aedb0dd5fd447b550e40a9cd3f61f8 (patch) | |
tree | 1d0633960c011356a07550e0e6dcee5a183886b7 /deploy/config/labs/devel-pipeline/elx | |
parent | 4bc8d2f3dae18bfaa3a63e8ff170862107d1d0a3 (diff) |
Enable dpdk property on interface
Set dpdk property in network attributes since
interface_properties have been removed in scope of
nics-and-nodes-attributes-via-plugin blueprint.
JIRA: FUEL-243
Change-Id: I7873d3a5c738d421f64237ff41d937856012d65a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'deploy/config/labs/devel-pipeline/elx')
-rw-r--r-- | deploy/config/labs/devel-pipeline/elx/fuel/config/dea-pod-override.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy/config/labs/devel-pipeline/elx/fuel/config/dea-pod-override.yaml b/deploy/config/labs/devel-pipeline/elx/fuel/config/dea-pod-override.yaml index cb80e3855..150d4ed06 100644 --- a/deploy/config/labs/devel-pipeline/elx/fuel/config/dea-pod-override.yaml +++ b/deploy/config/labs/devel-pipeline/elx/fuel/config/dea-pod-override.yaml @@ -35,7 +35,8 @@ interfaces_dpdk: - private - interface_properties: dpdk: - enabled: true + enabled: + value: true ens6: - public interfaces_vlan: |