diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-07-16 17:37:45 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:58 -0400 |
| commit | 9d06f8b343a0db944d34991af071b29028af1028 (patch) | |
| tree | 3a56a56259f777842e691b6c93ae34638c6a9e17 /meta-openstack/recipes-devtools/python/python-nova/nova.conf | |
| parent | 5fad2f75b6eb3614e908753b07dda48d94bf7ccf (diff) | |
| download | meta-cloud-services-9d06f8b343a0db944d34991af071b29028af1028.tar.gz | |
python-nova: 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-nova/nova.conf')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index e33c172..3c90674 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
| @@ -34,7 +34,7 @@ force_dhcp_release=False | |||
| 34 | dhcpbridge=/usr/bin/nova-dhcpbridge | 34 | dhcpbridge=/usr/bin/nova-dhcpbridge |
| 35 | 35 | ||
| 36 | #Database configuration | 36 | #Database configuration |
| 37 | sql_connection = postgresql://admin:admin@localhost/nova | 37 | sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/nova |
| 38 | 38 | ||
| 39 | #RabbitMQ configuration | 39 | #RabbitMQ configuration |
| 40 | rpc_backend = nova.rpc.impl_kombu | 40 | rpc_backend = nova.rpc.impl_kombu |
