From 16ac96c5c6a925045eb570d269015e27149fd94c Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Tue, 16 Jul 2013 17:37:02 +0300 Subject: python-cinder: 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-cinder/cinder.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-cinder') diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf index 71f5fb4..93577bb 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf +++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf @@ -3,7 +3,7 @@ #################### [DEFAULT] -sql_connection = postgresql://admin:admin@localhost/cinder +sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/cinder api_paste_confg = /etc/cinder/api-paste.ini state_path = /etc/cinder/data/ -- cgit v1.2.3-54-g00ecf