diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index dbbd1a8..f698349 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
| @@ -34,11 +34,12 @@ 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://%DB_USER%:%DB_PASSWORD%@localhost/nova | 37 | # sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/nova |
| 38 | sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@%CONTROLLER_HOST%/nova | ||
| 38 | 39 | ||
| 39 | #RabbitMQ configuration | 40 | #RabbitMQ configuration |
| 40 | rpc_backend = nova.rpc.impl_kombu | 41 | rpc_backend = nova.rpc.impl_kombu |
| 41 | rabbit_host = 0.0.0.0 | 42 | rabbit_host = %CONTROLLER_IP% |
| 42 | rabbit_port = 5672 | 43 | rabbit_port = 5672 |
| 43 | 44 | ||
| 44 | #Quantum | 45 | #Quantum |
