summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/share/openstack/keystone.yml
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-18 14:34:07 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-06-11 16:48:41 +0000
commitb5bbb70458d2f4c522f605f5359c183449a1f4c3 (patch)
tree557ad2368e66e2cccd8a8773fda0c572f2f26c9e /install-files/openstack/usr/share/openstack/keystone.yml
parent28cb0097cffe9aa08c4459f9b6d3ffd918048c1d (diff)
downloaddefinitions-b5bbb70458d2f4c522f605f5359c183449a1f4c3.tar.gz
OpenStack: Stop using Ansible modules for db sync-ing
Every component has its own idempotent script to intitiate the databases, and they are maintained, whereas the Ansible modules have started failing with Kilo. Change-Id: I02aa4457b73177f706fdc5c4b29bca3e5883153e
Diffstat (limited to 'install-files/openstack/usr/share/openstack/keystone.yml')
-rw-r--r--install-files/openstack/usr/share/openstack/keystone.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/install-files/openstack/usr/share/openstack/keystone.yml b/install-files/openstack/usr/share/openstack/keystone.yml
index 330d74d0..00bcac1a 100644
--- a/install-files/openstack/usr/share/openstack/keystone.yml
+++ b/install-files/openstack/usr/share/openstack/keystone.yml
@@ -88,9 +88,8 @@
sudo: yes
sudo_user: keystone
- - name: Initiatie keystone database
- keystone_manage:
- action: dbsync
+ - name: Initiate keystone database
+ command: keystone-manage db_sync
sudo: yes
sudo_user: keystone