[Openstack-devel] Bug#708761: [BTS#708761] templates://quantum/{quantum-common.templates, quantum-plugin-openvswitch.templates, quantum-server.templates, quantum-plugin-metaplugin.templates} : Final update for English review

Christian PERRIER bubulle at debian.org
Sun Jun 16 17:04:55 UTC 2013


Dear Debian maintainer,

On Thursday, May 23, 2013, I notified you of the beginning of a review process
concerning debconf templates for quantum.

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 quantum with these changes
right now.

The second phase of this process will begin on Wednesday, June 19, 2013, 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 Wednesday, July 10, 2013. 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 Thursday, July 11, 2013, 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.


-- 


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

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

Template: quantum/admin-tenant-name
Type: string
Default: admin
_Description: Authentication server tenant name:
 Please specify the authentication server tenant name.

Template: quantum/admin-user
Type: string
Default: admin
_Description: Authentication server username:
 Please specify the username to use with the authentication server.

Template: quantum/admin-password
Type: password
_Description: Authentication server password:
 Please specify the password to use with the authentication server.
-------------- next part --------------
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english at lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: quantum-plugin-openvswitch/configure_db
Type: boolean 
Default: true
_Description: Set up a database for quantum-plugin-openvswitch?
 No database has been set up for quantum-plugin-openvswitch to use. Before
 continuing, you should make sure you have the following information:
 .
  * the type of database that you want to use;
  * the database server hostname (that server must allow TCP connections from this
    machine);
  * a username and password to access the database.
 .
 If some of these requirements are missing, do not choose this option and run with
 regular SQLite support.
 .
 You can change this setting later on by running "dpkg-reconfigure -plow
 quantum-plugin-openvswitch".

Template: quantum-plugin-openvswitch/tenant_network_type
Type: select
__Choices: local, gre, vlan, none
Choices-C: local, gre, vlan, none
Default: gre
# Translators: a "tenant" in OpenStack world is
# an entity that contains one or more username/password couples. 
# It's typically the tenant that will be used for billing. Having more than one
# username/password is very helpful in larger organization.
# You're advised to either keep "tenant" without translating it
# or keep it parenthezised. Example for French:
# locataire ("tenant")
_Description: Type of network to allocate for tenant networks:
 The value "local" is useful only for single-box testing. In order for
 tenant networks to provide connectivity between hosts, it is necessary
 to either choose "vlan" and then configure "network_vlan_ranges" or to
 choose "gre" and then configure "tunnel_id_ranges". Choose "none" to
 disable creation of tenant networks.

Template: quantum-plugin-openvswitch/enable_tunneling
Type: boolean
Default: true
_Description: Enable tunneling?
 Please choose whether support should be activated for GRE networks on the
 server and agents. This requires kernel support for OVS patch ports and
 GRE tunneling.

Template: quantum-plugin-openvswitch/tunnel_id_ranges
Type: string
Default: 1:1000
_Description: Tunnel id ranges:
 Please enter a comma-separated list of <tun_min>:<tun_max> tuples enumerating
 ranges of GRE tunnel IDs that are available for tenant network allocation
 if tenant_network_type is "gre".

Template: quantum-plugin-openvswitch/local_ip
Type: string
_Description: Local IP address of this hypervisor:
 Please enter the local IP address for this hypervisor.
 
-------------- next part --------------
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english at lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: quantum/register-endpoint
Type: boolean
Default: false
_Description: Register Quantum in the Keystone endpoint catalog?
 Each OpenStack service (each API) should be registered in order to be
 accessible. This is done using "keystone service-create" and "keystone
 endpoint-create". This can be done automatically now.
 .
 Note that you will need to have an up and running Keystone server on which to
 connect using the Keystone authentication token.

Template: quantum/keystone-ip
Type: string
_Description: Keystone server IP address:
 Please enter the IP address of the Keystone server, so that quantum-api can
 contact Keystone to do the Quantum service and endpoint creation.

Template: quantum/keystone-auth-token
Type: password
_Description: Keystone authentication token:
 To configure its endpoint in Keystone, quantum-server needs the Keystone auth
 token.

Template: quantum/endpoint-ip
Type: string
_Description: Quantum endpoint IP address:
 Please enter the IP address that will be used to contact Quantum.
 .
 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: quantum/region-name
Type: string
Default: regionOne
_Description: Name of the region to register:
 OpenStack supports using availability zones, with each region representing
 a location. Please enter the zone that you wish to use when registering the
 endpoint.
