[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[TAF] templates://cinder/{cinder-common.templates,cinder-api.templates}



The cinder package introduced new or modified debconf
templates. This is often a good moment for a review to help the
package maintainer following the general suggested writing style and
track down typos and errors in the use of English language.

A bug report has been sent against the package: 708658

If someone wants to pick up this review, please answer to this mail,
in the mailing list, with an [ITR] (Intent To Review) label.

The templates file is attached.

To propose the file you reviewed for peer review, please send a [RFR]
(Request For Review) mail with the reviewed file attached...then a few
days later, when no more contributions come, a summary mail with a
[LCFC] (Last Chance For Comments) label.

These RFR and LCFC mails should CC the opened bug report.

Finally, after no more comments coming to the LCFC mail, you can send
the reviewed templates file in the bug report.

Then, please notify the list with a last mail using a [BTS] label
with the bug number.

Helping the package maintainer to deal with induced translation
updates at that moment will be nice. If you're not comfortable with
that part of the process, please hand it off to a translator.

-- 


Template: cinder/start_services
Type: boolean
Default: true
_Description: Start cinder services at boot?
 Please choose whether you want to start Cinder services when the
 machine is booted up.

Template: cinder/configure_db
Type: boolean
Default: false
_Description: Set up a database for Cinder?
 No database has been set up for Cinder to use. If you want
 to set one up now, please make sure you have all needed
 information:
 .
  * the host name of the database server (which must allow TCP
    connections from this machine);
  * a username and password to access the database;
  * the type of database management software you want to use.
 .
 If you don't choose this option, no database will be set up and Cinder
 will use regular SQLite support.
 .
 You can change this setting later on by running "dpkg-reconfigure
 -plow cinder-common".

Template: cinder/auth-host
Type: string
Default: 127.0.0.1
_Description: Auth server hostname:
 Please specify the URL of your Cinder authentication server. Typically 
 this is also the URL of your OpenStack Identity Service (Keystone).

Template: cinder/admin-tenant-name
Type: string
Default: admin
_Description: Auth server tenant name:

Template: cinder/admin-user
Type: string
Default: admin
_Description: Auth server username:

Template: cinder/admin-password
Type: password
_Description: Auth server password:

Template: cinder/volume_group
Type: string
_Description: Cinder volume group:
 Please specify the name of the LVM volume group (vg) on which Cinder
 will create partitions.
Template: cinder/register-endpoint
Type: boolean
Default: false
_Description: Register Cinder in the keystone endpoint catalog?
 Each Openstack services (each API) should be registered in order to be
 accessible. This is done using "keystone service-create" and "keystone
 endpoint-create". Select if you want to run these commands now.
 .
 Note that you will need to have an up and running keystone server on which to
 connect using the Keystone auth token.

Template: cinder/keystone-ip
Type: string
_Description: Keystone IP address:
 Enter the IP address of your keystone server, so that cinder-api can
 contact Keystone to do the Cinder service and endpoint creation.

Template: cinder/keystone-auth-token
Type: password
_Description: Keystone Auth Token:
 To configure its endpoint in Keystone, cinder-api needs the Keystone auth
 token.

Template: cinder/endpoint-ip
Type: string
_Description: Cinder endpoint IP address:
 Enter the IP address that will be used to contact Cinder (eg: the Cinder
 endpoint IP address).
 .
 This IP address should be accessible from the clients that will use this
 service, so if you are installing a public cloud, this should be a public
 IP address.

Template: cinder/region-name
Type: string
Default: regionOne
_Description: Name of the region to register:
 Openstack can be used using availability zones, with each region representing
 a location. Please enter the zone that you wish to use when registering the
 endpoint.
Source: cinder
Section: net
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
           Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Ghe Rivero <ghe.rivero@stackops.com>,
           Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 8.0.0),
 po-debconf,
 python-all (>= 2.6.6-3~),
 openstack-pkg-tools
Build-Depends-Indep: pep8 (>= 1.3.3),
 pylint,
 python-amqplib,
 python-anyjson,
 python-argparse,
 python-babel,
 python-cheetah,
 python-coverage,
 python-daemon,
 python-eventlet (>= 0.9.17),
 python-glanceclient (>= 1:0.5.0),
 python-greenlet,
 python-hp3parclient,
 python-iso8601,
 python-keystoneclient (>= 1:0.2.0),
 python-kombu,
 python-lockfile,
 python-lxml,
 python-migrate,
 python-mock,
 python-mox,
 python-mysqldb,
 python-netaddr,
 python-nose,
 python-oslo.config,
 python-paramiko,
 python-paste,
 python-pastedeploy,
 python-psycopg2,
 python-routes,
 python-rtslib,
 python-setuptools,
 python-setuptools-git,
 python-sphinx,
 python-sqlalchemy,
 python-stevedore (>= 0.7),
 python-suds,
 python-swiftclient,
 python-webob (>= 1.2.3),
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/cinder.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/cinder.git
Homepage: http://cinder.openstack.org/

