diff options
author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-12 18:58:15 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
commit | ff74ee2bc8c274b7ea827226b3938fcf6d1e09a6 (patch) | |
tree | f452807cb3322d4b87e7bea6fce8fcc1a7ad098b /meta-openstack/recipes-devtools/python/python-nova | |
parent | 537a798c4b4262b3069d0616d1498f48c4ec9b86 (diff) | |
download | meta-cloud-services-ff74ee2bc8c274b7ea827226b3938fcf6d1e09a6.tar.gz |
python-nova: Changed MQ backend to RabbitMQ
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
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 | ||