diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-27 14:13:16 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
| commit | 93ad074035ac210c95047a82be0ab4f0e21f8706 (patch) | |
| tree | e2ad23f6d2178d2fb9525ae56fa4faeeae077077 /meta-openstack/recipes-devtools/python/python-cinder | |
| parent | c7446265a2ea6f5501fe63105ce592e621d0f273 (diff) | |
| download | meta-cloud-services-93ad074035ac210c95047a82be0ab4f0e21f8706.tar.gz | |
python-cinder: Updated db username
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 3 | #################### | 3 | #################### |
| 4 | 4 | ||
| 5 | [DEFAULT] | 5 | [DEFAULT] |
| 6 | sql_connection = postgresql://nova:nova@localhost/cinder | 6 | sql_connection = postgresql://admin:admin@localhost/cinder |
| 7 | api_paste_confg = /etc/cinder/api-paste.ini | 7 | api_paste_confg = /etc/cinder/api-paste.ini |
| 8 | state_path = /etc/cinder/data/ | 8 | state_path = /etc/cinder/data/ |
| 9 | 9 | ||