Package: python-cinder
Section: python
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python:Depends},
 python-amqplib,
 python-anyjson,
 python-argparse,
 python-babel,
 python-cheetah,
 python-daemon,
 python-eventlet (>= 0.9.17),
 python-glanceclient (>= 1:0.5.0),
 python-greenlet,
 python-iso8601,
 python-keystoneclient (>= 1:0.2.0),
 python-kombu,
 python-lockfile,
 python-lxml,
 python-migrate,
 python-mysqldb,
 python-netaddr,
 python-oslo.config,
 python-paramiko,
 python-paste,
 python-pastedeploy,
 python-routes,
 python-rtslib,
 python-sqlalchemy,
 python-stevedore (>= 0.7),
 python-suds,
 python-swiftclient,
 python-webob (>= 1.2.3),
 ${misc:Depends}
Description: OpenStack block storage system - Python libraries
 Cinder is a block storage as service system for the Openstack cloud computing
 suite. It re-implements the features of nova-volume, which it directly
 replaces.
 .
 Cinder use LVM partitions of your volume servers in order to provide iSCSI
 permanent block storage devices for your virtual machines running on Nova.
 .
 This package contains the Python libraries that are parts of Cinder.

Package: cinder-common
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 adduser,
 python-cinder (= ${binary:Version}),
 debconf,
 dbconfig-common,
 ${misc:Depends},
 ${python:Depends}
Provides: ${python:Provides}
Description: OpenStack block storage system - common files
 Cinder is a block storage as service system for the Openstack cloud computing
 suite. It re-implements the features of nova-volume, which it directly
 replaces.
 .
 Cinder use LVM partitions of your volume servers in order to provide iSCSI
 permanent block storage devices for your virtual machines running on Nova.
 .
 This package contains common files and configuration that are
 needed by all the daemon packages of Cinder.

Package: cinder-api
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser, ${ostack-lsb-base}, debconf, cinder-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, python-keystoneclient
Description: OpenStack block storage system - API server
 Cinder is a block storage as service system for the Openstack cloud computing
 suite. It re-implements the features of nova-volume, which it directly
 replaces.
 .
 Cinder use LVM partitions of your volume servers in order to provide iSCSI
 permanent block storage devices for your virtual machines running on Nova.
 .
 This package contains the API server on which client will connect.

Package: cinder-volume
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 adduser,
 ${ostack-lsb-base},
 cinder-common (= ${binary:Version}),
 lvm2,
 tgt,
 qemu-utils,
 ${misc:Depends},
 ${python:Depends}
Suggests: ceph-common
Description: OpenStack block storage system - Volume server
 Cinder is a block storage as service system for the Openstack cloud computing
 suite. It re-implements the features of nova-volume, which it directly
 replaces.
 .
 Cinder use LVM partitions of your volume servers in order to provide iSCSI
 permanent block storage devices for your virtual machines running on Nova.
 .
 This package contains the Volume server which will actually do the storage.

Package: cinder-scheduler
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${ostack-lsb-base}, cinder-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
Description: OpenStack block storage system - Scheduler server
 Cinder is a block storage as service system for the Openstack cloud computing
 suite. It re-implements the features of nova-volume, which it directly
 replaces.
 .
 Cinder use LVM partitions of your volume servers in order to provide iSCSI
 permanent block storage devices for your virtual machines running on Nova.
 .
 This package contains the Scheduler server.

Package: cinder-backup
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser, ${ostack-lsb-base}, cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
Description: OpenStack block storage system - Backup server
 Cinder is a block storage as service system for the Openstack cloud computing
 suite. It re-implements the features of nova-volume, which it directly
 replaces.
 .
 Cinder use LVM partitions of your volume servers in order to provide iSCSI
 permanent block storage devices for your virtual machines running on Nova.
 .
 This package contains the Cinder backup service.

Attachment: signature.asc
Description: Digital signature


Reply to: