From 47bc770b11b0c670096514b8e065ea5d7b542a5e Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 18 May 2015 14:34:07 +0000 Subject: 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. --- openstack/usr/share/openstack/cinder-db.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openstack/usr/share/openstack/cinder-db.yml') diff --git a/openstack/usr/share/openstack/cinder-db.yml b/openstack/usr/share/openstack/cinder-db.yml index 2a211720..5f89da37 100644 --- a/openstack/usr/share/openstack/cinder-db.yml +++ b/openstack/usr/share/openstack/cinder-db.yml @@ -54,7 +54,6 @@ sudo_user: cinder - name: Initiate cinder database - cinder_manage: - action: dbsync + command: cinder-manage db sync sudo: yes sudo_user: cinder -- cgit v1.2.1