-------------- next part --------------
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english at lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: quantum-plugin-metaplugin/auth-host
Type: string
Default: 127.0.0.1
_Description: Authentication server hostname:
 Please specify the hostname of the authentication server. Typically
 this is also the hostname of the OpenStack Identity Service (Keystone).

Template: quantum-plugin-metaplugin/admin-tenant-name
Type: string
Default: admin
_Description: Authentication server tenant name:
 Please specify the authentication server tenant name.

Template: quantum-plugin-metaplugin/admin-user
Type: string
Default: admin
_Description: Authentication server username:
 Please specify the username to use with the authentication server.

Template: quantum-plugin-metaplugin/admin-password
Type: password
_Description: Authentication server password:
 Please specify the password to use with the authentication server.
-------------- next part --------------
Source: quantum
Section: net
Priority: optional
Maintainer: PKG OpenStack <openstack-devel at lists.alioth.debian.org>
Uploaders: Loic Dachary (OuoU) <loic at debian.org>,
           Julien Danjou <acid at debian.org>,
           Thomas Goirand <zigo at debian.org>,
           Ghe Rivero <ghe.rivero at stackops.com>,
	   Mehdi Abaakouk <sileht at sileht.net>
Build-Depends: debhelper (>= 9),
 po-debconf,
 python-all (>= 2.6),
 openstack-pkg-tools (>= 4)
Build-Depends-Indep: alembic (>=0.4.1),
 bridge-utils,
 pep8 (>= 1.3.3),
 python-amqplib,
 python-anyjson,
 python-argparse,
 python-babel,
 python-cliff,
 python-configobj,
 python-coverage,
 python-eventlet (>= 0.9.17),
 python-fixtures (>= 0.3.12),
 python-greenlet,
 python-gflags,
 python-httplib2,
 python-iso8601,
 python-keystoneclient (>= 1:0.2),
 python-kombu,
 python-lxml,
 python-mock (>= 1.0b1),
 python-mox,
 python-netaddr,
 python-netifaces,
 python-nose,
 python-nosexcover,
 python-novaclient,
 python-oslo.config,
 python-paste,
 python-pastedeploy,
 python-pyudev,
 python-quantumclient (>= 1:2.0),
 python-routes,
 python-setuptools,
 python-setuptools-git,
 python-simplejson,
 python-sphinx,
 python-sqlalchemy,
 python-testtools (>= 0.9.27),
 python-unittest2,
 python-webob,
 python-webtest
Standards-Version: 3.9.3
Homepage: http://quantum.openstack.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/quantum.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/quantum.git

Package: python-quantum
Architecture: all
Section: python
Pre-Depends: dpkg (>= 1.15.6~)
Replaces: quantum-dhcp-agent (<< 2013),
 quantum-l3-agent (<< 2013),
 quantum-plugin-cisco (<< 2013),
 quantum-plugin-linuxbridge-agent (<< 2013),
 quantum-plugin-linuxbridge (<< 2013),
 quantum-plugin-metaplugin (<< 2013),
 quantum-plugin-nec-agent (<< 2013),
 quantum-plugin-nec (<< 2013),
 quantum-plugin-nicira (<< 2013),
 quantum-plugin-openvswitch-agent (<< 2013),
 quantum-plugin-openvswitch (<< 2013),
 quantum-plugin-ryu-agent (<< 2013),
 quantum-plugin-ryu (<< 2013),
Breaks: quantum-dhcp-agent (<< 2013),
 quantum-l3-agent (<< 2013),
 quantum-plugin-cisco (<< 2013),
 quantum-plugin-linuxbridge-agent (<< 2013),
 quantum-plugin-linuxbridge (<< 2013),
 quantum-plugin-metaplugin (<< 2013),
 quantum-plugin-nec-agent (<< 2013),
 quantum-plugin-nec (<< 2013),
 quantum-plugin-nicira (<< 2013),
 quantum-plugin-openvswitch-agent (<< 2013),
 quantum-plugin-openvswitch (<< 2013),
 quantum-plugin-ryu-agent (<< 2013),
 quantum-plugin-ryu (<< 2013),
Depends: ${python:Depends}, ${misc:Depends},
 alembic (>= 0.4.1),
 python-amqplib,
 python-anyjson,
 python-argparse,
 python-configobj,
 python-eventlet (>= 0.9.17),
 python-greenlet,
 python-gflags,
 python-httplib2,
 python-iso8601,
 python-keystoneclient (>= 1:0.2),
 python-kombu,
 python-lxml,
 python-migrate,
 python-netaddr,
 python-novaclient,
 python-oslo.config,
 python-paste,
 python-pastedeploy,
 python-pyudev,
 python-quantumclient (>= 1:2.0),
 python-routes,
 python-simplejson,
 python-sqlalchemy,
 python-webob,
