diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-07-16 17:37:02 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:58 -0400 |
| commit | 16ac96c5c6a925045eb570d269015e27149fd94c (patch) | |
| tree | d8f98300cab9c5df4d18e5afbbec688b526b8e00 /meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | |
| parent | 23921d0cbd5b729f056b600e39c0ad8883b010d7 (diff) | |
| download | meta-cloud-services-16ac96c5c6a925045eb570d269015e27149fd94c.tar.gz | |
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 <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder/cinder.conf')
| -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 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 @@ | |||
| 3 | #################### | 3 | #################### |
| 4 | 4 | ||
| 5 | [DEFAULT] | 5 | [DEFAULT] |
| 6 | sql_connection = postgresql://admin:admin@localhost/cinder | 6 | sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@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 | ||
