This should work only for EL7 based systems.
Find what provides it:
yum whatprovides '*/openvswitch.service'
Then check if it is installed:
rpm -qa <replace with output of previous command>
If not, install via 'yum install <replace with output of previous command>'
Best Regards,
Strahil Nikolov