diff options
author | Saravanan KR <skramaja@redhat.com> | 2017-06-28 13:41:20 +0530 |
---|---|---|
committer | Saravanan KR <skramaja@redhat.com> | 2017-07-14 11:09:13 +0530 |
commit | c53918926e2a9c27f464e2d7a0ca988a1c64997f (patch) | |
tree | 68d6b7008559b80272a9a922eb09d1a80f6141f5 /releasenotes/notes | |
parent | c031108b9ac358042f726c1745be4151eca4a812 (diff) |
Add a new role for ComputeOvsDpdk and clean-up parameters
A new role ComputeOvsDpdk has been added to avoid manual
roles_data creation. And cleaned-up the DPDK parameters
inline with the refactored code.
Change-Id: I16dac69609c98194c2504ff067258fa14363d4f1
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/computeovsdpdk-role-67d53a405ce4174b.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/computeovsdpdk-role-67d53a405ce4174b.yaml b/releasenotes/notes/computeovsdpdk-role-67d53a405ce4174b.yaml new file mode 100644 index 00000000..ec7f40c9 --- /dev/null +++ b/releasenotes/notes/computeovsdpdk-role-67d53a405ce4174b.yaml @@ -0,0 +1,4 @@ +--- +features: + - A new role ComputeOvsDpdk has been added to enable dynamic roles_data + creation with OVS-DPDK role. |