diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-quantum')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantum/quantum.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf b/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf index 8bb879e..a9d112c 100644 --- a/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf +++ b/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf | |||
| @@ -119,11 +119,11 @@ control_exchange = quantum | |||
| 119 | # SSL certification authority file (valid only if SSL enabled)' | 119 | # SSL certification authority file (valid only if SSL enabled)' |
| 120 | # kombu_ssl_ca_certs = | 120 | # kombu_ssl_ca_certs = |
| 121 | # IP address of the RabbitMQ installation | 121 | # IP address of the RabbitMQ installation |
| 122 | # rabbit_host = localhost | 122 | rabbit_host = localhost |
| 123 | # Password of the RabbitMQ server | 123 | # Password of the RabbitMQ server |
| 124 | # rabbit_password = guest | 124 | # rabbit_password = guest |
| 125 | # Port where RabbitMQ server is running/listening | 125 | # Port where RabbitMQ server is running/listening |
| 126 | # rabbit_port = 5672 | 126 | rabbit_port = 5672 |
| 127 | # RabbitMQ single or HA cluster (host:port pairs i.e: host1:5672, host2:5672) | 127 | # RabbitMQ single or HA cluster (host:port pairs i.e: host1:5672, host2:5672) |
| 128 | # rabbit_hosts is defaulted to '$rabbit_host:$rabbit_port' | 128 | # rabbit_hosts is defaulted to '$rabbit_host:$rabbit_port' |
| 129 | # rabbit_hosts = localhost:5672 | 129 | # rabbit_hosts = localhost:5672 |
| @@ -141,11 +141,11 @@ control_exchange = quantum | |||
| 141 | # rabbit_ha_queues = false | 141 | # rabbit_ha_queues = false |
| 142 | 142 | ||
| 143 | # QPID | 143 | # QPID |
| 144 | rpc_backend=quantum.openstack.common.rpc.impl_qpid | 144 | # rpc_backend=quantum.openstack.common.rpc.impl_qpid |
| 145 | # Qpid broker hostname | 145 | # Qpid broker hostname |
| 146 | qpid_hostname = localhost | 146 | # qpid_hostname = localhost |
| 147 | # Qpid broker port | 147 | # Qpid broker port |
| 148 | qpid_port = 5672 | 148 | # qpid_port = 5672 |
| 149 | # Qpid single or HA cluster (host:port pairs i.e: host1:5672, host2:5672) | 149 | # Qpid single or HA cluster (host:port pairs i.e: host1:5672, host2:5672) |
| 150 | # qpid_hosts is defaulted to '$qpid_hostname:$qpid_port' | 150 | # qpid_hosts is defaulted to '$qpid_hostname:$qpid_port' |
| 151 | # qpid_hosts = localhost:5672 | 151 | # qpid_hosts = localhost:5672 |
