From 9d06f8b343a0db944d34991af071b29028af1028 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Tue, 16 Jul 2013 17:37:45 +0300 Subject: python-nova: Configure postgresql credentials The user and password for postgresql are defined in the identity class and are loaded by the recipes from this class. Signed-off-by: Mihai Prica --- meta-openstack/recipes-devtools/python/python-nova/nova.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-nova') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index e33c172..3c90674 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf @@ -34,7 +34,7 @@ force_dhcp_release=False dhcpbridge=/usr/bin/nova-dhcpbridge #Database configuration -sql_connection = postgresql://admin:admin@localhost/nova +sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/nova #RabbitMQ configuration rpc_backend = nova.rpc.impl_kombu -- cgit v1.2.3-54-g00ecf