From: Thomas Goirand Date: Tue, 20 Aug 2013 21:14:34 +0000 (+0200) Subject: Added new templates for configuring RabbitMQ. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=03b95f91e7fa8790ad46d230b8b7a9cdf22198a9;p=openstack-build%2Fneutron-build.git Added new templates for configuring RabbitMQ. Rewritten-From: 2b5046651f46702f9b07dabb0f30f304d5e6f1a0 --- diff --git a/trusty/debian/neutron-common.templates b/trusty/debian/neutron-common.templates index 330bfd049..cb846b810 100644 --- a/trusty/debian/neutron-common.templates +++ b/trusty/debian/neutron-common.templates @@ -61,6 +61,32 @@ _Description: Set up a database for Neutron? You can change this setting later on by running "dpkg-reconfigure -plow neutron". +Template: neutron/rabbit_host +Type: string +Default: localhost +_Description: IP address of your RabbitMQ host: + In order to interoperate with other components of OpenStack, this package + needs to connect to a central RabbitMQ server. + . + Please specify the IP address of the server running it. + +Template: neutron/rabbit_userid +Type: string +Default: guest +_Description: Username to connect to RabbitMQ server: + In order to interoperate with other components of OpenStack, this package + needs to connect to a central RabbitMQ server. + . + Please specify the username used to connect to the RabbitMQ server. + +Template: neutron/rabbit_password +Type: password +_Description: Password to connect to RabbitMQ server: + In order to interoperate with other components of OpenStack, this package + needs to connect to a central RabbitMQ server. + . + Please specify the password used to connect to the RabbitMQ server. + Template: neutron/tenant_network_type Type: select __Choices: local, gre, vlan, none