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:
		| @@ -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", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Magr
					Martin Magr