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

[TAF] templates://keystone/{keystone.templates}



The keystone 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: 708660

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.

-- 


# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: keystone/configure_db
Type: boolean
Default: false
_Description: Set up a database for Keystone?
 No database has been set up for Keystone 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
 Keystone will use regular SQLite support.
 .
 You can change this setting later on by running "dpkg-reconfigure
 -plow keystone".

Template: keystone/auth-token
Type: password
_Description: Authentication server administration token:
 Please enter the token to use with the authentication
 server.

Template: keystone/create-admin-tenant
Type: boolean
Default: false
_Description: Register admin tenants?
 For Openstack to work, you need a basic tenant configuration. The keystone
 package can create these admin tenants automatically for you.

Template: keystone/admin-user
Type: string
Default: admin
_Description: User name of the admin user:
 Please enter an user name for the administrative user.

Template: keystone/admin-email
Type: string
Default: root@localhost
_Description: Email address of the admin user:
 Please enter the email address of the administrative user.

Template: keystone/admin-password
Type: password
_Description: Password of the admin user:
 Please enter a password for the administrative user.

Template: keystone/admin-password-confirm
Type: password
_Description: Password of the admin user (confirm):
 Please confirm the password for the administrative user.

Template: keystone/passwords-do-not-match
Type: error
Description: Password mismatch
 The password and its confirmation do not match.

Template: keystone/admin-role-name
Type: string
Default: admin
_Description: Name of the admin role:
 Please enter the name of the administrative role.

Template: keystone/admin-tenant-name
Type: string
Default: admin
_Description: Name of the admin tenant:
 Please enter the name of the administrative tenant (project).

Template: keystone/register-endpoint
Type: boolean
Default: false
_Description: Register keystone endpoint?
 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.

Template: keystone/endpoint-ip
Type: string
_Description: Keystone endpoint IP address:
 Enter the IP address that will be used to contact keystone.

Template: keystone/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: keystone
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 (>= 9),
 python-all (>= 2.6.6-3~),
 po-debconf,
 git,
 openstack-pkg-tools (>= 4)
Build-Depends-Indep: pep8 (>= 1.3.3),
 pylint,
 python-all-dev (>= 2.6.6-3~) | python-support,
 python-babel,
 python-coverage,
 python-dateutil,
 python-eventlet,
 python-greenlet,
 python-httplib2,
 python-iso8601,
 python-keyring,
 python-keystoneclient (>= 1:0.2),
 python-ldap,
 python-lxml,
 python-memcache,
 python-migrate,
 python-mox,
 python-netifaces,
 python-nose,
 python-nosexcover,
 python-novaclient,
 python-oslo.config,
 python-pam,
 python-passlib,
 python-paste,
 python-pastedeploy,
 python-prettytable,
 python-requests,
 python-routes,
 python-setuptools,
 python-sphinx,
 python-sqlalchemy,
 python-sqlite,
 python-swiftclient (>= 1:1.2.0),
 python-unittest2,
 python-webob (>= 1.2.3),
 python-webtest
Standards-Version: 3.9.3
Homepage: http://keystone.openstack.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/keystone.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/keystone.git

Package: python-keystone
Architecture: all
Section: python
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python:Depends}, ${misc:Depends},
 python-dateutil,
 python-eventlet,
 python-greenlet,
 python-httplib2,
 python-keystoneclient (>= 1:0.2),
 python-iso8601,
 python-lxml,
 python-migrate,
 python-mysqldb,
 python-novaclient,
 python-oslo.config,
 python-pam,
 python-passlib,
 python-paste,
 python-pastescript,
 python-pastedeploy,
 python-prettytable,
 python-routes,
 python-sqlalchemy,
 python-webob (>= 1.2.3),
 python-sqlite
Recommends: python-memcache, python-ldap
Description: OpenStack identity service - library
 This is the identity service used by OpenStack for authentication (authN)
 and high-level authorization (authZ). It currently supports token-based
 authN with user/service authZ, and is scalable to support OAuth, SAML,
 and OpenID in future versions. Out of the box, Keystone uses SQLite for
 its identity store database, with the option to connect to external LDAP.
 .
 This package contains the Python libraries.

Package: keystone
Architecture: all
Section: python
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python:Depends}, ${misc:Depends},
 ${ostack-lsb-base},
 python-configobj,
 python-keystone (= ${source:Version}),
 adduser,
 ssl-cert (>= 1.0.12),
 dbconfig-common
Description: OpenStack identity service
 This is the identity service used by OpenStack for authentication (authN)
 and high-level authorization (authZ). It currently supports token-based
 authN with user/service authZ, and is scalable to support OAuth, SAML,
 and OpenID in future versions. Out of the box, Keystone uses SQLite for
 its identity store database, with the option to connect to external LDAP.
 .
 This package contains the daemons.

Package: keystone-doc
Architecture: all
Section: doc
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends},  libjs-jquery, libjs-underscore
Description: OpenStack identity service - documentation
 This is the identity service used by OpenStack for authentication (authN)
 and high-level authorization (authZ). It currently supports token-based
 authN with user/service authZ, and is scalable to support OAuth, SAML,
 and OpenID in future versions. Out of the box, Keystone uses SQLite for
 its identity store database, with the option to connect to external LDAP.
 .
 This package contains the documentation.

Attachment: signature.asc
Description: Digital signature


Reply to: