summaryrefslogtreecommitdiff
path: root/openstack-keystone.configure
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-21 18:53:45 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:35 +0000
commitde1fc5453af42acbcb1c0ef62af429d1d3c4747e (patch)
treec6b6a3e50b1fc88b0c90ceb76b938d3632f51e38 /openstack-keystone.configure
parentb8789a3aa9ca6a9d0e259597be9190db5f77b258 (diff)
downloaddefinitions-de1fc5453af42acbcb1c0ef62af429d1d3c4747e.tar.gz
Setup cinder, glance, nova and keystone to use postgres instead of sqlite
Diffstat (limited to 'openstack-keystone.configure')
-rw-r--r--openstack-keystone.configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack-keystone.configure b/openstack-keystone.configure
index 7caaace2..0e7aa2cb 100644
--- a/openstack-keystone.configure
+++ b/openstack-keystone.configure
@@ -32,6 +32,8 @@ s/##KEYSTONE_ADMIN_URL##/$KEYSTONE_ADMIN_URL/g
s/##OPENSTACK_AUTH_HOST##/$OPENSTACK_AUTH_HOST/g
s/##OPENSTACK_AUTH_PORT##/$OPENSTACK_AUTH_PORT/g
s/##IDENTITY_URI##/$IDENTITY_URI/g
+s/##KEYSTONE_DB_USER##/$KEYSTONE_DB_USER/g
+s/##KEYSTONE_DB_PASSWORD##/$KEYSTONE_DB_PASSWORD/g
EOF
sed -f "$ROOT"/etc/openstack-keystone-setup.sed -i \