diff options
author | Mihai Prica <prica.mihai@gmail.com> | 2013-07-15 13:44:37 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:58 -0400 |
commit | 0fd65f9e27ec189a0e180987a76f2565bf73df41 (patch) | |
tree | 1da7b17773163d98b8633322f46884c6b64ab1c7 /meta-openstack/recipes-devtools/python | |
parent | 60d55f8387137df345a34343057cb532c9519ea4 (diff) | |
download | meta-cloud-services-0fd65f9e27ec189a0e180987a76f2565bf73df41.tar.gz |
python-nova: Minor modifications
- Removed old comments.
- Added glance_host option. This should be used on
a compute node.
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 8 |
1 files changed, 1 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 55ca2f8..e33c172 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
@@ -17,6 +17,7 @@ instances_path = /etc/nova/instances | |||
17 | debug = True | 17 | debug = True |
18 | verbose = True | 18 | verbose = True |
19 | my_ip = 127.0.0.1 | 19 | my_ip = 127.0.0.1 |
20 | glance_host = 127.0.0.1 | ||
20 | 21 | ||
21 | #VNC | 22 | #VNC |
22 | vnc_enabled = true | 23 | vnc_enabled = true |
@@ -35,13 +36,6 @@ dhcpbridge=/usr/bin/nova-dhcpbridge | |||
35 | #Database configuration | 36 | #Database configuration |
36 | sql_connection = postgresql://admin:admin@localhost/nova | 37 | sql_connection = postgresql://admin:admin@localhost/nova |
37 | 38 | ||
38 | #Messaging system | ||
39 | |||
40 | #Qpid configuration | ||
41 | #rpc_backend = nova.rpc.impl_qpid | ||
42 | #qpid_hostname = localhost | ||
43 | #qpid_broker = 5672 | ||
44 | |||
45 | #RabbitMQ configuration | 39 | #RabbitMQ configuration |
46 | rpc_backend = nova.rpc.impl_kombu | 40 | rpc_backend = nova.rpc.impl_kombu |
47 | rabbit_host = 0.0.0.0 | 41 | rabbit_host = 0.0.0.0 |