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-01-22 12:46:31 +0000
commit5fec3bdcd0fc99a10ebd8fd4dfd6b88aaeffb5a6 (patch)
treea9f262722b48142cf906a3bc3d2c1f618e36f8e2 /openstack-keystone.configure
parent704f7701e94739ee6fabbf4d3586f295572226f6 (diff)
downloaddefinitions-5fec3bdcd0fc99a10ebd8fd4dfd6b88aaeffb5a6.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 \