summaryrefslogtreecommitdiff
path: root/openstack-keystone.configure
Commit message (Collapse)AuthorAgeFilesLines
* openstack: add missing ConditionPathExistsTiago Gomes2015-05-011-0/+10
| | | | | | | | 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
* openstack: enable keystone only in the controllerTiago Gomes2015-05-011-20/+31
| | | | Change-Id: I43f1cd43645ff8358a1d8d699352438633124038
* Move postgres-server configuration out of keystone-setupTiago Gomes2015-04-241-0/+3
| | | | | | | | | 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/+99
Change-Id: Ic29d7c367622e0ab35486466e5e32ca432539c39 Signed-off-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Signed-off-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>