Provides: ${python:Provides}
Description: OpenStack virtual network service - Python library
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the Python library.

Package: quantum-server
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 adduser,
 debconf,
 lsb-base,
 quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
 quantum-plugin-openvswitch | quantum-plugin,
Description: OpenStack virtual network service - server
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the Quantum server.

Package: quantum-common
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser,
 debconf,
 python-quantum (= ${source:Version}),
 python-cliff, python-pyparsing,
 python-mysqldb, python-sqlalchemy,
 ${misc:Depends},
 ${python:Depends}
Breaks: quantum-server ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
Replaces: quantum-server ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
Description: OpenStack virtual network service - common files
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the common files.

Package: quantum-plugin-cisco
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Breaks: python-quantum (<< 2012.1-5.1)
Replaces: python-quantum (<< 2012.1-5.1)
Description: OpenStack virtual network service - Cisco plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the plugin to use with Cisco hardware.

Package: quantum-plugin-nec
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends: quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Breaks: python-quantum (<< 2012.1-5.1)
Replaces: python-quantum (<< 2012.1-5.1)
Description: OpenStack virtual network service - NEC plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the NEC plugin.

Package: quantum-plugin-nec-agent
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends: quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
 quantum-plugin-nec,
 sudo
Breaks: python-quantum (<< 2012.1-5.1)
Replaces: python-quantum (<< 2012.1-5.1)
Description: OpenStack virtual network service - NEC agent
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the NEC plugin agent.

Package: quantum-plugin-bigswitch
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends: quantum-common (= ${source:Version}),
 ${misc:Depends},  
 ${python:Depends},
 ${shlibs:Depends}
Description: Quantum virtual network service - BigSwitch plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the BigSwitch plugin.

Package: quantum-plugin-hyperv
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends: quantum-common (= ${source:Version}),
 ${misc:Depends},  
 ${python:Depends},
 ${shlibs:Depends}
Description: Quantum virtual network service - Hyper-V plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the Hyper-V plugin.

Package: quantum-plugin-brocade
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends: quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Description: OpenStack virtual network service - Brocade plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the Brocade plugin.

Package: quantum-plugin-plumgrid
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends: quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Description: Quantum virtual network service - PLUMgrid plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the PLUMgrid plugin.

Package: quantum-plugin-metaplugin
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser,
 quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Description: Quantum virtual network service - metaplugin plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the Metaplugin plugin.

Package: quantum-plugin-nicira
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
 quantum-common (= ${source:Version}),
Breaks: python-quantum (<< 2012.1-5.1)
Replaces: python-quantum (<< 2012.1-5.1)
Description: OpenStack virtual network service - Nicira NVP plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the plugin to use with Nicira Network Virtualization
 Platform (NVP) controllers.

Package: quantum-l3-agent
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 adduser,
 debconf,
 quantum-common (= ${source:Version}),
 sudo,
 ${misc:Depends}, 
 ${python:Depends},
 ${shlibs:Depends},
Recommends: openvswitch-switch
Description: OpenStack virtual network service - l3 agent
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the l3 agent.

Package: quantum-dhcp-agent
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser,
 dnsmasq-base,
 dnsmasq-utils,
 quantum-common (= ${source:Version}),
 sudo,
 ${misc:Depends}, 
 ${python:Depends},
 ${shlibs:Depends},
Description: OpenStack virtual network service - DHCP agent
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the DHCP agent.

Package: quantum-metadata-agent
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Breaks: quantum-l3-agent (<< 2013.1)
Replaces: quantum-l3-agent (<< 2013.1)
Description: OpenStack virtual network service - metadata agent
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the metadata proxy agent.

Package: quantum-lbaas-agent
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: haproxy,
 quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Breaks: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
Replaces: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
Description: OpenStack virtual network service - LBaaS agent
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the Load Balancing as a Service (LBaaS) agent.

Package: quantum-plugin-openvswitch
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 adduser,
 debconf,
 openvswitch-switch,
 dbconfig-common,
 quantum-common (= ${source:Version}),
 sqlite3,
 ${misc:Depends}, 
 ${python:Depends},
 ${shlibs:Depends},
