]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added new templates for configuring RabbitMQ.
authorThomas Goirand <thomas@goirand.fr>
Tue, 20 Aug 2013 21:14:34 +0000 (23:14 +0200)
committerThomas Goirand <thomas@goirand.fr>
Tue, 20 Aug 2013 21:14:34 +0000 (23:14 +0200)
Rewritten-From: 2b5046651f46702f9b07dabb0f30f304d5e6f1a0

trusty/debian/neutron-common.templates

index 330bfd049b8f4d20f29556b4f671b8ca623d659b..cb846b8103b232ef7ee95d8638f98a9b6bdb1dc3 100644 (file)
@@ -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