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 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index a1632a0..aee1734 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
| @@ -40,9 +40,14 @@ dhcpbridge=/usr/bin/nova-dhcpbridge | |||
| 40 | sql_connection = sqlite:////etc/nova/nova.db | 40 | sql_connection = sqlite:////etc/nova/nova.db |
| 41 | 41 | ||
| 42 | #Messaging system | 42 | #Messaging system |
| 43 | #fake_rabbit=true | ||
| 44 | #Sample Qpid configuration | ||
| 45 | rpc_backend=nova.rpc.impl_qpid | ||
| 46 | qpid_hostname=localhost | ||
| 47 | qpid_broker=5672 | ||
| 48 | 43 | ||
| 44 | #Qpid configuration | ||
| 45 | rpc_backend = nova.rpc.impl_qpid | ||
| 46 | qpid_hostname = localhost | ||
| 47 | qpid_broker = 5672 | ||
| 48 | |||
| 49 | #RabbitMQ configuration | ||
| 50 | #rpc_backend = nova.rpc.impl_kombu | ||
| 51 | #rabbit_host = 0.0.0.0 | ||
| 52 | #rabbit_port = 5672 | ||
| 53 | #rabbit_password = guest | ||
