From aa159da5f451e2ec612df4195efd7c2cdf1bb3ab Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Thu, 3 Nov 2016 11:05:09 -0400 Subject: [PATCH] Fix OVS kernel module vars The compute_hosts group should not be specified as the computes are installed on metal. Change-Id: Ia2f3f08bdf66870c5a392c1a7c350d9586ced3c4 Closes-Bug: #1638572 --- doc/source/app-openvswitch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/app-openvswitch.rst b/doc/source/app-openvswitch.rst index 965dcef0..4c4cdcb9 100644 --- a/doc/source/app-openvswitch.rst +++ b/doc/source/app-openvswitch.rst @@ -140,7 +140,7 @@ Set the following user variables in your openstack_host_specific_kernel_modules: - name: "openvswitch" pattern: "CONFIG_OPENVSWITCH=" - group: "network_hosts,compute_hosts" + group: "network_hosts" ### neutron specific config neutron_plugin_type: ml2.ovs