summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openvswitch-db-server.service
Commit message (Collapse)AuthorAgeFilesLines
* openstack: ensure that /var/run/openvswitch existsbaserock/tiagogomes/openstack-tidy-up-3Tiago Gomes2015-05-011-0/+1
| | | | | | | | | | | | | | This directory is created by the setup script, but as /var/run is a symbolic link to /run, which is a tmpfs mounting point, the directory will not persist across reboots. Hence, ensure that the directory exists before starting the services that require it. Note that we can't get away by adding the openvswitch-setup.service to the Wants of openvswitch.service and openvswitch-db-server.services, as those are enabled and started by the Ansible setup script, and so would create a deadlock. Also, remove non-existent service from the After section.
* Openstack: Add support to configure the network of the nodePedro Alvarez2015-04-161-0/+11
Change-Id: I8f8bfb231ab5ff4c2a825451a57a5b38a641c300 Signed-off-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Signed-off-by: Richard Maw <richard.maw@codethink.co.uk>