From cf991b0e46cdc7f81895e4f14106d1d4071c9a4e Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 27 Apr 2015 15:31:58 +0000 Subject: openstack: add missing ConditionPathExists And fix some existing as well. Generate a separate postgres.conf file so that we don't have to reference keystone on the postgres setup systemd unit and Ansible script. Change-Id: I0bb4428b7e88a508a37d1d43ddcd266369b05cd2 --- openstack/usr/share/openstack/postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/usr/share/openstack') diff --git a/openstack/usr/share/openstack/postgres.yml b/openstack/usr/share/openstack/postgres.yml index 3cf23704..5ff9355e 100644 --- a/openstack/usr/share/openstack/postgres.yml +++ b/openstack/usr/share/openstack/postgres.yml @@ -1,7 +1,7 @@ --- - hosts: localhost vars_files: - - "/etc/openstack/keystone.conf" + - "/etc/openstack/postgres.conf" tasks: - name: Create postgres user -- cgit v1.2.1