summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/keystone.yml
Commit message (Collapse)AuthorAgeFilesLines
* OpenStack: Stop using Ansible modules for db sync-ingPedro Alvarez2015-05-181-3/+2
| | | | | | Every component has its own idempotent script to intitiate the databases, and they are maintained, whereas the Ansible modules have started failing with Kilo.
* Move postgres-server configuration out of keystone-setupTiago Gomes2015-04-241-45/+0
| | | | | | | | | 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
* Fix some typos on OpenStack's Ansible scriptsTiago Gomes2015-04-241-2/+2
| | | | Change-Id: I27f2e61a411174541bf2e20a1fd5c30ca8f8ff4e
* Openstack: Make Keystone configurablePedro Alvarez2015-04-161-0/+188
Change-Id: Ic29d7c367622e0ab35486466e5e32ca432539c39 Signed-off-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Signed-off-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>