Add openSUSE support for openvswitch
Change-Id: I4665a2719c0050cb5413a8ffcefb977106533d1a
This commit is contained in:
parent
e49b081b6c
commit
cf6d809d8d
@ -44,9 +44,9 @@ 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
|
||||||
### FIXME: Find out if package can be pushed to Factory
|
install_package openvswitch
|
||||||
echo "OpenVSwitch packages can be installed from Cloud:OpenStack:Master in OBS"
|
restart_service openvswitch-switch
|
||||||
restart_service openvswitch
|
restart_service openvswitch-controller
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user