fuel-ccp-neutron/service/files/openvswitch-db-bootstrap.sh
Proskurin Kirill 3bd0e9ed94 Add ovs to neutron repo
In upstream we don't have a separated ovs repo.

Change-Id: If027e953f38408aabcdcce475b9742a6fb26ec04
2016-07-06 18:20:58 +03:00

7 lines
140 B
Bash

#!/bin/bash
mkdir -p "/run/openvswitch"
if [[ ! -e "/etc/openvswitch/conf.db" ]]; then
ovsdb-tool create "/etc/openvswitch/conf.db"
fi