Template: cinder/volume_group Type: string Description: Cinder volume group: Please specify the name of the LVM volume group on which Cinder will create partitions. Description-cs.UTF-8: Skupina svazků pro Cinder: Zadejte prosím název skupiny LVM svazků (vg), na které bude Cinder vytvářet oddíly. Description-da.UTF-8: Cinder-diskenhedsgruppe: Angiv venligst navnet for LVM-diskenhedsgruppen hvor Cinder vil oprette partitioner. Description-de.UTF-8: Cinder-Datenträgergruppe: Bitte geben Sie den Namen der LVM-Datenträgergruppe an, auf der Cinder Partitionen erstellen wird. Description-es.UTF-8: Grupo de volúmenes para Cinder: Indique el nombre del grupo de volúmenes LVM en el que Cinder creará las particiones. Description-fr.UTF-8: Groupe de volumes pour Cinder : Veuillez indiquer le nom du groupe de volumes LVM dans lequel Cinder créera les partitions. Description-it.UTF-8: Gruppo di volumi Cinder: Specificare il nome del gruppo di volumi (vg) LVM su cui Cinder creerà le partizioni. Description-ja.UTF-8: Cinder ボリュームグループ: Cinder がパーティションを作成する LVM ボリュームグループの名前を指定してください。 Description-nl.UTF-8: Volumegroep voor Cinder: Geef de naam op van de LVM-volumegroep waarop Cinder partities zal aanmaken. Description-pt.UTF-8: Grupo de volume do Cinder: Indique por favor o nome do grupo de volume LVM no qual o Cinder irá criar partições. Description-pt_BR.UTF-8: Grupo de volume do Cinder: Por favor, especifique o nome do grupo de volume LVM no qual o Cinder criará partições. Description-ru.UTF-8: Группа томов Cinder: Укажите имя группы томов LVM, в которой Cinder будет создавать разделы. Template: cinder/my-ip Type: string Description: Value for my_ip: This value will be stored in the my_ip directive of cinder.conf. Template: cinder/glance-api-servers Type: string Default: http://127.0.0.1:9292 Description: Value for glance_api_servers: A list of the URLs of glance API servers available to cinder ([http[s]://][hostname|ip]:port). Template: cinder/configure_db Type: boolean Default: false Description: Set up a database for this package? No database has been set up for this package. Before continuing, you should make sure you have the following information: . * the type of database that you want to use - generally the MySQL backend (which is compatible with MariaDB) is a good choice, and other implementations like PostgreSQL or SQLite are often problematic with OpenStack (this depends on the service); * the database server hostname (that server must allow TCP connections from this machine); * a username and password to access the database. . Note that if you plan on using a remote database server, you must first configure dbconfig-common to do so (using dpkg-reconfigure dbconfig-common), and the remote database server needs to be configured with adequate credentials. . If some of these requirements are missing, do not choose this option. Run with regular SQLite support instead. . You can change this setting later on by running "dpkg-reconfigure -plow". Template: cinder/configure_rabbit Type: boolean Default: false Description: Configure RabbitMQ access with debconf? OpenStack services need access to a message queue server, defined by the transport_url directive. Please specify whether configuring this should be handled through debconf. . Only access to RabbitMQ is handled, and the RabbitMQ user creation isn't performed. A new RabbitMQ user can be created with the commands:" . - rabbitmqctl add_user openstack PASSWORD - rabbitmqctl set_permissions -p / openstack ".*" ".*" ".*" . Note that the default RabbitMQ guest account cannot be used for remote connections. Template: cinder/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 that server. Template: cinder/rabbit-userid Type: string Default: guest Description: Username for connection to the 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 that RabbitMQ server. Template: cinder/rabbit-password Type: password Description: Password for connection to the 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 that RabbitMQ server. Template: cinder/configure_ksat Type: boolean Default: false Description: Manage keystone_authtoken with debconf? Every OpenStack service must contact Keystone, and this is configured through the [keystone_authtoken] section of the configuration. Specify if you wish to handle this configuration through debconf. Template: cinder/ksat-public-url Type: string Default: http://localhost:5000 Description: Auth server public endpoint URL: Specify the URL of your Keystone authentication server public endpoint. This value will be set in the www_authenticate_uri directive. Template: cinder/ksat-region Type: string Default: regionOne Description: Keystone region: Specify the Keystone region to use. . The region name is usually a string containing only ASCII alphanumerics, dots, and dashes. Template: cinder/ksat-create-service-user Type: boolean Default: true Description: Create service user? This package can reuse an already existing username, or create one right now. If you wish to create one, then you will be prompted for the admin credentials. Template: cinder/ksat-admin-username Type: string Default: admin Description: Auth server admin username: Template: cinder/ksat-admin-project-name Type: string Default: admin Description: Auth server admin project name: Template: cinder/ksat-admin-password Type: password Description: Auth server admin password: Template: cinder/ksat-service-username Type: string Description: Auth server service username: Template: cinder/ksat-service-project-name Type: string Default: service Description: Auth server service project name: Template: cinder/ksat-service-password Type: password Description: Auth server service password: