summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/postgres-server-setup.service
Commit message (Collapse)AuthorAgeFilesLines
* openstack: add missing RemainAfterExit=yesTiago Gomes2015-05-011-0/+1
| | | | Change-Id: I88e3e3e0f2b94b1ee84c706a29a439a09f370e8e
* openstack: add missing ConditionPathExistsTiago Gomes2015-05-011-0/+1
| | | | | | | | And fix some existing as well. Generate a separate postgres.conf file so that we don't have to reference keystone on the postgres setup systemd unit and Ansible script. Change-Id: I0bb4428b7e88a508a37d1d43ddcd266369b05cd2
* Move postgres-server configuration out of keystone-setupTiago Gomes2015-04-241-0/+10
Otherwise postgres-server and keystone-setup services will initially fail, as keystone-setup needs a postgres-server running to succeed, but the postgres-server can only run after some configuration, which was previously being done by keystone-setup. Change-Id: I2d649d494cb54119e3b9bd3d9f6deb46bfb2dd12