commit | 3a1f8c979420798d846ac5216e4d058a402edcfd | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Thu May 18 09:54:22 2017 -0400 |
committer | Andy Bavier <andy@onlab.us> | Thu May 18 07:02:08 2017 -0700 |
tree | f5b53a1bebe15331fae1d7a0b838b772f0ea3af5 | |
parent | 87c7ec1d5245b97f69c3a36f1fd429465b9f5244 [diff] |
Fix issue with i40e driver install failing Change-Id: Ic0c4ebed423f106af4df0a9be1fc1051cd35cd93 (cherry picked from commit 790ef936a049237b2d1eb10e1ad640b3b2f405e8)
diff --git a/roles/head-node/templates/compute-node.yml.j2 b/roles/head-node/templates/compute-node.yml.j2 index 13d71e7..92c2684 100644 --- a/roles/head-node/templates/compute-node.yml.j2 +++ b/roles/head-node/templates/compute-node.yml.j2
@@ -9,6 +9,5 @@ - name: Configure compute hosts to use DNS server hosts: all remote_user: ubuntu - become: yes roles: - role: compute-node