Browse code

Merge "use "rabbit_hosts" config option instead of "rabbit_host""

Jenkins authored on 2014/03/04 01:43:05
Showing 1 changed files
... ...
@@ -186,7 +186,7 @@ function iniset_rpc_backend {
186 186
         fi
187 187
     elif is_service_enabled rabbit || { [ -n "$RABBIT_HOST" ] && [ -n "$RABBIT_PASSWORD" ]; }; then
188 188
         iniset $file $section rpc_backend ${package}.openstack.common.rpc.impl_kombu
189
-        iniset $file $section rabbit_host $RABBIT_HOST
189
+        iniset $file $section rabbit_hosts $RABBIT_HOST
190 190
         iniset $file $section rabbit_password $RABBIT_PASSWORD
191 191
     fi
192 192
 }