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
This commit is contained in:
parent
f2a568df6e
commit
aa159da5f4
@ -140,7 +140,7 @@ Set the following user variables in your
|
|||||||
openstack_host_specific_kernel_modules:
|
openstack_host_specific_kernel_modules:
|
||||||
- name: "openvswitch"
|
- name: "openvswitch"
|
||||||
pattern: "CONFIG_OPENVSWITCH="
|
pattern: "CONFIG_OPENVSWITCH="
|
||||||
group: "network_hosts,compute_hosts"
|
group: "network_hosts"
|
||||||
|
|
||||||
### neutron specific config
|
### neutron specific config
|
||||||
neutron_plugin_type: ml2.ovs
|
neutron_plugin_type: ml2.ovs
|
||||||
|
Loading…
Reference in New Issue
Block a user