From 93ad074035ac210c95047a82be0ab4f0e21f8706 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Thu, 27 Jun 2013 14:13:16 +0300 Subject: python-cinder: Updated db username 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/cinder.conf') diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf index 95f81e4..4eac2e3 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://nova:nova@localhost/cinder +sql_connection = postgresql://admin:admin@localhost/cinder api_paste_confg = /etc/cinder/api-paste.ini state_path = /etc/cinder/data/ -- cgit v1.2.3-54-g00ecf