Browse code

Ubuntu: Start openvswitch-switch service after install

Change-Id: I73a7cec67d0f0782de1598c4ebb1815726e38199
Closes-Bug: #1362782

Sean M. Collins authored on 2014/08/29 04:32:44
Showing 1 changed files
... ...
@@ -51,6 +51,7 @@ function _neutron_ovs_base_install_agent_packages {
51 51
     install_package $(get_packages "openvswitch")
52 52
     if is_ubuntu; then
53 53
         _neutron_ovs_base_install_ubuntu_dkms
54
+        restart_service openvswitch-switch
54 55
     elif is_fedora; then
55 56
         restart_service openvswitch
56 57
     elif is_suse; then