summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-keystone-setup.service
Commit message (Collapse)AuthorAgeFilesLines
* Move all the directories used for install-files into a subdirectorybaserock/adamcoldrick/all-exts-in-definitions-v2Adam Coldrick2015-06-021-14/+0
| | | | Change-Id: I309c183ce8b9ff9d0f5ac4807244547f2cc4ddf5
* openstack: add network-online dependency to some systemd unitsTiago Gomes2015-05-081-1/+2
| | | | | | To use keystone and postgres the network needs to be online. Change-Id: Iaa0ed242b9cadca2bc8519cbc00e6cc9ea4745b4
* openstack: add missing RemainAfterExit=yesTiago Gomes2015-05-081-0/+1
| | | | Change-Id: I88e3e3e0f2b94b1ee84c706a29a439a09f370e8e
* Move postgres-server configuration out of keystone-setupTiago Gomes2015-04-241-1/+1
| | | | | | | | | 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
* Openstack: Make Keystone configurablePedro Alvarez2015-04-161-0/+12
Change-Id: Ic29d7c367622e0ab35486466e5e32ca432539c39 Signed-off-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Signed-off-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>