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

[TAF] templates://quantum/{quantum-common.templates,quantum-plugin-openvswitch.templates,quantum-server.templates,quantum-plugin-metaplugin.templates}



The quantum 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: 708761

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: 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).

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

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

Template: quantum/admin-password
Type: password
_Description: Auth server password:
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 server host name (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.
 .
 If some of these requirements are missing, reject 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
Default: gre
_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.

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.

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
 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:
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
 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: quantum/keystone-ip
Type: string
_Description: Keystone IP address:
 Enter the IP address of your keystone server, so that quantum-server can
 contact Keystone to do the Quantum service and endpoint creation.

Template: quantum/keystone-auth-token
Type: password
_Description: Keystone Auth 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).
 .
 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 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.
# 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: 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).

Template: quantum-plugin-metaplugin/admin-tenant-name
Type: string
Default: admin
_Description: Auth server tenant name:

Template: quantum-plugin-metaplugin/admin-user
Type: string
Default: admin
_Description: Auth server username:

Template: quantum-plugin-metaplugin/admin-password
Type: password
_Description: Auth server password:
Source: quantum
Section: net
Priority: optional
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),
 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
 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: Quantum is a virtual network service for Openstack - 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: Quantum is a virtual network service for Openstack - (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: Quantum is a virtual network service for Openstack - (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: Quantum is a virtual network service for Openstack - 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: Quantum is a virtual network service for Openstack - 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.

Attachment: signature.asc
Description: Digital signature


Reply to: