Merge "Make RabbitMQ default AMQP provider"

This commit is contained in:
Jenkins
2014-04-07 09:27:50 +00:00
committed by Gerrit Code Review

View File

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