summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/share/openstack/nova-db.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/nova-db.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/nova-db.yml')
-rw-r--r--install-files/openstack/usr/share/openstack/nova-db.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/install-files/openstack/usr/share/openstack/nova-db.yml b/install-files/openstack/usr/share/openstack/nova-db.yml
index e7dc5b10..800d6c4b 100644
--- a/install-files/openstack/usr/share/openstack/nova-db.yml
+++ b/install-files/openstack/usr/share/openstack/nova-db.yml
@@ -45,7 +45,6 @@
sudo_user: nova
- name: Initiate nova database
- nova_manage:
- action: dbsync
+ command: nova-manage db sync
sudo: yes
sudo_user: nova