Breaks: python-quantum (<< 2012.1-5.1)
Replaces: python-quantum (<< 2012.1-5.1)
Recommends: openvswitch-datapath-dkms
Description: OpenStack virtual network service - Open vSwitch plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the plugin to use with Open vSwitch.

Package: quantum-plugin-openvswitch-agent
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 openvswitch-switch,
 quantum-common (= ${source:Version}),
 quantum-plugin-openvswitch,
 sudo,
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
Breaks: python-quantum (<< 2012.1-5.1)
Replaces: python-quantum (<< 2012.1-5.1)
Recommends: openvswitch-datapath-dkms
Description: OpenStack virtual network service - Open vSwitch agent
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the Open vSwitch agent. If you choose to use the Open
 vSwitch plugin on quantum-server, this agent should run on each compute node.

Package: quantum-plugin-linuxbridge
Architecture: all
Provides: quantum-plugin
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 bridge-utils,
 quantum-common (= ${source:Version}),
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
Breaks: python-quantum (<< 2012.1-5.1)
Replaces: python-quantum (<< 2012.1-5.1)
Description: OpenStack virtual network service - Linux bridge plugin
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the Linux bridge plugin.

Package: quantum-plugin-linuxbridge-agent
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 bridge-utils,
 quantum-common (= ${source:Version}),
 quantum-plugin-linuxbridge,
 sudo,
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
Breaks: python-quantum (<< 2012.1-5.1)
Replaces: python-quantum (<< 2012.1-5.1)
Description: OpenStack virtual network service - Linux bridge agent
 Quantum provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 This package provides the Linux bridge agent. If you choose to use the Linux
 bridge plugin on quantum-server, this agent should run on each compute node.
-------------- next part --------------
--- quantum.old/debian/quantum-common.templates	2013-05-18 12:40:47.981243571 +0200
+++ quantum/debian/quantum-common.templates	2013-06-14 07:39:10.134144493 +0200
@@ -10,20 +10,23 @@
 Template: quantum/auth-host
 Type: string
 Default: 127.0.0.1
-_Description: Auth server hostname:
- Please specify the URL of your Quantum authentication server. Typically
- this is also the URL of your OpenStack Identity Service (Keystone).
+_Description: Authentication server hostname:
+ Please specify the hostname of your Quantum authentication server. Typically
+ this is also the hostname of your OpenStack Identity Service (Keystone).
 
 Template: quantum/admin-tenant-name
 Type: string
 Default: admin
-_Description: Auth server tenant name:
+_Description: Authentication server tenant name:
+ Please specify the authentication server tenant name.
 
 Template: quantum/admin-user
 Type: string
 Default: admin
-_Description: Auth server username:
+_Description: Authentication server username:
+ Please specify the username to use with the authentication server.
 
 Template: quantum/admin-password
 Type: password
-_Description: Auth server password:
+_Description: Authentication server password:
+ Please specify the password to use with the authentication server.
--- quantum.old/debian/quantum-plugin-openvswitch.templates	2013-05-18 12:40:47.981243571 +0200
+++ quantum/debian/quantum-plugin-openvswitch.templates	2013-06-16 19:03:33.742699738 +0200
@@ -1,48 +1,67 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english at lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: quantum-plugin-openvswitch/configure_db
 Type: boolean 
 Default: true
 _Description: Set up a database for quantum-plugin-openvswitch?
  No database has been set up for quantum-plugin-openvswitch to use. Before
- continuing, you should make sure you have:
+ continuing, you should make sure you have the following information:
  .
