From 232a9e097b316037c7bb37a8ab9b6bbee8ff0c25 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Thu, 27 Jun 2013 14:14:12 +0300 Subject: python-nova: Updated db username Signed-off-by: Mihai Prica --- meta-openstack/recipes-devtools/python/python-nova/nova.conf | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (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 0ffbde6..55ca2f8 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf @@ -33,14 +33,7 @@ force_dhcp_release=False dhcpbridge=/usr/bin/nova-dhcpbridge #Database configuration -#Sample MySQL configuration -#sql_connection = mysql://root:@localhost/nova?charset=utf8 - -#Sample Sqlite configuration -#sql_connection = sqlite:////etc/nova/nova.db - -#Sample Postgresql configuratio -sql_connection = postgresql://nova:nova@localhost/nova +sql_connection = postgresql://admin:admin@localhost/nova #Messaging system -- cgit v1.2.3-54-g00ecf