diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index 935f14e..0ffbde6 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
| @@ -45,12 +45,11 @@ sql_connection = postgresql://nova:nova@localhost/nova | |||
| 45 | #Messaging system | 45 | #Messaging system |
| 46 | 46 | ||
| 47 | #Qpid configuration | 47 | #Qpid configuration |
| 48 | rpc_backend = nova.rpc.impl_qpid | 48 | #rpc_backend = nova.rpc.impl_qpid |
| 49 | qpid_hostname = localhost | 49 | #qpid_hostname = localhost |
| 50 | qpid_broker = 5672 | 50 | #qpid_broker = 5672 |
| 51 | 51 | ||
| 52 | #RabbitMQ configuration | 52 | #RabbitMQ configuration |
| 53 | #rpc_backend = nova.rpc.impl_kombu | 53 | rpc_backend = nova.rpc.impl_kombu |
| 54 | #rabbit_host = 0.0.0.0 | 54 | rabbit_host = 0.0.0.0 |
| 55 | #rabbit_port = 5672 | 55 | rabbit_port = 5672 |
| 56 | #rabbit_password = guest | ||