-  - the server host name (that server must allow TCP connections from this
+  * the type of database that you want to use;
+  * the database server hostname (that server must allow TCP connections from this
     machine);
-  - a username and password to access the database.
-  - A database type that you want to use.
+  * a username and password to access the database.
  .
- If some of these requirements are missing, reject this option and run with
- regular sqlite support.
+ If some of these requirements are missing, do not choose this option and run with
+ regular SQLite support.
  .
- You can change this setting later on by running 'dpkg-reconfigure -plow
- quantum-plugin-openvswitch.
+ You can change this setting later on by running "dpkg-reconfigure -plow
+ quantum-plugin-openvswitch".
 
 Template: quantum-plugin-openvswitch/tenant_network_type
 Type: select
-Choices: local, gre, vlan, none
+__Choices: local, gre, vlan, none
+Choices-C: local, gre, vlan, none
 Default: gre
+# Translators: a "tenant" in OpenStack world is
+# an entity that contains one or more username/password couples. 
+# It's typically the tenant that will be used for billing. Having more than one
+# username/password is very helpful in larger organization.
+# You're advised to either keep "tenant" without translating it
+# or keep it parenthezised. Example for French:
+# locataire ("tenant")
 _Description: Type of network to allocate for tenant networks:
- The value "local" is useful only for single-box testing and provides no
- connectivity between hosts. You MUST either change this to "vlan" and
- configure network_vlan_ranges below or change this to "gre" and configure
- "tunnel_id_ranges" in order for tenant networks to provide connectivity
- between hosts. Set to "none" to disable creation of tenant networks.
+ The value "local" is useful only for single-box testing. In order for
+ tenant networks to provide connectivity between hosts, it is necessary
+ to either choose "vlan" and then configure "network_vlan_ranges" or to
+ choose "gre" and then configure "tunnel_id_ranges". Choose "none" to
+ disable creation of tenant networks.
 
 Template: quantum-plugin-openvswitch/enable_tunneling
-Type: select
-Choices: True, False
-Default: True
-_Description: Enable tunneling:
- Set to True in the server and the agents to enable support for GRE
- networks. Requires kernel support for OVS patch ports and GRE tunneling.
+Type: boolean
+Default: true
+_Description: Enable tunneling?
+ Please choose whether support should be activated for GRE networks on the
+ server and agents. This requires kernel support for OVS patch ports and
+ GRE tunneling.
 
 Template: quantum-plugin-openvswitch/tunnel_id_ranges
 Type: string
 Default: 1:1000
 _Description: Tunnel id ranges:
- This is a comma-separated list of <tun_min>:<tun_max> tuples enumerating
+ Please enter a comma-separated list of <tun_min>:<tun_max> tuples enumerating
  ranges of GRE tunnel IDs that are available for tenant network allocation
  if tenant_network_type is "gre".
 
 Template: quantum-plugin-openvswitch/local_ip
 Type: string
 _Description: Local IP address of this hypervisor:
+ Please enter the local IP address for this hypervisor.
+ 
--- quantum.old/debian/quantum-server.templates	2013-05-18 12:40:47.981243571 +0200
+++ quantum/debian/quantum-server.templates	2013-06-16 19:03:35.382748193 +0200
@@ -1,31 +1,39 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english at lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: quantum/register-endpoint
 Type: boolean
 Default: false
-_Description: Register Quantum in the keystone endpoint catalog?
- Each Openstack services (each API) should be registered in order to be
+_Description: Register Quantum in the Keystone endpoint catalog?
+ Each OpenStack service (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.
+ endpoint-create". This can be done automatically now.
  .
- Note that you will need to have an up and running keystone server on which to
- connect using the Keystone auth token.
+ Note that you will need to have an up and running Keystone server on which to
+ connect using the Keystone authentication token.
 
 Template: quantum/keystone-ip
 Type: string
-_Description: Keystone IP address:
- Enter the IP address of your keystone server, so that quantum-server can
+_Description: Keystone server IP address:
+ Please enter the IP address of the Keystone server, so that quantum-api can
  contact Keystone to do the Quantum service and endpoint creation.
 
 Template: quantum/keystone-auth-token
 Type: password
-_Description: Keystone Auth Token:
+_Description: Keystone authentication token:
  To configure its endpoint in Keystone, quantum-server needs the Keystone auth
  token.
 
 Template: quantum/endpoint-ip
 Type: string
 _Description: Quantum endpoint IP address:
- Enter the IP address that will be used to contact Quantum (eg: the Quantum
- endpoint IP address).
+ Please enter the IP address that will be used to contact Quantum.
  .
  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
@@ -35,6 +43,6 @@
 Type: string
 Default: regionOne
 _Description: Name of the region to register:
- Openstack can be used using availability zones, with each region representing
+ OpenStack supports using availability zones, with each region representing
  a location. Please enter the zone that you wish to use when registering the
  endpoint.
--- quantum.old/debian/quantum-plugin-metaplugin.templates	2013-05-18 12:40:47.981243571 +0200
+++ quantum/debian/quantum-plugin-metaplugin.templates	2013-06-14 07:39:10.134144493 +0200
@@ -10,20 +10,23 @@
 Template: quantum-plugin-metaplugin/auth-host
 Type: string
 Default: 127.0.0.1
-_Description: Auth server hostname:
- Please specify the URL of your Quantum authentication server. Typically
- this is also the URL of your OpenStack Identity Service (Keystone).
+_Description: Authentication server hostname:
+ Please specify the hostname of the authentication server. Typically
+ this is also the hostname of the OpenStack Identity Service (Keystone).
 
 Template: quantum-plugin-metaplugin/admin-tenant-name
 Type: string
 Default: admin
-_Description: Auth server tenant name:
+_Description: Authentication server tenant name:
+ Please specify the authentication server tenant name.
 
 Template: quantum-plugin-metaplugin/admin-user
 Type: string
 Default: admin
-_Description: Auth server username:
+_Description: Authentication server username:
+ Please specify the username to use with the authentication server.
 
 Template: quantum-plugin-metaplugin/admin-password
 Type: password
-_Description: Auth server password:
+_Description: Authentication server password:
+ Please specify the password to use with the authentication server.
--- quantum.old/debian/control	2013-05-18 12:40:47.985243689 +0200
+++ quantum/debian/control	2013-06-14 07:37:43.215763175 +0200
@@ -114,7 +114,7 @@
  python-sqlalchemy,
  python-webob,
 Provides: ${python:Provides}
-Description: OpenStack virtual network service - python library
+Description: OpenStack virtual network service - Python library
  Quantum provides an API to dynamically request and configure virtual networks.
  These networks connect "interfaces" from other OpenStack services (such as
  vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
@@ -140,7 +140,7 @@
  vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
  network capabilities, including QoS, ACLs, and network monitoring.
  .
- This package provides the quantum server.
+ This package provides the Quantum server.
 
 Package: quantum-common
 Architecture: all
@@ -154,7 +154,7 @@
  ${python:Depends}
 Breaks: quantum-server ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
 Replaces: quantum-server ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
-Description: OpenStack virtual network service - common
+Description: OpenStack virtual network service - common files
  Quantum provides an API to dynamically request and configure virtual networks.
  These networks connect "interfaces" from other OpenStack services (such as
  vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
@@ -259,7 +259,7 @@
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends}
-Description: Quantum is a virtual network service for Openstack - Brocade plugin
+Description: OpenStack virtual network service - Brocade plugin
  Quantum provides an API to dynamically request and configure virtual networks.
  These networks connect "interfaces" from other OpenStack services (such as
  vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
@@ -328,7 +328,7 @@
  ${python:Depends},
  ${shlibs:Depends},
 Recommends: openvswitch-switch
-Description: Quantum is a virtual network service for Openstack - (l3 agent)
+Description: OpenStack virtual network service - l3 agent
  Quantum provides an API to dynamically request and configure virtual networks.
  These networks connect "interfaces" from other OpenStack services (such as
  vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
@@ -347,13 +347,13 @@
  ${misc:Depends}, 
  ${python:Depends},
  ${shlibs:Depends},
-Description: Quantum is a virtual network service for Openstack - (dhcp agent)
+Description: OpenStack virtual network service - DHCP agent
  Quantum provides an API to dynamically request and configure virtual networks.
  These networks connect "interfaces" from other OpenStack services (such as
  vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
  network capabilities, including QoS, ACLs, and network monitoring.
  .
- This package provides the dhcp agent.
+ This package provides the DHCP agent.
 
 Package: quantum-metadata-agent
 Architecture: all
@@ -364,7 +364,7 @@
  ${shlibs:Depends}
 Breaks: quantum-l3-agent (<< 2013.1)
 Replaces: quantum-l3-agent (<< 2013.1)
-Description: Quantum is a virtual network service for Openstack - metadata agent
+Description: OpenStack virtual network service - metadata agent
  Quantum provides an API to dynamically request and configure virtual networks.
  These networks connect "interfaces" from other OpenStack services (such as
  vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
@@ -382,13 +382,13 @@
  ${shlibs:Depends}
 Breaks: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
 Replaces: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
-Description: Quantum is a virtual network service for Openstack - LBaaS agent
+Description: OpenStack virtual network service - LBaaS agent
  Quantum provides an API to dynamically request and configure virtual networks.
  These networks connect "interfaces" from other OpenStack services (such as
  vNICs from Nova VMs). The Quantum API supports extensions to provide advanced
  network capabilities, including QoS, ACLs, and network monitoring.
  .
- This package provides the Load Balancing as-a Service (LBaaS) agent.
+ This package provides the Load Balancing as a Service (LBaaS) agent.
 
 Package: quantum-plugin-openvswitch
 Architecture: all
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/openstack-devel/attachments/20130616/d26e659d/attachment-0001.sig>


More information about the Openstack-devel mailing list