From b5bbb70458d2f4c522f605f5359c183449a1f4c3 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. Change-Id: I02aa4457b73177f706fdc5c4b29bca3e5883153e --- install-files/openstack/usr/share/openstack/cinder-db.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install-files/openstack/usr/share/openstack/cinder-db.yml') diff --git a/install-files/openstack/usr/share/openstack/cinder-db.yml b/install-files/openstack/usr/share/openstack/cinder-db.yml index 2a211720..5f89da37 100644 --- a/install-files/openstack/usr/share/openstack/cinder-db.yml +++ b/install-files/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