From 7207429128d1db72fc89123c1f7a9bc72036b03a Mon Sep 17 00:00:00 2001 From: Ivan Udovichenko Date: Wed, 27 Apr 2016 23:42:24 +0300 Subject: [PATCH] [MOS 9.0] Update ceilometer package Version: 1:6.0.0-3~u14.04+mos0 Source: https://anonscm.debian.org/git/openstack/ceilometer.git Commit: f780c567705d1ee71f7706dbdb589f4f8f273077 * Fix (build-)dependencies. Change-Id: I40248f475f6713395351daafc156e82541b68e50 --- trusty/debian/ceilometer-api.templates | 25 ++++- trusty/debian/changelog | 63 +++++++++++ trusty/debian/control | 44 ++++---- trusty/debian/po/cs.po | 55 +++++++--- trusty/debian/po/da.po | 55 +++++++--- trusty/debian/po/de.po | 55 +++++++--- trusty/debian/po/es.po | 55 +++++++--- trusty/debian/po/fr.po | 55 +++++++--- trusty/debian/po/it.po | 55 +++++++--- trusty/debian/po/ja.po | 142 +++++++++++++++---------- trusty/debian/po/nl.po | 55 +++++++--- trusty/debian/po/pt.po | 55 +++++++--- trusty/debian/po/ru.po | 55 +++++++--- trusty/debian/po/sv.po | 55 +++++++--- 14 files changed, 612 insertions(+), 212 deletions(-) diff --git a/trusty/debian/ceilometer-api.templates b/trusty/debian/ceilometer-api.templates index c280254..c910461 100644 --- a/trusty/debian/ceilometer-api.templates +++ b/trusty/debian/ceilometer-api.templates @@ -16,7 +16,8 @@ _Description: Register Ceilometer in the Keystone endpoint catalog? 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. + connect using a known admin project name, admin username and password. The + admin auth token is not used anymore. Template: ceilometer/keystone-ip Type: string @@ -24,11 +25,25 @@ _Description: Keystone server IP address: Please enter the IP address of the Keystone server, so that ceilometer-api can contact Keystone to do the Ceilometer service and endpoint creation. -Template: ceilometer/keystone-auth-token +Template: ceilometer/keystone-admin-name +Type: string +Default: admin +_Description: Keystone admin name: + To register the service endpoint, this package needs to know the Admin login, + name, project name, and password to the Keystone server. + +Template: ceilometer/keystone-project-name +Type: string +Default: admin +_Description: Keystone admin project name: + To register the service endpoint, this package needs to know the Admin login, + name, project name, and password to the Keystone server. + +Template: ceilometer/keystone-admin-password Type: password -_Description: Keystone authentication token: - To configure its endpoint in Keystone, ceilometer-api needs the Keystone - authentication token. +_Description: Keystone admin password: + To register the service endpoint, this package needs to know the Admin login, + name, project name, and password to the Keystone server. Template: ceilometer/endpoint-ip Type: string diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 439b4f3..c3ca169 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,36 @@ +ceilometer (1:6.0.0-3~u14.04+mos0) mos9.0; urgency=medium + + * Source: https://anonscm.debian.org/git/openstack/ceilometer.git + Commit: f780c567705d1ee71f7706dbdb589f4f8f273077 + * Fix (build-)dependencies. + + -- Ivan Udovichenko Wed, 27 Apr 2016 17:21:29 +0300 + +ceilometer (1:6.0.0-2) UNRELEASED; urgency=medium + + * Standards-Version is 3.9.8 now (no change) + + -- Ondřej Nový Sat, 09 Apr 2016 19:21:57 +0200 + +ceilometer (1:6.0.0-1) unstable; urgency=medium + + * New upstream release. + + -- Thomas Goirand Thu, 07 Apr 2016 21:30:44 +0200 + +ceilometer (1:6.0.0~rc3-1) unstable; urgency=medium + + [ Ivan Udovichenko ] + * d/ceilometer-agent-*.init.in: Fix DAEMON_ARGS for + central, compute and ipmi agents. + + [ Thomas Goirand ] + * New upstream release. + * Uploading to unstable. + * Updated ja.po debconf translation (Closes: #816342). + + -- Thomas Goirand Tue, 05 Apr 2016 10:27:08 +0200 + ceilometer (1:6.0.0~rc1-2~u14.04+mos1) mos9.0; urgency=medium * Bump revision @@ -11,6 +44,36 @@ ceilometer (1:6.0.0~rc1-1~u14.04+mos1) mos9.0; urgency=medium -- Mikhail Ivanov Fri, 25 Mar 2016 18:01:15 +0300 +ceilometer (1:6.0.0~rc1-2) experimental; urgency=medium + + * Do not use keystone admin auth token to register the API endpoint. + + -- Thomas Goirand Tue, 29 Mar 2016 12:22:36 +0000 + +ceilometer (1:6.0.0~rc1-1) experimental; urgency=medium + + * New upstream release. + * Added git to build-depends-indep. + * Fixed (build-)depends for this release. + * Fixed unit test runner (upstream script ./setup-test-env-mongodb.sh isn't + available anymore: using one in the debian folder). + * Standards-Version: 3.9.7 (no change). + + -- Thomas Goirand Thu, 10 Mar 2016 13:17:08 +0100 + +ceilometer (1:6.0.0~b3-1) experimental; urgency=medium + + [ Ondřej Nový ] + * Fixed VCS URLs (https). + + [ Thomas Goirand ] + * New upstream release. + * Fixed (build-)depends for this release. + * Disable test: + meter.test_notifications.TestMeterProcessing.test_fallback_meter_path + + -- Thomas Goirand Fri, 04 Mar 2016 00:05:14 +0800 + ceilometer (1:6.0.0~b2-1~u14.04+mos1) mos9.0; urgency=medium * Synchronize build scripts from Debian. diff --git a/trusty/debian/control b/trusty/debian/control index fed0f42..9f42699 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -6,11 +6,11 @@ Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), dh-python, dh-systemd, - openstack-pkg-tools (>= 37~), + openstack-pkg-tools (>= 40~), po-debconf, python-all, python-pbr (>= 1.8), - python-setuptools, + python-setuptools (>= 16.0), python-sphinx (>= 1.1.2), Build-Depends-Indep: mongodb, git, @@ -19,31 +19,31 @@ Build-Depends-Indep: mongodb, python-ceilometerclient (>= 2.2.1), python-contextlib2 (>= 0.4.0), python-coverage (>= 3.6), - python-croniter, + python-croniter (>= 0.3.4), python-dateutil (>= 2.4.2), python-elasticsearch (>= 1.3.0), python-fixtures (>= 1.3.1), python-gabbi (>= 1.11.0), python-glanceclient (>= 1:2.0.0), python-gnocchiclient (>= 2.1.0), - python-hacking (>= 0.10.0), + python-hacking (>= 0.10.2), python-happybase (>= 0.5), python-httplib2 (>= 0.7.5), python-jsonpath-rw-ext (>= 0.1.9), - python-jsonschema, - python-kafka, + python-jsonschema (>= 2.0.0), + python-kafka (>= 0.9.5), python-keystoneauth1 (>= 2.1.0), python-keystoneclient (>= 1:1.6.0), python-keystonemiddleware (>= 4.0.0), - python-kombu, - python-lxml, + python-kombu (>= 3.0.25), + python-lxml (>= 2.3), python-migrate (>= 0.9.6), python-mock (>= 1.3), python-msgpack (>= 0.4.0), python-mysqldb, python-neutronclient (>= 1:2.6.0), python-novaclient (>= 2:2.29.0), - python-oslo.cache (>= 0.8.0), + python-oslo.cache (>= 1.5.0), python-oslo.concurrency (>= 3.5.0), python-oslo.config (>= 1:3.7.0), python-oslo.context (>= 0.2.0), @@ -61,35 +61,35 @@ Build-Depends-Indep: mongodb, python-oslo.vmware (>= 1.16.0), python-oslosphinx (>= 2.5.0), python-oslotest (>= 1.10.0), - python-pastedeploy, + python-os-win (>= 0.2.3), + python-pastedeploy (>= 1.5.0), python-pecan (>= 1.0.0), python-psycopg2 (>= 2.5), python-pymongo (>= 3.0.2), python-pymysql (>= 0.6.2), - python-pysnmp4, + python-pysnmp4 (>= 4.2.3), python-requests (>= 2.8.1), - python-retrying, + python-retrying (>= 1.2.3), python-six (>= 1.9.0), python-sphinxcontrib.httpdomain, python-sphinxcontrib-pecanwsme (>= 0.8), python-sqlalchemy (>= 1.0.10), python-stevedore (>= 1.5.0), python-swiftclient (>= 1:2.2.0), - python-tempest-lib (>= 0.13.0), + python-tempest-lib (>= 0.14.0), python-testscenarios (>= 0.4), python-testtools (>= 1.4.0), python-tooz (>= 1.28.0), - python-tz, - python-webob, + python-webob (>= 1.2.3), python-webtest (>= 2.0), - python-werkzeug, + python-werkzeug (>= 0.7), python-wsme (>= 0.8), python-yaml, subunit, testrepository, -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary -Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/openstack/ceilometer.git/ +Vcs-Git: https://anonscm.debian.org/git/openstack/ceilometer.git Homepage: http://wiki.openstack.org/Ceilometer Package: python-ceilometer @@ -98,7 +98,6 @@ Architecture: all Depends: libjs-jquery, python-ceilometerclient (>= 2.2.1), python-dateutil (>= 2.4.2), - python-eventlet (>= 0.17.4), python-glanceclient (>= 1:2.0.0), python-greenlet (>= 0.3.2), python-happybase (>= 0.5), @@ -108,7 +107,7 @@ Depends: libjs-jquery, python-keystoneauth1 (>= 2.1.0), python-keystoneclient (>= 1:1.6.0), python-keystonemiddleware (>= 4.0.0), - python-kombu (>= 3.0.7), + python-kombu (>= 3.0.25), python-lxml (>= 2.3), python-migrate (>= 0.9.7), python-msgpack (>= 0.4.0), @@ -143,7 +142,6 @@ Depends: libjs-jquery, python-stevedore (>= 1.5.0), python-swiftclient (>= 1:2.2.0), python-tooz (>= 1.28.0), - python-tz (>= 2013.6), python-webob (>= 1.2.3), python-werkzeug (>= 0.7), python-wsme (>= 0.8), @@ -226,7 +224,7 @@ Architecture: all Depends: adduser, ceilometer-common (= ${binary:Version}), debconf, - python-openstackclient (>= 2.0.0), + python-openstackclient (>= 2.1.0), ${misc:Depends}, ${ostack-lsb-base}, ${python:Depends}, diff --git a/trusty/debian/po/cs.po b/trusty/debian/po/cs.po index 8a686c7..eea4790 100644 --- a/trusty/debian/po/cs.po +++ b/trusty/debian/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer 2013.1.2-4\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2013-08-29 10:31+0200\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" @@ -38,9 +38,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Berte na vědomí, že musíte mít běžící server Keystone, na který se lze " "připojit pomocí ověřovacího klíče pro Keystone." @@ -61,37 +66,54 @@ msgstr "" "Zadejte IP adresu serveru Keystone, aby se mohlo ceilometer-api spojit s " "Keystone a provozovat službu Ceilometer a vytvářet koncové body." -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Autentizační klíč pro Keystone:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"Aby mohlo ceilometer-api nastavit v Keystone svůj koncový bod, potřebuje " -"autentizační klíč pro Keystone." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "IP adresa koncového bodu Ceilometer:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "Zadejte IP adresu, která se bude používat ke spojení s Ceilometer." #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -103,13 +125,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Název registrované oblasti:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -262,3 +284,10 @@ msgstr "" #| msgid "Please enter the IP address that will be used to contact Ceilometer." msgid "Please specify the password to use with the authentication server." msgstr "Zadejte IP adresu, která se bude používat ke spojení s Ceilometer." + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "Aby mohlo ceilometer-api nastavit v Keystone svůj koncový bod, potřebuje " +#~ "autentizační klíč pro Keystone." diff --git a/trusty/debian/po/da.po b/trusty/debian/po/da.po index 524d95f..112301d 100644 --- a/trusty/debian/po/da.po +++ b/trusty/debian/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2014-02-22 12:42+0000\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -37,9 +37,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Bemærk at du skal have en op og kørende Keystoneserver, som du kan forbinde " "til med Keystones godkendelsessymbol." @@ -60,38 +65,55 @@ msgstr "" "Indtast venligst IP-adressen for Keystoneserveren, så at ceilometer-api kan " "kontakte Keystone for at udføre Ceilometertjenesten og slutpunktsoprettelse." -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Godkendelsessymbol for Keystone:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"For at konfigurere dets slutpunkt i Keystone, skal ceilometer bruge " -"Keystones godkendelsessymbol." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "IP-adresse for Ceilometers slutpunkt:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "" "Indtast venligst IP-adressen som vil blive brugt til at kontakte Ceilometer." #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -103,13 +125,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Navn på regionen der skal registreres:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -262,3 +284,10 @@ msgstr "Adgangskode for godkendelsesserveren:" msgid "Please specify the password to use with the authentication server." msgstr "" "Angiv venligst adgangskoden som vil blive brugt med godkendelsesserveren." + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "For at konfigurere dets slutpunkt i Keystone, skal ceilometer bruge " +#~ "Keystones godkendelsessymbol." diff --git a/trusty/debian/po/de.po b/trusty/debian/po/de.po index ebeb055..9f056c6 100644 --- a/trusty/debian/po/de.po +++ b/trusty/debian/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer 2014.1-7\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2014-06-04 14:37+0100\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" @@ -39,9 +39,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Beachten Sie, dass Sie einen laufenden Keystone-Server benötigen, mit dem " "Sie sich unter Nutzung des Keystone-Authentifizierungs-Tokens verbinden " @@ -64,31 +69,48 @@ msgstr "" "Keystone kontaktieren kann, um den Ceilometer-Dienst und -Endpunkt zu " "erstellen" -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Keystone-Authentifizierungs-Token:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"Um seinen Keystone-Endpunkt einzurichten, benötigt Ceilometer-api das " -"Keystone-Authentifizierungs-Token." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "IP-Adresse des Ceilometer-Endpunkts:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "" "Bitte geben Sie bitte die IP-Adresse an, die für den Kontakt mit Ceilometer " @@ -96,7 +118,7 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -108,13 +130,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Name der zu registrierenden Region:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -272,3 +294,10 @@ msgid "Please specify the password to use with the authentication server." msgstr "" "Bitte geben Sie das Passwort an, das für den Authentifizierungsserver " "benutzt wird." + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "Um seinen Keystone-Endpunkt einzurichten, benötigt Ceilometer-api das " +#~ "Keystone-Authentifizierungs-Token." diff --git a/trusty/debian/po/es.po b/trusty/debian/po/es.po index 3768f48..9818baa 100644 --- a/trusty/debian/po/es.po +++ b/trusty/debian/po/es.po @@ -28,7 +28,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer 2013.1.2-4\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2013-12-08 21:29-0300\n" "Last-Translator: Matías Bellone \n" "Language-Team: Debian l10n Spanish \n" @@ -59,9 +59,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Tenga en cuenta que necesitará disponer de un servidor Keystone en ejecución " "al que conectarse utilizando el token de autenticación de Keystone." @@ -83,38 +88,55 @@ msgstr "" "pueda contactar con Keystone para realizar el servicio Ceilometer y crear el " "punto final." -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Token de autenticación de Keystone:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"Para configurar su punto final en Keystone, ceilometer-api necesita el token " -"de autenticación de Keystone." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "Dirección IP del punto final de Ceilometer:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "" "Introduzca la dirección IP que se utilizará para contactar con Ceilometer." #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -126,13 +148,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Nombre de la región a registrar:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -280,3 +302,10 @@ msgstr "" #: ../ceilometer-common.templates:9001 msgid "Please specify the password to use with the authentication server." msgstr "" + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "Para configurar su punto final en Keystone, ceilometer-api necesita el " +#~ "token de autenticación de Keystone." diff --git a/trusty/debian/po/fr.po b/trusty/debian/po/fr.po index d4db674..e0482ae 100644 --- a/trusty/debian/po/fr.po +++ b/trusty/debian/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2015-06-15 17:32+0100\n" "Last-Translator: Julien Patriarca \n" "Language-Team: FRENCH \n" @@ -39,9 +39,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Veuillez noter que vous aurez besoin d'avoir un serveur Keystone fonctionnel " "sur lequel se connecter en utilisant le jeton d'authentification Keystone." @@ -63,38 +68,55 @@ msgstr "" "Ceilometer puisse contacter Keystone pour établir le service Ceilometer et " "créer le point d'accès." -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Jeton d'authentification Keystone : " +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"Pour configurer son point d'accès dans Keystone, l’api de Ceilometer a " -"besoin du jeton d'authentification Keystone." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "Adresse IP du point d'accès Ceilometer :" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "" "Veuillez indiquer l'adresse IP qui sera utilisée pour contacter Ceilometer." #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -106,13 +128,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Nom de la région à enregistrer :" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -275,3 +297,10 @@ msgid "Please specify the password to use with the authentication server." msgstr "" "Veuillez indiquer le mot de passe à utiliser pour le serveur " "d'authentification." + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "Pour configurer son point d'accès dans Keystone, l’api de Ceilometer a " +#~ "besoin du jeton d'authentification Keystone." diff --git a/trusty/debian/po/it.po b/trusty/debian/po/it.po index cf07b28..78534af 100644 --- a/trusty/debian/po/it.po +++ b/trusty/debian/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2014-04-06 15:04+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" @@ -38,9 +38,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Notare che sarà necessario avere un server Keystone in funzione a cui " "connettersi usando il token di autenticazione Keystone." @@ -62,37 +67,54 @@ msgstr "" "possa contattare Keystone per effettuare la creazione del servizio e del " "punto terminale Ceilometer." -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Token di autenticazione Keystone:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"Per configurare il proprio punto terminale in Keystone, ceilometer-api ha " -"bisogno del token di autenticazione Keystone." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "Indirizzo IP del punto terminale Ceilometer:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "Inserire l'indirizzo IP che verrà usato per contattare Ceilometer." #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -104,13 +126,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Nome della regione da registrare:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -261,3 +283,10 @@ msgstr "Password per il server di autenticazione:" #: ../ceilometer-common.templates:9001 msgid "Please specify the password to use with the authentication server." msgstr "Inserire la password da usare con il server di autenticazione." + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "Per configurare il proprio punto terminale in Keystone, ceilometer-api ha " +#~ "bisogno del token di autenticazione Keystone." diff --git a/trusty/debian/po/ja.po b/trusty/debian/po/ja.po index 37680f2..3390699 100644 --- a/trusty/debian/po/ja.po +++ b/trusty/debian/po/ja.po @@ -3,25 +3,28 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the ceilometer package. # victory , 2013. +# Takuma Yamada , 2016. # msgid "" msgstr "" "Project-Id-Version: ceilometer\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" -"PO-Revision-Date: 2013-07-11 02:06+0900\n" -"Last-Translator: victory \n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" +"PO-Revision-Date: 2016-02-23 15:56+0900\n" +"Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Gtranslator 2.91.6\n" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 msgid "Register Ceilometer in the Keystone endpoint catalog?" -msgstr "Ceilometer を Keystone の端末リストに登録しますか?" +msgstr "Ceilometer を Keystone のエンドポイントのカタログに登録しますか?" #. Type: boolean #. Description @@ -31,19 +34,24 @@ msgid "" "accessible. This is done using \"keystone service-create\" and \"keystone " "endpoint-create\". This can be done automatically now." msgstr "" -"OpenStack のサービスごと (API ごと) に、アクセスできるようにするため登録すべ" -"きです。「keystone service-create」と「keystone endpoint-create」を使って登録" -"することができます。ここで自動的に行うことができます。" +"各 OpenStack のサービス (各 API ) がアクセスできるようにするために登録する必" +"要があります。これは「keystone service-create」と「keystone endpoint-create」" +"を使用して行われます。これは自動的に行うことができます。" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" -"Keystone 認証文字列を使って接続する先の Keystone サーバが必要なことに注意して" -"ください。" +"Keystone 認証トークンを使って接続するには、Keystone サーバの起動および実行が" +"必要になりますので注意してください。" #. Type: string #. Description @@ -58,71 +66,90 @@ msgid "" "Please enter the IP address of the Keystone server, so that ceilometer-api " "can contact Keystone to do the Ceilometer service and endpoint creation." msgstr "" -"Keystone サーバの IP アドレスを入力してください。それにより ceilometer-api " -"は Keystone と通信し、Ceilometer サービスや端末の作成ができるようになります。" +"Keystone サーバの IP アドレスを入力してください。その結果 ceilometer-api は、" +"Ceilometer サービスやエンドポイント作成を行うために Keystone へ通信することが" +"できます。" -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" -msgstr "Keystone 認証文字列:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" +msgstr "Keystone 認証トークン:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"Keystone で端末を設定するには、ceilometer-api は Keystone 認証文字列を必要と" -"します。" #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" -msgstr "Ceilometer 端末の IP アドレス:" +msgstr "Ceilometer エンドポイントの IP アドレス:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." -msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。" +msgstr "Ceilometer への通信に使用される IP アドレスを入力してください。" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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." msgstr "" -"この IP アドレスはこのサービスを利用するクライアントからアクセスできないとい" -"けないので、パブリッククラウドをインストールしている場合、これは公開 IP アド" -"レスを使うようにしてください。" +"この IP アドレスは、このサービスを利用するクライアントからアクセス可能でなけ" +"ればならないので、パブリッククラウドをインストールしている場合、これはパブ" +"リック IP アドレスでなければなりません。" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" -msgstr "登録する領域の名前:" +msgstr "登録するリージョンの名前:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " "endpoint." msgstr "" -"OpenStack は位置を示す各領域による利用可能区分の利用をサポートしています。端" -"末の登録時に利用したい区分を入力してください。" +"OpenStack は、場所を表すリージョン毎に、アベイラビリティーゾーンの使用をサ" +"ポートします。エンドポイントを登録する際に、使用するゾーンを入力してくださ" +"い。" #. Type: boolean #. Description #: ../ceilometer-common.templates:2001 msgid "Perform automatic dbsync for Ceilometer?" -msgstr "" +msgstr "Ceilometer の自動 dbsync を実行しますか?" #. Type: boolean #. Description @@ -131,6 +158,8 @@ msgid "" "Ceilometer can automatically run ceilometer-dbsync after installation. For " "it to work, you need an up and running mongodb-server." msgstr "" +"Ceilometerは、インストール後に自動的に ceilometer-dbsync を実行することができ" +"ます。それが働くためには、mongodb-server の起動および実行が必要です。" #. Type: boolean #. Description @@ -139,12 +168,14 @@ msgid "" "You can change this setting later on by running \"dpkg-reconfigure -plow " "ceilometer\"." msgstr "" +"「dpkg-reconfigure -plow ceilometer」の実行により、後でこの設定を変更すること" +"ができます。" #. Type: string #. Description #: ../ceilometer-common.templates:3001 msgid "IP address of your RabbitMQ host:" -msgstr "" +msgstr "RabiitMQ ホストの IP アドレス:" #. Type: string #. Description @@ -158,44 +189,44 @@ msgid "" "In order to interoperate with other components of OpenStack, this package " "needs to connect to a central RabbitMQ server." msgstr "" +"OpenStack のほかのコンポーネントと相互運用するためには、このパッケージは中央 " +"RabbitMQ サーバに接続する必要があります。" #. Type: string #. Description #: ../ceilometer-common.templates:3001 -#, fuzzy -#| msgid "Please enter the IP address that will be used to contact Ceilometer." msgid "Please specify the IP address of that server." -msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。" +msgstr "そのサーバーの IP アドレスを指定してください。" #. Type: string #. Description #: ../ceilometer-common.templates:4001 msgid "Username for connection to the RabbitMQ server:" -msgstr "" +msgstr "RabbitMQ サーバ接続用のユーザ名" #. Type: string #. Description #: ../ceilometer-common.templates:4001 msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" +msgstr "RabbitMQ サーバ接続に使用するユーザ名を指定してください。" #. Type: password #. Description #: ../ceilometer-common.templates:5001 msgid "Password for connection to the RabbitMQ server:" -msgstr "" +msgstr "RabbitMQ サーバ接続用のパスワード:" #. Type: password #. Description #: ../ceilometer-common.templates:5001 msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "" +msgstr "RabbitMQ サーバ接続に使用するパスワードを指定してください。" #. Type: string #. Description #: ../ceilometer-common.templates:6001 msgid "Authentication server hostname:" -msgstr "" +msgstr "認証サーバのホスト名:" #. Type: string #. Description @@ -205,6 +236,8 @@ msgid "" "Typically this is also the hostname of the OpenStack Identity Service " "(Keystone)." msgstr "" +"Ceilometer 用認証サーバのホスト名を指定してください。通常これは OpenStack " +"Identity Service (Keystone) のホスト名と同じです。" #. Type: string #. Description @@ -217,7 +250,7 @@ msgstr "" #. locataire ("tenant") #: ../ceilometer-common.templates:7001 msgid "Authentication server tenant name:" -msgstr "" +msgstr "認証サーバのテナント (tenant) 名:" #. Type: string #. Description @@ -229,35 +262,36 @@ msgstr "" #. or keep it parenthezised. Example for French: #. locataire ("tenant") #: ../ceilometer-common.templates:7001 -#, fuzzy -#| msgid "Please enter the IP address that will be used to contact Ceilometer." msgid "Please specify the authentication server tenant name." -msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。" +msgstr "認証サーバのテナント (tenant) 名を指定してください。" #. Type: string #. Description #: ../ceilometer-common.templates:8001 msgid "Authentication server username:" -msgstr "" +msgstr "認証サーバのユーザ名:" #. Type: string #. Description #: ../ceilometer-common.templates:8001 -#, fuzzy -#| msgid "Please enter the IP address that will be used to contact Ceilometer." msgid "Please specify the username to use with the authentication server." -msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。" +msgstr "認証サーバで使用するユーザ名を指定してください。" #. Type: password #. Description #: ../ceilometer-common.templates:9001 msgid "Authentication server password:" -msgstr "" +msgstr "認証サーバのパスワード:" #. Type: password #. Description #: ../ceilometer-common.templates:9001 -#, fuzzy -#| msgid "Please enter the IP address that will be used to contact Ceilometer." msgid "Please specify the password to use with the authentication server." -msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。" +msgstr "認証サーバで使用するパスワードを指定してください。" + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "Keystone でエンドポイントを設定するには、ceilometer-api は Keystone 認証" +#~ "トークンを必要とします。" diff --git a/trusty/debian/po/nl.po b/trusty/debian/po/nl.po index 85981d7..938a314 100644 --- a/trusty/debian/po/nl.po +++ b/trusty/debian/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2015-08-29 22:05+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -39,9 +39,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Merk op dat u een functionerende Keystone-server moet hebben, waarmee u " "verbinding kunt maken met behulp van het legitimatiebewijs voor Keystone." @@ -63,38 +68,55 @@ msgstr "" "api Keystone kan contacteren om de Ceilometerdienst en het toegangspunt aan " "te maken." -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Legitimatiebewijs voor Keystone:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"Om zijn toegangspunt in Keystone te kunnen aanmaken, heeft ceilometer-api " -"het legitimatiebewijs voor Keystone nodig." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "IP-adres van het toegangspunt van ceilometer:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "" "Geef op welk IP-adres gebruikt zal worden om Ceilometer te contacteren." #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -106,13 +128,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Naam van de registratieregio:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -272,3 +294,10 @@ msgstr "Wachtwoord voor de authenticatieserver:" #: ../ceilometer-common.templates:9001 msgid "Please specify the password to use with the authentication server." msgstr "Geef het wachtwoord op voor de authenticatieserver." + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "Om zijn toegangspunt in Keystone te kunnen aanmaken, heeft ceilometer-api " +#~ "het legitimatiebewijs voor Keystone nodig." diff --git a/trusty/debian/po/pt.po b/trusty/debian/po/pt.po index fbfc244..05abb04 100644 --- a/trusty/debian/po/pt.po +++ b/trusty/debian/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2013-08-21 09:50+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -37,9 +37,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Note que necessitará ter a correr um servidor Keystone ao qual ligar " "utilizando o token de autenticação do Keystone." @@ -61,31 +66,48 @@ msgstr "" "ceilometer-api contacte o Keystone para adicionar o serviço Ceilomenter e " "crie o endpoint." -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Token de autenticação do Keystone:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"Para configurar o seu endpoint no Keystone, o ceilometer-api necessita do " -"token de autenticação do Keystone." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "Endereço IP do endpoint do Ceilometer:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "" "Por favor introduza o endereço IP que será utilizado para contactar o " @@ -93,7 +115,7 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -105,13 +127,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Nome da região a registar:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -272,3 +294,10 @@ msgid "Please specify the password to use with the authentication server." msgstr "" "Por favor introduza o endereço IP que será utilizado para contactar o " "Ceilometer." + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "Para configurar o seu endpoint no Keystone, o ceilometer-api necessita do " +#~ "token de autenticação do Keystone." diff --git a/trusty/debian/po/ru.po b/trusty/debian/po/ru.po index 64524a4..c5f14aa 100644 --- a/trusty/debian/po/ru.po +++ b/trusty/debian/po/ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer 2013.2.1-3\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2014-01-26 09:22+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -39,9 +39,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Заметим, что у вас должен быть работающий сервер Keystone, к которому будет " "произведено подключение с помощью токена аутентификации Keystone." @@ -63,38 +68,55 @@ msgstr "" "подключиться к Keystone для запуска службы Ceilometer и создания конечной " "точки." -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Токен аутентификации Keystone:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"Для настройки собственной конечной точки в Keystone ceilometer-api требуется " -"токен аутентификации Keystone." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "IP-адрес конечной точки Ceilometer:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "" "Введите IP-адрес, который будет использован для подключения к Ceilometer." #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -106,13 +128,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Название области для регистрации:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -261,3 +283,10 @@ msgstr "Пароль для сервера аутентификации:" #: ../ceilometer-common.templates:9001 msgid "Please specify the password to use with the authentication server." msgstr "Введите пароль для работы с сервером аутентификации." + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "Для настройки собственной конечной точки в Keystone ceilometer-api " +#~ "требуется токен аутентификации Keystone." diff --git a/trusty/debian/po/sv.po b/trusty/debian/po/sv.po index 165e2df..72e8c2e 100644 --- a/trusty/debian/po/sv.po +++ b/trusty/debian/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer\n" "Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n" -"POT-Creation-Date: 2015-06-26 13:18+0000\n" +"POT-Creation-Date: 2016-03-29 12:22+0000\n" "PO-Revision-Date: 2013-12-30 10:28+0100\n" "Last-Translator: Martin Bagge / brother \n" "Language-Team: Swedish \n" @@ -38,9 +38,14 @@ msgstr "" #. Type: boolean #. Description #: ../ceilometer-api.templates:2001 +#, fuzzy +#| msgid "" +#| "Note that you will need to have an up and running Keystone server on " +#| "which to connect using the Keystone authentication token." msgid "" "Note that you will need to have an up and running Keystone server on which " -"to connect using the Keystone authentication token." +"to connect using a known admin project name, admin username and password. " +"The admin auth token is not used anymore." msgstr "" "Observera att du behöver ha en fungerande Keystone-server som kan anslutas " "till." @@ -61,37 +66,54 @@ msgstr "" "Ange IP-adress till Keystone-servern så att ceilometer-api kan kontakta " "Keystone för att skapa Ceilometer-tjänsten och ändpunkten." -#. Type: password +#. Type: string #. Description #: ../ceilometer-api.templates:4001 -msgid "Keystone authentication token:" +#, fuzzy +#| msgid "Keystone authentication token:" +msgid "Keystone admin name:" msgstr "Autetiseringsvärde för Keystone:" +#. Type: string +#. Description +#. Type: string +#. Description #. Type: password #. Description -#: ../ceilometer-api.templates:4001 +#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:6001 msgid "" -"To configure its endpoint in Keystone, ceilometer-api needs the Keystone " -"authentication token." +"To register the service endpoint, this package needs to know the Admin " +"login, name, project name, and password to the Keystone server." msgstr "" -"För att lägga till ändpunkt i Keystone behöver ceilometer-api ett " -"autentiseringsvärde för Keystone." #. Type: string #. Description #: ../ceilometer-api.templates:5001 +msgid "Keystone admin project name:" +msgstr "" + +#. Type: password +#. Description +#: ../ceilometer-api.templates:6001 +msgid "Keystone admin password:" +msgstr "" + +#. Type: string +#. Description +#: ../ceilometer-api.templates:7001 msgid "Ceilometer endpoint IP address:" msgstr "IP-adress för Ceilometers ändpunkt:" #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "Please enter the IP address that will be used to contact Ceilometer." msgstr "Ange den IP-adress som ska användas för att kontakta Ceilometer." #. Type: string #. Description -#: ../ceilometer-api.templates:5001 +#: ../ceilometer-api.templates:7001 msgid "" "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 " @@ -103,13 +125,13 @@ msgstr "" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "Name of the region to register:" msgstr "Regionnamn:" #. Type: string #. Description -#: ../ceilometer-api.templates:6001 +#: ../ceilometer-api.templates:8001 msgid "" "OpenStack supports using availability zones, with each region representing a " "location. Please enter the zone that you wish to use when registering the " @@ -255,3 +277,10 @@ msgstr "" #: ../ceilometer-common.templates:9001 msgid "Please specify the password to use with the authentication server." msgstr "" + +#~ msgid "" +#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone " +#~ "authentication token." +#~ msgstr "" +#~ "För att lägga till ändpunkt i Keystone behöver ceilometer-api ett " +#~ "autentiseringsvärde för Keystone." -- 2.32.3