aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig/pre_network/ansible_host_config.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-27 18:09:24 +0000
committerGerrit Code Review <review@openstack.org>2017-06-27 18:09:24 +0000
commit41f0472c22b68f461ab2c97752fbf0aa8b8d98cc (patch)
tree760a11632eb5f87ed3d3e609b64625c54a0c6958 /extraconfig/pre_network/ansible_host_config.yaml
parentf7062d83d794aacc74614c165a968884285da957 (diff)
parentb30bdb6f8ed7a041d53849cd56718afd08f4bb98 (diff)
Merge "Adds service for OVS and enables ODL DPDK deployments"
Diffstat (limited to 'extraconfig/pre_network/ansible_host_config.yaml')
-rw-r--r--extraconfig/pre_network/ansible_host_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/pre_network/ansible_host_config.yaml b/extraconfig/pre_network/ansible_host_config.yaml
index f4f1a14a..2d862613 100644
--- a/extraconfig/pre_network/ansible_host_config.yaml
+++ b/extraconfig/pre_network/ansible_host_config.yaml
@@ -31,7 +31,7 @@
line: 'isolated_cores={{ _TUNED_CORES_ }}'
when: _TUNED_CORES_|default("") != ""
- - name: Tune-d provile activation
+ - name: Tune-d profile activation
shell: tuned-adm profile {{ _TUNED_PROFILE_NAME_ }}
become: true
when: _TUNED_PROFILE_NAME_|default("") != ""