Fix openvswitch package and service names for openSUSE
Change-Id: Iaf173422e4d009bdd7ed7ed79af2269c44039060
This commit is contained in:
parent
87c0c263a0
commit
ce03d10287
@ -1,4 +1,3 @@
|
|||||||
openvswitch # NOPRIME
|
openvswitch # NOPRIME
|
||||||
openvswitch-controller # NOPRIME
|
|
||||||
openvswitch-switch # NOPRIME
|
openvswitch-switch # NOPRIME
|
||||||
|
|
||||||
|
@ -44,9 +44,8 @@ function _neutron_ovs_base_install_agent_packages {
|
|||||||
# Ensure that the service is started
|
# Ensure that the service is started
|
||||||
restart_service openvswitch
|
restart_service openvswitch
|
||||||
elif is_suse; then
|
elif is_suse; then
|
||||||
install_package openvswitch
|
install_package openvswitch-switch
|
||||||
restart_service openvswitch-switch
|
restart_service openvswitch-switch
|
||||||
restart_service openvswitch-controller
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -117,9 +117,8 @@ function install_opendaylight-compute {
|
|||||||
# Ensure that the service is started
|
# Ensure that the service is started
|
||||||
restart_service openvswitch
|
restart_service openvswitch
|
||||||
elif is_suse; then
|
elif is_suse; then
|
||||||
install_package openvswitch
|
install_package openvswitch-switch
|
||||||
restart_service openvswitch-switch
|
restart_service openvswitch-switch
|
||||||
restart_service openvswitch-controller
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user