File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,9 @@ run_ssh_cmd_with_retry $RDO_ADMIN@$CONTROLLER_VM_IP "openstack-config --set /etc
217
217
echo " Enabling Quantum firewall driver on controller"
218
218
run_ssh_cmd_with_retry $RDO_ADMIN @$CONTROLLER_VM_IP " sed -i 's/^#\ firewall_driver/firewall_driver/g' /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini && service quantum-server restart"
219
219
220
+ echo " Set libvirt_type on QEMU/KVM compute node"
221
+ run_ssh_cmd_with_retry $RDO_ADMIN @$QEMU_COMPUTE_VM_IP " grep vmx /proc/cpuinfo > /dev/null && openstack-config --set /etc/nova/nova.conf DEFAULT libvirt_type kvm || true"
222
+
220
223
echo " Applying additional OVS configuration on $NETWORK_VM_IP "
221
224
222
225
run_ssh_cmd_with_retry $RDO_ADMIN @$NETWORK_VM_IP " ovs-vsctl list-ports br-ex | grep eth2 || ovs-vsctl add-port br-ex eth2"
You can’t perform that action at this time.
0 commit comments