From 2b5046651f46702f9b07dabb0f30f304d5e6f1a0 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 20 Aug 2013 23:14:34 +0200 Subject: [PATCH] Added new templates for configuring RabbitMQ. --- debian/neutron-common.templates | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/debian/neutron-common.templates b/debian/neutron-common.templates index 330bfd049..cb846b810 100644 --- a/debian/neutron-common.templates +++ b/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 -- 2.45.2