Dear Debian maintainer, On Saturday, August 04, 2012, I notified you of the beginning of a review process concerning debconf templates for keystone.
The debian-l10n-english contributors have now reviewed these templates, and the final proposed changes are attached to this update to the original bug report. Please review the suggested changes, and if you have any objections, let me know in the next 3 days. However, please try to avoid uploading keystone with these changes right now. The second phase of this process will begin on Monday, August 13, 2012, when I will coordinate updates to translations of debconf templates. The existing translators will be notified of the changes: they will receive an updated PO file for their language. Simultaneously, a general call for new translations will be sent to the debian-i18n mailing list. Both these calls for translations will request updates to be sent as individual bug reports. That will probably trigger a lot of bug reports against your package, but these should be easier to deal with. The call for translation updates and new translations will run until about Monday, September 03, 2012. Please avoid uploading a package with fixed or changed debconf templates and/or translation updates in the meantime. Of course, other changes are safe. Please note that this is an approximative delay, which depends on my own availability to process this work and is influenced by the fact that I simultaneously work on many packages. Around Tuesday, September 04, 2012, I will contact you again and will send a final patch summarizing all the updates (changes to debconf templates, updates to debconf translations and new debconf translations). Again, thanks for your attention and cooperation. --
# These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-engl...@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: string _Description: Authentication server administration token: Please enter the token to use with the authentication server.
Source: keystone Section: net Priority: extra Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org> Uploaders: Loic Dachary (OuoU) <l...@debian.org>, Julien Danjou <a...@debian.org>, Thomas Goirand <z...@debian.org>, Ghe Rivero <ghe.riv...@stackops.com> Build-Depends: debhelper (>= 7.0.50), python-all (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~) | python-support, python-lxml, python-setuptools, python-sphinx, python-unittest2, python-paste, python-pastedeploy, python-routes, python-eventlet, python-webob, python-sqlalchemy, python-passlib, python-ldap, python-memcache, python-swift, python-nose, python-migrate, python-prettytable, python-mox, python-dateutil, pep8, git-core, po-debconf Standards-Version: 3.9.3 Homepage: http://launchpad.net/keystone 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 Depends: ${python:Depends}, ${misc:Depends}, python-passlib, python-sqlalchemy, python-routes, python-lxml, python-httplib2, python-eventlet, python-paste, python-pastedeploy, python-pastescript, python-webob, python-sqlite, python-nova, python-dateutil 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 Depends: ${python:Depends}, ${misc:Depends}, python-keystone (= ${source:Version}), adduser, lsb-base (>= 3.0-6), dbconfig-common, python-keystoneclient 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 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.
--- keystone.old/debian/keystone.templates 2012-07-31 19:06:40.365209635 +0200 +++ keystone/debian/keystone.templates 2012-08-10 19:28:33.487778532 +0200 @@ -1,3 +1,12 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-engl...@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 @@ -19,4 +28,6 @@ Template: keystone/auth-token Type: string -_Description: Auth server admin token: +_Description: Authentication server administration token: + Please enter the token to use with the authentication + server. --- keystone.old/debian/control 2012-07-31 19:06:40.369209733 +0200 +++ keystone/debian/control 2012-08-04 13:25:01.403073686 +0200 @@ -57,9 +57,9 @@ 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 and user-service authorization. It is scalable to include OAuth, SAML - and openID in future versions. Out of the box, Keystone uses a SQLite DB as - an identity store with the option to connect to external LDAP. + 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. @@ -75,9 +75,9 @@ 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 and user-service authorization. It is scalable to include OAuth, SAML - and openID in future versions. Out of the box, Keystone uses a SQLite DB as - an identity store with the option to connect to external LDAP. + 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. @@ -88,8 +88,8 @@ 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 and user-service authorization. It is scalable to include OAuth, SAML - and openID in future versions. Out of the box, Keystone uses a SQLite DB as - an identity store with the option to connect to external LDAP. + 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.
signature.asc
Description: Digital signature