Make RabbitMQ default AMQP provider

Icehouse releases will have RabbitMQ as the default provider of AMQP broker

Change-Id: Id24bdb975f0558d0d08262ae0e4feede722ae422
This commit is contained in:
Martin Magr
2014-04-07 10:26:10 +02:00
parent fa4f6530ca
commit c5a334456d

View File

@@ -34,7 +34,7 @@ def initConfig(controllerObject):
"PROMPT" : "Set the server for the AMQP service (qpid, rabbitmq)? ",
"OPTION_LIST" : ["qpid", "rabbitmq"],
"VALIDATORS" : [validators.validate_options],
"DEFAULT_VALUE" : "qpid",
"DEFAULT_VALUE" : "rabbitmq",
"MASK_INPUT" : False,
"LOOSE_VALIDATION": False,
"CONF_NAME" : "CONFIG_AMQP_SERVER",