From e98f8c72b87939a17e292f2b3a2d59fcbf81b3ef Mon Sep 17 00:00:00 2001 From: Ivan Udovichenko Date: Mon, 17 Apr 2017 14:09:26 +0300 Subject: [PATCH] [MOS 11.0][DEB] Update heat package Version: 1:8.0.0-1~u16.04+mos0 * Fix (build-)dependencies. * Add heat-docker package Change-Id: Ibe9a52bf2418931e2cc6d6a62e9ca5fa74880294 Related-PROD: https://mirantis.jira.com/browse/PROD-8505 --- xenial/debian/changelog | 848 +++++++++++------- xenial/debian/control | 213 +++-- xenial/debian/copyright | 10 +- xenial/debian/debian_control_vars | 1 - xenial/debian/gbp.conf | 9 - xenial/debian/heat-api-cfn.init.in | 3 +- xenial/debian/heat-api-cfn.install | 1 + xenial/debian/heat-api-cfn.manpages | 2 +- xenial/debian/heat-api-cfn.postrm | 4 +- xenial/debian/heat-api-cloudwatch.init.in | 3 +- xenial/debian/heat-api-cloudwatch.install | 1 + xenial/debian/heat-api-cloudwatch.logrotate | 8 - xenial/debian/heat-api-cloudwatch.manpages | 2 +- xenial/debian/heat-api-cloudwatch.postrm | 4 +- xenial/debian/heat-api.init.in | 1 + xenial/debian/heat-api.install | 1 + xenial/debian/heat-api.logrotate | 8 - xenial/debian/heat-api.manpages | 2 +- xenial/debian/heat-api.postrm | 2 +- xenial/debian/heat-common.config.in | 17 - xenial/debian/heat-common.dirs | 3 + xenial/debian/heat-common.install | 5 +- ...pi-cfn.logrotate => heat-common.logrotate} | 4 +- xenial/debian/heat-common.manpages | 4 +- xenial/debian/heat-common.postinst | 22 + xenial/debian/heat-common.postinst.in | 40 - xenial/debian/heat-common.postrm | 24 +- xenial/debian/heat-common.prerm | 17 - xenial/debian/heat-common.templates | 138 --- xenial/debian/heat-doc.doc-base | 9 - xenial/debian/heat-engine.init.in | 1 + xenial/debian/heat-engine.install | 1 + xenial/debian/heat-engine.logrotate | 8 - xenial/debian/heat-engine.manpages | 2 +- xenial/debian/heat-engine.postrm | 3 +- .../only-run-tests-in-heat.tests.patch | 16 - xenial/debian/patches/series | 2 +- xenial/debian/patches/sudoers_patch.patch | 16 + xenial/debian/po/POTFILES.in | 1 - xenial/debian/po/cs.po | 335 ------- xenial/debian/po/da.po | 318 ------- xenial/debian/po/de.po | 330 ------- xenial/debian/po/es.po | 364 -------- xenial/debian/po/fr.po | 334 ------- xenial/debian/po/it.po | 438 --------- xenial/debian/po/ja.po | 332 ------- xenial/debian/po/nl.po | 330 ------- xenial/debian/po/pt.po | 329 ------- xenial/debian/po/ru.po | 328 ------- xenial/debian/po/sv.po | 319 ------- xenial/debian/po/templates.pot | 277 ------ xenial/debian/python-heat.install | 1 + xenial/debian/rules | 75 +- xenial/debian/source/options | 1 + xenial/debian/watch | 4 +- 55 files changed, 746 insertions(+), 4825 deletions(-) delete mode 100644 xenial/debian/debian_control_vars delete mode 100644 xenial/debian/gbp.conf delete mode 100644 xenial/debian/heat-api-cloudwatch.logrotate delete mode 100644 xenial/debian/heat-api.logrotate delete mode 100644 xenial/debian/heat-common.config.in create mode 100644 xenial/debian/heat-common.dirs rename xenial/debian/{heat-api-cfn.logrotate => heat-common.logrotate} (72%) create mode 100644 xenial/debian/heat-common.postinst delete mode 100644 xenial/debian/heat-common.postinst.in delete mode 100644 xenial/debian/heat-common.prerm delete mode 100644 xenial/debian/heat-common.templates delete mode 100644 xenial/debian/heat-doc.doc-base delete mode 100644 xenial/debian/heat-engine.logrotate delete mode 100644 xenial/debian/patches/only-run-tests-in-heat.tests.patch create mode 100644 xenial/debian/patches/sudoers_patch.patch delete mode 100644 xenial/debian/po/POTFILES.in delete mode 100644 xenial/debian/po/cs.po delete mode 100644 xenial/debian/po/da.po delete mode 100644 xenial/debian/po/de.po delete mode 100644 xenial/debian/po/es.po delete mode 100644 xenial/debian/po/fr.po delete mode 100644 xenial/debian/po/it.po delete mode 100644 xenial/debian/po/ja.po delete mode 100644 xenial/debian/po/nl.po delete mode 100644 xenial/debian/po/pt.po delete mode 100644 xenial/debian/po/ru.po delete mode 100644 xenial/debian/po/sv.po delete mode 100644 xenial/debian/po/templates.pot create mode 100644 xenial/debian/source/options diff --git a/xenial/debian/changelog b/xenial/debian/changelog index e8eb05a9..e1f1071c 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,501 +1,747 @@ -heat (1:7.0.0~b2-1~u16.04+mos2) mos10.0; urgency=medium +heat (1:8.0.0-1~u16.04+mos0) mos11.0; urgency=medium - * Update dependencies + * Fix (build-)dependencies. + * Add heat-docker package. - -- Andrii Kroshchenko Thu, 18 Aug 2016 18:50:03 +0300 + -- Ivan Udovichenko Mon, 17 Apr 2017 13:54:54 +0300 -heat (1:7.0.0~b2-1~u16.04+mos1) mos10.0; urgency=medium +heat (1:8.0.0-0ubuntu1~cloud0) xenial-ocata; urgency=medium - * Source: https://anonscm.debian.org/cgit/openstack/heat.git - Commit: 4c872f30bdef01470d43b3e0f25bad0f9cd58974 - * Update dependencies + * New upstream release for the Ubuntu Cloud Archive. - -- Andrii Kroshchenko Fri, 24 Jun 2016 11:35:10 +0300 + -- Openstack Ubuntu Testing Bot Wed, 22 Feb 2017 17:09:08 +0000 -heat (1:7.0.0~b1-1) experimental; urgency=medium +heat (1:8.0.0-0ubuntu1) zesty; urgency=medium - * New upstream release. - * Fixed (build-)depends for this release. - * Added fix-requirements.txt.patch. + * New upstream release for Openstack Ocata. - -- Thomas Goirand Thu, 09 Jun 2016 10:39:57 +0200 + -- Chuck Short Wed, 22 Feb 2017 09:56:52 -0500 -heat (1:6.0.0-2) unstable; urgency=medium +heat (1:8.0.0~rc2-0ubuntu1) zesty; urgency=medium - [ Ondřej Nový ] - * Use /bin/sh as su shell in postinst script explicitly - * Standards-Version is 3.9.8 now (no change) + * New upstream milestone for Ocata. - [ Thomas Goirand ] - * Updated Portuguese translation for debconf messages (Closes: #821052). - * Updated Japanese translation for debconf messages (Closes: #820763). - * Updated Dutch translation for debconf messages (Closes: #822969). + -- Chuck Short Thu, 16 Feb 2017 07:35:10 -0500 - -- Thomas Goirand Fri, 20 May 2016 12:50:37 +0000 +heat (1:8.0.0~rc1-0ubuntu1) zesty; urgency=medium -heat (1:6.0.0-1) unstable; urgency=medium + * New uptream milestone for Ocata. + * debian/patches/fix-ceilometerclient-2.8.patch: Dropped + no longer needed. - * New upstream release. + -- Chuck Short Mon, 06 Feb 2017 09:41:12 -0500 - -- Thomas Goirand Thu, 07 Apr 2016 21:14:08 +0200 +heat (1:8.0.0~b3-0ubuntu1) zesty; urgency=medium -heat (1:6.0.0~rc3-1) unstable; urgency=medium + * New upstream release. + * d/control: Align (Build-)Depends with upstream. + * debian/patches/fix-ceilometerclient-2.8.patch: Fix unittests with python-ceilometerclient 2.8. - * New upstream release. - * Uploading to unstable. - * Updated ja.po debconf translation (Closes: 819022). - * Standards-Version: 3.9.7 (no change). + -- Chuck Short Thu, 26 Jan 2017 11:57:01 -0500 - -- Thomas Goirand Tue, 05 Apr 2016 10:55:26 +0200 +heat (1:8.0.0~b2-0ubuntu4) zesty; urgency=medium -heat (1:6.0.0~rc1-2) experimental; urgency=medium + * d/control, d/rules, d/heat.*, d/tests/heat-daemons: Revert execution of + heat API under apache2 with mod_wsgi. - * Do not use Keystone admin auth token to setup API endpoints. + -- Corey Bryant Thu, 12 Jan 2017 12:14:03 -0500 - -- Thomas Goirand Tue, 29 Mar 2016 13:17:04 +0000 - -heat (1:6.0.0~rc1-1~u14.04+mos1) mos9.0; urgency=medium +heat (1:8.0.0~b2-0ubuntu3) zesty; urgency=medium - * Source: https://anonscm.debian.org/git/openstack/heat.git - Commit: be5af7fa39de8fd3ceb2261b73b77f248afe6b36 - * d/control: Fix (build-) dependencies. + * debian/heat-api-cfn.init.in: Readd systemd daemon since it hasnt + converted over to wsgi yet. - -- Ivan Udovichenko Thu, 24 Mar 2016 11:39:34 +0200 + -- Chuck Short Mon, 09 Jan 2017 14:30:38 -0500 -heat (1:6.0.0~rc1-1) experimental; urgency=medium +heat (1:8.0.0~b2-0ubuntu2) zesty; urgency=medium - * New upstream release. - * Added git as build-depends-indep. - * Fixed (build-)depends for this release. + * d/t/heat-daemons: Fix up broken test and allow delayed start of services. - -- Thomas Goirand Tue, 22 Mar 2016 13:25:50 +0100 + -- Corey Bryant Wed, 21 Dec 2016 10:24:18 -0500 -heat (1:6.0.0~b3-1) experimental; urgency=medium +heat (1:8.0.0~b2-0ubuntu1) zesty; urgency=medium - [ Thomas Goirand ] - * New upstream release. - * Avoid option -S of dpkg-parsechangelog which is incompatible with Trusty. - * Fixed (build-)depends for this release. + [ Chuck Short ] + * d/p/remove-oslo-incubator-use-in-other-client-plugins.patch: Dropped + no longer needed. + * d/control, d/rules, d/heat.apache2, d/heat.conf: Convert API servers + to use wsgi. + + [ Corey Bryant ] + * New upstream milestone for OpenStack Ocata. + * d/control: Align (Build-)Depends with upstream. + * d/p/sudoers_patch.patch: Rebased. + + -- Corey Bryant Fri, 16 Dec 2016 14:21:24 -0500 + +heat (1:8.0.0~b1-0ubuntu2) zesty; urgency=medium - [ Ondřej Nový ] - * Fixed VCS URLs (https). + * d/p/remove-oslo-incubator-use-in-other-client-plugins.patch: Cherry-pick + from upstream master branch to fix import failures seen in ocata-proposed + tests. - -- Thomas Goirand Mon, 25 Jan 2016 16:05:12 +0000 + -- Corey Bryant Fri, 02 Dec 2016 17:24:36 -0500 -heat (1:6.0.0~b2-2~u14.04+mos1) mos9.0; urgency=medium +heat (1:8.0.0~b1-0ubuntu1) zesty; urgency=medium - * Restore heat-docker package + [ James Page ] + * d/control,rules: Switch to ostestr for unit test execution. - -- Daniil Trishkin Tue, 26 Jan 2016 19:47:07 +0300 + [ Corey Bryant ] + * New upstream version. + * d/control: Align python-webob with upstream. -heat (1:6.0.0~b2-1~u14.04+mos1) mos9.0; urgency=medium + [ Chuck Short ] + * debian/rules: Fix unit tests. - * Sources are from - https://review.fuel-infra.org/gitweb?p=openstack-build/heat-build.git;a=tree;\ - h=refs/heads/anonscm.debian.org/debian/mitaka/for-trusty;\ - hb=refs/heads/anonscm.debian.org/debian/mitaka/for-trusty - * Update runtime requirements according to global requirements of Mitaka - * Update build depends according to test requirements of the project + [ David Della Vecchia ] + * New upstream version. + * d/p/*: Rebased. + * d/control: Remove dependency python-coverage and align (build-)depends + with upstream. + * New upstream milestone for OpenStack Ocata. - -- Daniil Trishkin Fri, 22 Jan 2016 17:37:29 +0300 + -- David Della Vecchia Thu, 17 Nov 2016 09:04:05 -0500 -heat (1:6.0.0~b2-1) experimental; urgency=medium +heat (1:7.0.0-0ubuntu1) yakkety; urgency=medium + * New upstream release for Openstack Newton. + + -- Chuck Short Thu, 06 Oct 2016 10:58:45 -0400 + +heat (1:7.0.0~rc2-0ubuntu1) yakkety; urgency=medium + + * New upstream release candidate for OpenStack Newton. + + -- Corey Bryant Wed, 28 Sep 2016 13:10:49 -0400 + +heat (1:7.0.0~rc1-0ubuntu1) yakkety; urgency=medium + + [ James Page ] * New upstream release. - * Fixed (build-)depends for this release. - * Removed the patch for allowing routes 2.0. - * Also package new /usr/bin/heat-wsgi-api{,-cloudwatch,-cfn} - * Fixed debian/copyright ordering. - * Updated heat.conf generation --namespace params. + * d/p/fix-FakeHTTPClient-failures.patch: Dropped, included upstream. - -- Thomas Goirand Tue, 08 Dec 2015 14:16:00 +0100 + [ Corey Bryant ] + * New upstream release candidate for OpenStack Newton. -heat (1:5.0.0-4) unstable; urgency=medium + -- Corey Bryant Thu, 15 Sep 2016 13:05:12 -0400 - * debian/rules: - - add copying of dist-packages/heat/cloudinit/ content +heat (1:7.0.0~b3-0ubuntu2) yakkety; urgency=medium - -- Daniil Trishkin Mon, 16 Nov 2015 16:53:39 +0300 + * d/p/fix-FakeHTTPClient-failures.patch: Fixes failures hit with latest + python-novaclient. + * d/p/*: Rebased. -heat (1:5.0.0-3) unstable; urgency=medium + -- Corey Bryant Sat, 03 Sep 2016 20:44:24 -0400 - * Added q-text-as-data in depends: for heat-common. +heat (1:7.0.0~b3-0ubuntu1) yakkety; urgency=medium - -- Thomas Goirand Tue, 03 Nov 2015 11:41:56 +0000 + * New upstream milestone for OpenStack Newton. + * Align (Build-)Depends with upstream. -heat (1:5.0.0-2) unstable; urgency=medium + -- Corey Bryant Thu, 01 Sep 2016 10:08:23 -0400 - * Rebuilt with openstack-pkg-tools 37 to use Keystone API v3. +heat (1:7.0.0~b2-0ubuntu1) yakkety; urgency=medium - -- Thomas Goirand Tue, 03 Nov 2015 08:21:25 +0000 + * New upstream milestone for OpenStack Newton. + * Align (Build-)Depends with upstream. + * New upstream version. + * d/control: Add python-aodhclient to (Build-)Depends. -heat (1:5.0.0-1) unstable; urgency=medium + -- Corey Bryant Thu, 14 Jul 2016 10:24:40 -0400 - * New upstream release. - * Uploading to unstable. - * Added python-pymysql as runtime dependency. +heat (1:7.0.0~b1-0ubuntu1) yakkety; urgency=medium - -- Thomas Goirand Tue, 13 Oct 2015 15:02:21 +0200 + [ James Page ] + * New upstream version. + * d/p/*: Drop redundant patches. + * Align (Build-)Depends with upstream. -heat (1:5.0.0~rc1-1) experimental; urgency=medium + [ David Della Vecchia ] + * d/rules: Adding cwd to PYTHONPATH to faciliate updated heat.conf.sample + (LP: #1506665). - * New upstream release. - * Fixed (build-)depends for this release. - * Now heat-api depends on python-openstackclient. + [ Corey Bryant ] + * d/control: Add python-yaql to (Build-)Depends. - -- Thomas Goirand Wed, 23 Sep 2015 18:33:01 +0200 + [ David Della Vecchia ] + * New upstream milestone for OpenStack Newton. + * d/control: Align (Build-)Depends with upstream. -heat (1:5.0.0~b3-2) experimental; urgency=medium + -- David Della Vecchia Mon, 06 Jun 2016 16:03:27 -0400 - * Added nl.po. - * Fixed wrong (build-)depends on python-neutronclient: EPOCH should be 1:. +heat (1:6.0.0-0ubuntu2) yakkety; urgency=medium - -- Thomas Goirand Mon, 14 Sep 2015 11:38:40 +0200 + * d/p/engine-shutdown.patch: Cherry pick fix to ensure that heat-engine + worker processes are shutdown correctly when SIGINT is received early + in the process lifecycle (LP: #1562042). -heat (1:5.0.0~b3-1) experimental; urgency=medium + -- James Page Tue, 10 May 2016 13:19:52 +0100 - * New upstream release. - * Fixed (build-)depends for this release. - * Refreshed routes 2.0 in requirements patch. - * Deleted debian/patches/Fix_DummyResource_missing_in_provider_error.patch - applied upstream. +heat (1:6.0.0-0ubuntu1) xenial; urgency=medium - -- Thomas Goirand Mon, 07 Sep 2015 12:40:05 +0200 + * New upstream release for OpenStack Mitaka. -heat (1:5.0.0~b2-1) experimental; urgency=medium + -- Corey Bryant Thu, 07 Apr 2016 13:55:55 -0400 - * New upstream release. - * Fixed (build-)depends for this release. - * Rebased and updated patches. - * Added upstream patches: - - Fix_DummyResource_missing_in_provider_error.patch - * Removed the copy of contrib/heat_keystoneclient_v2/heat_keystoneclient_v2 - which doesn't exist anymore upstream. +heat (1:6.0.0~rc1-0ubuntu1) xenial; urgency=medium - -- Thomas Goirand Sun, 02 Aug 2015 11:22:32 +0200 + * New upstream release candidate for OpenStack Mitaka. + * d/control: Align (build-)depends with upstream. -heat (2015.1.0-4) unstable; urgency=medium + -- Corey Bryant Thu, 24 Mar 2016 08:10:20 -0400 - * Rebuilt with sqlalchemy 1.0.6. - * Refreshed patch. - * Added sqlalchemy version patch in requirements.txt. +heat (1:6.0.0~b3-0ubuntu1) xenial; urgency=medium - -- Thomas Goirand Wed, 01 Jul 2015 02:27:14 +0000 + * New upstream milestone for OpenStack Mitaka. + * d/p/use-oslo-config-fixture-for-tests.patch: Removed. Fixed upstream. + * d/control: Align (build-)depends with upstream. -heat (2015.1.0-3) unstable; urgency=medium + -- David Della Vecchia Mon, 07 Mar 2016 14:21:57 -0500 - * Replaced && by ; in debian/rules. - * Purges correctly log files on purge. - * Removes double definition of PATH= in init scripts. +heat (1:6.0.0~b2-0ubuntu2) xenial; urgency=medium - -- Thomas Goirand Wed, 03 Jun 2015 14:57:22 +0200 + * d/p/use-oslo-config-fixture-for-tests.patch: Cherry-picked from upstream + master branch to fix test failures with new oslo.config versions. -heat (2015.1.0-2) unstable; urgency=medium + -- Corey Bryant Tue, 01 Mar 2016 15:12:43 -0500 - * Added missing oslo.log namespace when generating default config. +heat (1:6.0.0~b2-0ubuntu1) xenial; urgency=medium - -- Thomas Goirand Fri, 15 May 2015 16:27:46 +0200 + * New upstream milestone for OpenStack Mitaka. + * d/control: Align (build-)depends with upstream. -heat (2015.1.0-1) unstable; urgency=medium + -- David Della Vecchia Mon, 25 Jan 2016 14:21:59 -0500 - * New upstream release. +heat (1:6.0.0~b1-0ubuntu1) xenial; urgency=medium - -- Thomas Goirand Thu, 30 Apr 2015 21:51:34 +0000 + * New upstream milestone for OpenStack Mitaka. + * d/control: Align (build-)depends with upstream. + * d/p/fixup-assert-regex.patch: Rebased. -heat (2015.1~rc2-1) unstable; urgency=medium + -- Corey Bryant Tue, 15 Dec 2015 16:08:52 -0500 - * New upstream release. - * Uploading to unstable. - * Reviewed (build-)depends for this release. - * Build the heat.conf.sample on the fly at build time. - * Refreshed allow-route-2.0.patch. - * Added Remove_gettextutils_import.patch to un-fuck the .conf gen. +heat (1:5.0.0-0ubuntu1) wily; urgency=medium - -- Thomas Goirand Wed, 24 Dec 2014 17:45:14 +0800 + * New upstream release for OpenStack Liberty. -heat (2014.2.1-2) experimental; urgency=medium + -- Corey Bryant Thu, 15 Oct 2015 12:47:16 -0400 - * Added missing python-oslo.serialization (build-)depends. +heat (1:5.0.0~rc2-0ubuntu1) wily; urgency=medium - -- Thomas Goirand Mon, 15 Dec 2014 17:12:39 +0800 + * New upstream release candidate for OpenStack Liberty. + * Don't clean heat.egg-info ensuring that non-py resources actually + get installed (LP: #1505444). -heat (2014.2.1-1) experimental; urgency=medium + -- James Page Mon, 12 Oct 2015 21:44:47 -0700 - * New upstream release. - * Depending on openstack-pkg-tools (>= 20~). +heat (1:5.0.0~rc1-0ubuntu1) wily; urgency=medium - -- Thomas Goirand Sun, 14 Dec 2014 10:33:44 +0000 + * New upstream release candidate for OpenStack Liberty. + * d/control: Align (build-)depends with upstream. + * d/watch: Update to cope with upstream rc versioning. + * d/rules: Drop removal of .eggs directory in override_dh_auto_clean. + * d/control: Bump minimum pbr version to 1.8. -heat (2014.2-2) experimental; urgency=medium + -- Corey Bryant Wed, 23 Sep 2015 14:22:51 -0400 - * Do not duplicate the [keystone_authtoken] in heat.conf. This was a leftover - from the missing [keystone_authtoken] in Icehouse. +heat (1:5.0.0~b3-0ubuntu1) wily; urgency=medium - -- Thomas Goirand Wed, 22 Oct 2014 00:38:56 +0800 + * New upstream milestone for OpenStack Liberty. + * d/control: Align (build-)depends with upstream. + * d/p/fix-dummy-resource-missing.patch: Dropped. Fixed in milestone. + * d/p/move-extensions.patch: Dropped. Fixed in milestone. -heat (2014.2-1) experimental; urgency=medium + -- Corey Bryant Tue, 08 Sep 2015 15:52:07 -0400 - * New upstream release. +heat (1:5.0.0~b2-0ubuntu2) wily; urgency=medium - -- Thomas Goirand Thu, 16 Oct 2014 14:50:02 +0000 + * d/control: Add python-pymysql to (build-)depends. + * d/p/fix-dummy-resource-missing.patch: Cherry-picked from master to fix + failing tests. + * d/p/move-extensions: Cherry-picked from master to fix failing tests. -heat (2014.2~rc3-1) experimental; urgency=medium + -- Corey Bryant Thu, 27 Aug 2015 14:45:23 -0400 - * New upstream release. - * Fixed (build-)depends for this release. - * Now using templated init script for sysv-rc, generated systemd unit and - upstart jobs, using openstack-pkg-tools >= 13. - * Mangling upstream rc and beta versions in watch file. - * Standards-Version is now 3.9.6. +heat (1:5.0.0~b2-0ubuntu1) wily; urgency=medium - -- Thomas Goirand Sun, 05 Oct 2014 14:28:41 +0800 + * New upstream milestone for OpenStack Liberty. + * d/control: Align (build-)depends with upstream. + * d/p/fix-requirements.patch: Dropped. No longer needed. + * d/p/fixup-assert-regex.patch: Rebased. + * d/rules: Remove .eggs directory in override_dh_auto_clean. -heat (2014.2~rc1-2) experimental; urgency=medium + -- Corey Bryant Wed, 19 Aug 2015 08:11:50 -0400 - * Also package /usr/bin/heat-keystone-setup-domain. - * Using the --fail-missing option when calling dh_install. +heat (1:5.0.0~b1-0ubuntu4) wily; urgency=medium - -- Thomas Goirand Thu, 02 Oct 2014 20:27:08 +0800 + * d/heat-common.install: Include missing templates directory (LP: #1431013). + * d/python-heat.install: Include missing migrate.cfg. -heat (2014.2~rc1-1) experimental; urgency=medium + -- James Page Thu, 13 Aug 2015 11:31:48 +0100 - * New upstream release. - * Updated (build-)depends for this release. - * Added log facilities for all daemons. - * Added systemd support. +heat (1:5.0.0~b1-0ubuntu2) wily; urgency=medium - -- Thomas Goirand Thu, 02 Oct 2014 19:01:13 +0800 + * No change rebuild with SQLAlchemy 1.0.6. -heat (2014.2~b3-1) experimental; urgency=medium + -- James Page Fri, 24 Jul 2015 09:26:42 +0100 - * New upstream release. - * Fixed (build-)depends for this release. - * Added a patch to allow python-routes 2.0. +heat (1:5.0.0~b1-0ubuntu1) wily; urgency=medium - -- Thomas Goirand Tue, 01 Jul 2014 00:58:38 +0800 + [ Corey Bryant ] + * New upstream milestone for OpenStack Liberty: + - d/control: Align (build-)depends with upstream. + - d/p/fix-requirements.patch: Rebased. + - d/p/sudoers_patch.patch: Rebased. -heat (2014.1.1-2) unstable; urgency=medium + [ James Page ] + * d/s/options: Ignore any removal of egg-info data during package clean. + * d/control: Drop MySQL and PostgreSQL related BD's, not required for unit + testing. - * Updated de.po thanks to Chris Leick (Closes: #751167). + -- Corey Bryant Tue, 07 Jul 2015 17:06:19 +0100 - -- Thomas Goirand Wed, 11 Jun 2014 12:31:32 +0800 +heat (2015.1.0-0ubuntu1.1) vivid; urgency=medium -heat (2014.1.1-1) unstable; urgency=medium + * debian/heat-common.install: install missing scripts (LP: #1453160): + - /usr/bin/heat-db-setup + - /usr/bin/heat-keystone-setup-domain - * New upstream release. - * Removed Dont_dynamically_create_provider_types_in_the_global_env.patch - applied upstream. - * Now (build-)depends on python-six >= 1.6.0. + -- Gauvain Pocentek Tue, 26 May 2015 11:56:08 +0100 - -- Thomas Goirand Mon, 09 Jun 2014 22:33:27 +0800 +heat (2015.1.0-0ubuntu1) vivid; urgency=medium -heat (2014.1-8) unstable; urgency=medium + * New upstream release for OpenStack Kilo. (LP: #1449744) + * d/p/fix-requirements.patch: Refreshed - * Now also packaging heat_keystoneclient_v2 in dist-packages/heat/plugins. + -- Chuck Short Sun, 03 May 2015 13:45:33 -0400 - -- Thomas Goirand Fri, 06 Jun 2014 22:56:55 +0800 +heat (2015.1~rc1-0ubuntu1) vivid; urgency=medium -heat (2014.1-7) unstable; urgency=medium + * New upstream milestone release for Openstack kilo; + - d/control: Align with upstream dependencies. - * Now build-depends on openstack-pkg-tools >= 12~. + -- Chuck Short Wed, 15 Apr 2015 13:55:31 -0400 - -- Thomas Goirand Thu, 05 Jun 2014 07:32:14 +0000 +heat (2015.1~b3-0ubuntu1) vivid; urgency=medium -heat (2014.1-6) unstable; urgency=medium + [ Corey Bryant ] + * New upstream milestone release for OpenStack kilo: + - d/control: Align with upstream dependencies. + - d/p/sudoers_patch.patch: Rebased. + - d/p/fix-requirements.patch: Rebased. - * Switched from restarting daemons to copytruncate in logrotate. + [ James Page ] + * d/p/fixup-assert-regex.patch: Tweak test to use assertRegexpMatches. - -- Thomas Goirand Thu, 29 May 2014 14:12:51 +0800 + -- James Page Mon, 30 Mar 2015 11:11:18 +0100 -heat (2014.1-5) unstable; urgency=medium +heat (2015.1~b2-0ubuntu3) vivid; urgency=medium - * Switched from restarting daemons to copytruncate for logrotate. + * d/pydist-overrides: Add overrides for oslo packages. + * d/control: Add missing BD on python-testresources. + * d/*: wrap-and-sort. - -- Thomas Goirand Thu, 29 May 2014 14:10:16 +0800 + -- James Page Thu, 19 Mar 2015 14:27:38 +0000 -heat (2014.1-4) unstable; urgency=high +heat (2015.1~b2-0ubuntu2) vivid; urgency=medium - * Refreshed fix-default-db.patch. - * CVE-2014-3801: heat: User's provider templates show up in listing of - resource types globally across tenants. Applied upstream patch: - Dont_dynamically_create_provider_types_in_the_global_env.patch - (Closes: #748824). + * d/rules: Call debhelper with --with systemd to ensure that systemd + units are enabled by default. - -- Thomas Goirand Wed, 21 May 2014 16:02:56 +0800 + -- James Page Fri, 06 Mar 2015 15:20:29 +0000 + +heat (2015.1~b2-0ubuntu1) vivid; urgency=medium + + [ James Page ] + * d/heat-common.postinst: Update to use getent for detection of existing + heat user and group (LP: #1328315). + + [ Corey Bryant ] + * New upstream release. + - d/control: Align with upstream dependencies. + - d/p/oslo-i18n-private-classes.patch: Dropped. Fixed upstream. + - d/p/remove-gettextutils-import.patch: Dropped. Fixed upstream. -heat (2014.1-3) unstable; urgency=medium + [ Chuck Short ] + * debian/rules: Use oslo-config-generator to generate configuration files. + * debian/patches/default-log-dir.patch: Dropped no longer needed. - * Now using "service X restart" to restart services in logrotate script, and - stop using dpkg-dev (Closes: #747886). + -- Chuck Short Fri, 13 Feb 2015 09:37:14 -0500 - -- Thomas Goirand Sat, 17 May 2014 01:50:30 +0800 +heat (2015.1~b1-0ubuntu4) vivid; urgency=medium -heat (2014.1-2) unstable; urgency=medium + * Rebuild to pick up pkgos upstart generation fix. + - d/control: Bump openstack-pkg-tools to ensure upstart fix inclusion. - * Updated Italian debconf translation thanks to Beatrice Torracca - (Closes: #745389). + -- Corey Bryant Wed, 14 Jan 2015 16:23:46 +0000 - -- Thomas Goirand Sat, 03 May 2014 06:41:50 +0000 +heat (2015.1~b1-0ubuntu3) vivid; urgency=medium -heat (2014.1-1) unstable; urgency=medium + [ Corey Bryant ] + * d/p/oslo-i18n-private-classes.patch: Cherry picked from master. + -- Chuck Short Mon, 12 Jan 2015 12:47:35 -0500 + +heat (2015.1~b1-0ubuntu2) vivid; urgency=medium + + [ Corey Bryant ] + * Systemd enablement: + - d/control: Add dh-systemd and openstack-pkg-tools to BD's. + - d/rules: Enable use of pkgos, tidyup generated init files. + - d/*.init.in: Cherry pick pkgos template configurations from + Debian heat package (thanks Thomas). + - d/*.upstart.*.init: Drop in preference to generated files. + * d/control,compat: Bump debhelper compat level to 9. + * d/*.logrotate,heat-common.logrotate: Move to single logrotate + configuration. + + [ James Page ] + * d/heat-engine.postinst: Drop as effectively a no-op due to commenting. + + -- Corey Bryant Thu, 08 Jan 2015 15:37:58 -0500 + +heat (2015.1~b1-0ubuntu1) vivid; urgency=medium + + [ Chuck Short ] + * Open up for vivid. + * debian/control: Update bzr branch. + * debian/control: Add python-saharaclient, + python-osprofiler, python-oslo.middleware, python-oslo.serialization. + * debian/patches/fix-reqirements.patch: Refreshed. + * debian/patches/skip-tests.patch: Updated to skip more tests. + * debian/rules: Skip integration tests. + + [ Corey Bryant ] * New upstream release. - * Uploading to unstable. - * Fixed dbsync for Icehouse (using heat-manage db_sync now). - * Fixed the connection=sqlite:///var/lib/heat/neutrondb as default in the - shipped heat.conf. - * Fixed (build-)depends for this upstream version. - * Removed now useless requirements.txt patch. - * Fixed new location of the connection directive in config file. + - d/control: Align requirements with upstream. + - d/watch: Update uversionmangle for kilo beta naming. + - d/rules: Generate heat.conf.sample and apply patch before copy. + - d/rules: Run base tests instead of integration tests. + - d/p/fix-requirements.patch: Refreshed. + - d/p/remove-gettextutils-import.patch: Cherry picked from master. + * d/control: Bumped Standards-Version to 3.9.6. - -- Thomas Goirand Mon, 07 Apr 2014 00:58:35 +0800 + -- Chuck Short Tue, 06 Jan 2015 08:55:22 -0500 -heat (2014.1~rc1-1) experimental; urgency=low +heat (2014.2-0ubuntu1) utopic; urgency=medium * New upstream release. - -- Thomas Goirand Tue, 01 Apr 2014 14:50:26 +0800 + -- Chuck Short Thu, 16 Oct 2014 14:51:49 -0400 + +heat (2014.2~rc3-0ubuntu1) utopic; urgency=medium + + * New upstream release candidate. + + -- James Page Mon, 13 Oct 2014 20:48:24 +0100 + +heat (2014.2~rc2-0ubuntu1) utopic; urgency=medium + + * New upstream release candidate: + - d/p/*: Refreshed. + * d/watch: Only match versions starting with numbers. + + -- James Page Thu, 09 Oct 2014 16:38:47 +0100 + +heat (2014.2~rc1-0ubuntu1) utopic; urgency=medium + + [ Corey Bryant ] + * New upstream release candidate: + - d/watch: Use tarballs.openstack.org for upstream releases. + - d/control: Align requirements with rc1. + - d/rules: Re-enable tests during build. + - d/p/fix-requirements.patch: Align requirements with Ubuntu. -heat (2014.1~b3-2) experimental; urgency=low + [ James Page ] + * d/rules,control: Tweak test execution to increase verbosity using + subunit. - * Using testr directly instead of run_test.sh. + -- James Page Mon, 06 Oct 2014 09:42:58 +0100 - -- Thomas Goirand Sun, 16 Mar 2014 15:19:57 +0800 +heat (2014.2~b3-0ubuntu1) utopic; urgency=medium -heat (2014.1~b3-1) experimental; urgency=low + * New upstream version. - * New upstream release (Icehouse beta 3). - * Added new (build)-depends python-heatclient (>= 0.2.3). - * Now building the sphinx doc in a heat-doc package. + -- Chuck Short Mon, 08 Sep 2014 09:40:59 -0400 - -- Thomas Goirand Mon, 17 Feb 2014 15:23:17 +0800 +heat (2014.2~b2-0ubuntu2) utopic; urgency=medium -heat (2013.2.2-2) unstable; urgency=medium + * debian/rules: Disable doc build. - * Rebuilt using openstack-pkg-tools >= 9~. + -- Chuck Short Wed, 06 Aug 2014 11:25:27 -0400 - -- Thomas Goirand Fri, 14 Feb 2014 17:43:18 +0000 +heat (2014.2~b2-0ubuntu1) utopic; urgency=medium -heat (2013.2.2-1) unstable; urgency=medium + [ Chuck Short ] + * debian/control: Add python-oslo.messaging + * debian/tests/heat-daemons: Dropped heat-enginge. + * debian/patches/fix-requirements.patch: Refreshed. + * debian/control: Add python-stevedore + * debian/control: Add python-posix-ipc. + * debian/patches/fix-requirements.patch: Remove routes 2.0 blockage. + * debian/patches/default-sqlite.patch: Refreshed. + * debian/patches/skip-tests.patch: Refreshed. + * debian/control: Add python-requests + * debian/rules: Temporarily disable testsuite. - * New upstream point release. - * Removed fix-call-to-usr-bin-coverage.patch applied upstream. + [ Gauvain Pocentek ] + * debian/patches/default-log-dir.patch: define a default log directory to + actually get logging to work (LP: #1320013). - -- Thomas Goirand Fri, 14 Feb 2014 11:47:35 +0800 + -- Chuck Short Fri, 25 Jul 2014 10:08:14 -0400 -heat (2013.2.1-3) unstable; urgency=medium +heat (2014.2~b1-0ubuntu4) utopic; urgency=medium - * Restart daemons after logrotate. - * Fix webob version in requirements.txt. - * Delete .coverage and .testrepository folders on clean. + * debian/tests/heat-daemons: Dont test heat-engine - -- Thomas Goirand Mon, 03 Feb 2014 16:14:42 +0800 + -- Chuck Short Mon, 30 Jun 2014 10:33:36 -0400 -heat (2013.2.1-2) unstable; urgency=low +heat (2014.2~b1-0ubuntu3) utopic; urgency=medium - * New debconf template translations: - - German: Martin Schauer (Closes: #734738) - - Swedish: Martin Bagge (Closes: #734619) - - Spanish: Matias A. Bellone (Closes: #732536) + * debian/heat-enginge.conf: Dont configure database. - -- Thomas Goirand Sun, 12 Jan 2014 17:14:00 +0800 + -- Chuck Short Mon, 30 Jun 2014 08:55:13 -0400 -heat (2013.2.1-1) unstable; urgency=high +heat (2014.2~b1-0ubuntu2) utopic; urgency=medium + + * debian/patches/default-sqlite.patch: Dropped. + + -- Chuck Short Tue, 17 Jun 2014 08:47:49 -0400 + +heat (2014.2~b1-0ubuntu1) utopic; urgency=medium * New upstream release. + * debian/control: Open up juno release + * debian/patches/default-sqlite.patch: Refreshed. + * debian/patches/fix-requirements.patch: Refreshed. + * debian/control: Add python-oslotest as a build-dependency. - -- Thomas Goirand Mon, 09 Dec 2013 22:01:07 +0800 + -- Chuck Short Thu, 12 Jun 2014 11:57:45 -0400 -heat (2013.2-4) unstable; urgency=medium +heat (2014.1-0ubuntu1) trusty; urgency=medium - * Updated debconf translations, with warm thanks to: - - French, Julien Patriarca (Closes: #728767). - - Russian, Yuri Kozlov (Closes: #729776). - * New debconf translation, with warm thanks to: - - Portuguese, Américo Monteiro (Closes: #729903). + [ Chuck Short ] + * New upstream release. (LP: #1299055) + * debian/heat-common.postinst: Create directory before changing + permissions. (LP: #1267557) - -- Thomas Goirand Sun, 08 Dec 2013 11:11:40 +0800 + [ Corey Bryant ] + * New upstream release (LP: #1299055). -heat (2013.2-3) unstable; urgency=low + -- Chuck Short Thu, 17 Apr 2014 07:27:41 -0400 - * Added missing depends: python-babel in the python-heat package. - * Added missing configuration files in /etc/heat (Closes: #730122). +heat (2014.1~rc2-0ubuntu3) trusty; urgency=medium - -- Thomas Goirand Fri, 22 Nov 2013 17:17:50 +0800 + * debian/heat-common.postinst: Fix failing autopkg test. -heat (2013.2-2) unstable; urgency=low + -- Chuck Short Mon, 14 Apr 2014 13:36:05 -0400 - * Added upstream patch to fix the /usr/bin/coverage call and use - "python -m coverage" instead. +heat (2014.1~rc2-0ubuntu2) trusty; urgency=medium - -- Thomas Goirand Sat, 19 Oct 2013 16:22:07 +0000 + * Fix up packaging based on Ubuntu Security Team review (LP: #1267557): + - debian/control: Drop python-sendfile since it is no longer + needed. + - debian/heat-common.install: Correct permissions of /etc/heat. + - debian/patches/sudoers_patch.patch: Change the directory location + for the sudoers so that it users the standard /etc/sudoers.d + directory. -heat (2013.2-1) unstable; urgency=low + -- Chuck Short Fri, 11 Apr 2014 15:25:44 -0400 - * New upstream release. - * Uploading to unstable. +heat (2014.1~rc2-0ubuntu1) trusty; urgency=medium + + * New upstream release candidate (LP: #1299055). + * debian/patches/fix-requirements.patch: Don't install + python-qpid since we use python-kombu by default (LP: #1296912). + + -- Chuck Short Thu, 10 Apr 2014 08:51:46 -0400 + +heat (2014.1~rc1-0ubuntu1) trusty; urgency=medium - -- Thomas Goirand Fri, 18 Oct 2013 00:13:49 +0800 + * New upstream release (LP: #1299055) + * debian/patches/use-oslo.sphinx-namespace.patch: Dropped no longer + needed. + * debian/control: Rename python-oslo.sphinx to python-oslosphinx. -heat (2013.2~rc2-1) experimental; urgency=low + -- Chuck Short Mon, 31 Mar 2014 21:36:06 -0400 +heat (2014.1~b3-0ubuntu1) trusty; urgency=medium + + [ Chuck Short ] * New upstream release. + * debian/patches/adjust-dependencies.patch: Dropped no longer needed. + * debian/control: Add python-troveclient. + * debian/rules: fail to build if testsuite fails. + * debian/patches/use-oslo.sphinx-namespace.patch: Use oslo.sphinx namespace. + + [ Adam Gandelman ] + * debian/heat-engine.install: Install /etc/heat/environment.d/*. + (LP: #1285875). - -- Thomas Goirand Tue, 08 Oct 2013 08:38:30 +0000 + -- Chuck Short Thu, 06 Mar 2014 17:18:51 -0500 -heat (2013.1.3-2) unstable; urgency=low +heat (2014.1~b2-0ubuntu1) trusty; urgency=low - * New Debconf translations: - - FR (Closes: #722422). - - IT (Closes: #721334). - - RU (Closes: #721305). + [ James Page ] + * d/p/*: Refreshed. - -- Thomas Goirand Wed, 25 Sep 2013 16:39:56 +0800 + [ Yolanda Robla ] + * debian/control: Added lockfile to build depends -heat (2013.1.3-1) unstable; urgency=low + [ Chuck Short ] + * debian/patches/adjust-dependencies: Adjust Ubuntu dependencies. + * debian/patches/skip-tests.patch: Skip failing tests on buildds. + * debian/rules: Add pythonpath for tests. - * New upstream point release. - * Added some Debconf templates translations: - - Danish, thanks to Joe Dalton (Closes: #720039). - - Japanese, thanks to victory (Closes: #720594). - - Czech, thanks to Michal Šimůnek (Closes: #721141). + -- Chuck Short Thu, 23 Jan 2014 15:28:54 -0500 - -- Thomas Goirand Fri, 30 Aug 2013 13:04:59 +0800 +heat (2014.1~b1-0ubuntu2) trusty; urgency=low -heat (2013.1.2-4) unstable; urgency=low + * debian/patches/default-sqlite.patch: Update default sqlite path to + fix heat-engine install failures. - * Added patch so that Heat can work with SQLAlchemy 0.8. Thanks to Zhang - * Lei - for working on that (Closes: #718157, #717225). + -- James Page Fri, 06 Dec 2013 11:26:25 +0000 - -- Thomas Goirand Wed, 07 Aug 2013 22:41:20 +0200 +heat (2014.1~b1-0ubuntu1) trusty; urgency=low -heat (2013.1.2-3) unstable; urgency=low + [ Chuck Short ] + * New upstream release. + * debian/control: + + Open icehouse release. + + Dropped python-argparse, python-qpid, python-noseexcover, + python-nose, and python-pycryptopp + + Add versioned depends for python-pbr. + + Add python-testscenarios as a build dependency. + * debian/patches/default-sqlite.patch: Dropped no longer needed. - * Modified templates accoding to the review from the debian-l10n-english. A - big thanks to them (Closes: #708748). + [ Yolanda Robla ] + * debian/control: Added python-heatclient as a build dependency. - -- Thomas Goirand Wed, 10 Jul 2013 22:54:09 +0800 + -- Chuck Short Thu, 05 Dec 2013 21:17:37 -0500 -heat (2013.1.2-2) unstable; urgency=low +heat (2013.2-0ubuntu1) saucy; urgency=low - * Added missing policy.json in heat-common. + * New upstream release (LP: #1236462). - -- Thomas Goirand Sun, 16 Jun 2013 21:16:19 +0800 + -- Chuck Short Thu, 17 Oct 2013 09:30:24 -0400 -heat (2013.1.2-1) unstable; urgency=low +heat (2013.2~rc2-0ubuntu1) saucy; urgency=low - * New upstream release. + * New upstream release candidate (LP: #1239156). - -- Thomas Goirand Fri, 14 Jun 2013 23:18:15 +0800 + -- James Page Sat, 12 Oct 2013 16:53:03 +0100 -heat (2013.1-5) unstable; urgency=low +heat (2013.2~rc1-0ubuntu1) saucy; urgency=low - * Added Subclass_keystone_middleware_to_set_headers.patch - * Ran wrap-and-sort. - * Also deletes /var/lib/heat on purge (Closes: #709875). + * New upstream release. + * debian/control: Dropped python-d2to1 build dependency. + + -- Chuck Short Thu, 03 Oct 2013 09:43:04 -0400 - -- Thomas Goirand Thu, 23 May 2013 23:16:57 +0800 +heat (2013.2~b3-0ubuntu1) saucy; urgency=low + + [ Chuck Short ] + * New upstream release. + * debian/control: Add python-netaddr as build-dep. + * debian/heat-common.install: Remove heat-boto and associated man-page + * debian/heat-common.install: Remove heat-cfn and associated man-page + * debian/heat-common.install: Remove heat-watch and associated man-page + * debian/patches/fix-sqlalchemy-0.8.patch: Dropped + + [ Adam Gandelman ] + * debian/patches/default-kombu.patch: Dropped. + * debian/patches/default-sqlite.patch: Refreshed. + * debian/*.install, rules: Install heat.conf.sample as common + config file in heat-common. Drop other per-package configs, they + are no longer used. + * debian/rules: Clean pbr .egg from build dir if it exists. + + -- Chuck Short Mon, 09 Sep 2013 13:10:26 -0400 + +heat (2013.2~b2.a186.g2b4b248-0ubuntu2) saucy; urgency=low + + * d/rules: Limit test execution concurrency to 1 to avoid test failures + in buildds. + + -- James Page Thu, 08 Aug 2013 15:42:32 +0100 + +heat (2013.2~b2.a186.g2b4b248-0ubuntu1) saucy; urgency=low + + [ Chuck Short ] + * debian/patches/rename-quantumclient.patch: Dropped no longer needed. + * debian/control: Add python-oslo.sphinx + + [ James Page ] + * New upstream snapshot. + * d/watch: Updated to track releases on launchpad. + * d/control: Drop BD in pep8, no longer required. + * d/control,rules: Drop use of openstack-pkg-tools, revert use of xz + compression for debs. + * d/control,*.config,*.templates,po: Drop use of debconf/dbconfig-common + to configure heat. + * d/*.upstart: Add upstart configurations for Ubuntu. + * d/p/default-kombu.patch: Switch default messaging from qpid to + kombu. + * d/p/default-sqlite.patch: Use sqlite as default database option. + * d/control: Add python-ceilometerclient to BD's. + * d/rules: Fail package build for unit test failures. + * d/*.install: Directly install configuration files to /etc/heat. + * d/control: Update VCS locations to ubuntu-server-dev branches. + * d/heat-common.{install,manpages}: Include new binaries and associated + manpages. + + -- James Page Thu, 08 Aug 2013 15:23:59 +0100 + +heat (2013.2~b2-0ubuntu4) saucy; urgency=low + + [ Chuck Short ] + * debian/rules: Enable testsuite during builds. + * debian/patches/fix-sqlalchemy-0.8.patch: Build against sqlalchemy 0.8. + * debian/patches/rename-quantumclient.patch: quantumclient -> neutronclient. + + -- Chuck Short Thu, 08 Aug 2013 01:08:42 +0000 + +heat (2013.2~b2-0ubuntu3) saucy; urgency=low + + * Resynchronize with debian, remaining changes: + - Add sqlite3 to heat-common depends to fix + an autopkgtest failure. + - Add autopkg tests. + - Pass the testsuite if it fails. + + -- Chuck Short Wed, 07 Aug 2013 10:36:33 -0400 + +heat (2013.2~b2-0ubuntu2) saucy; urgency=low + + * debian/control: Add sqlite3 to heat-common depends to fix + an autopkgtest failure. + + -- Chuck Short Tue, 06 Aug 2013 15:36:33 +0000 + +heat (2013.2~b2-0ubuntu1) saucy; urgency=low + + [ Yolanda Robla ] + * debian/tests: added autopkg tests + + [ Chuck Short ] + * New upstream release + * debian/control: + - Add python-pbr to build-depends. + - Add python-d2to to build-depends. + - Dropped python-argparse. + - Add python-six to build-depends. + - Dropped python-sendfile. + - Dropped python-nose. + - Added testrepository. + - Added python-testtools. + * debian/rules: Run testrepository instead of nosetets. + * debian/patches/removes-lxml-version-limitation-from-pip-requires.patch: Dropped + no longer needed. + * debian/patches/fix-package-version-detection-when-building-doc.patch: Dropped + no longer needed. + + -- Chuck Short Mon, 22 Jul 2013 16:22:29 -0400 heat (2013.1-4) unstable; urgency=low diff --git a/xenial/debian/control b/xenial/debian/control index f4c9411e..40acdb76 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -1,103 +1,111 @@ Source: heat Section: web Priority: optional -Maintainer: PKG OpenStack -Uploaders: Thomas Goirand , +Maintainer: MOS Linux Team +XSBC-Original-Maintainer: Ubuntu Developers +Uploaders: Loic Dachary (OuoU) , + Julien Danjou , + Thomas Goirand , + Ghe Rivero , + Mehdi Abaakouk , + David Della Vecchia , Build-Depends: debhelper (>= 9), dh-python, dh-systemd, - openstack-pkg-tools (>= 40~), - po-debconf, + openstack-pkg-tools (>= 23~), python-all, python-pbr (>= 1.8), python-setuptools, - python-sphinx, -Build-Depends-Indep: bandit (>= 0.13.2), - git, + python-sphinx (>= 1.2.1), +Build-Depends-Indep: bandit, + python-aodhclient (>= 0.7.0), python-babel (>= 2.3.4), python-barbicanclient (>= 4.0.0), python-ceilometerclient (>= 2.5.0), - python-cinderclient (>= 1:1.6.0), - python-coverage, + python-cinderclient (>= 1.6.0), + python-coverage (>= 4.0), python-croniter (>= 0.3.4), python-crypto (>= 2.6), python-cryptography (>= 1.0), python-debtcollector (>= 1.2.0), python-designateclient (>= 1.5.0), - python-eventlet (>= 0.18.4), - python-fixtures (>= 1.3.1), - python-glanceclient (>= 1:2.0.0), - python-greenlet (>= 0.3.2), - python-hacking, - python-heatclient (>= 1.1.0), - python-keystoneauth1 (>= 2.10.0), - python-keystoneclient (>= 1:2.0.0), - python-keystonemiddleware (>= 4.0.0), + python-eventlet (>= 0.18.2), + python-fixtures (>= 3.0.0), + python-gabbi (>= 1.26.1), + python-glanceclient (>= 1:2.5.0), + python-greenlet, + python-hacking (>= 0.10.0), + python-heatclient (>= 1.6.1), + python-keystoneauth1 (>= 2.18.0), + python-keystoneclient (>= 1:3.8.0), + python-keystonemiddleware (>= 4.12.0), python-kombu (>= 3.0.25), python-lxml (>= 2.3), python-magnumclient (>= 2.0.0), - python-manilaclient (>= 1.10.0), + python-manilaclient (>= 1.12.0), python-migrate (>= 0.9.6), - python-mistralclient (>= 2.0.0), + python-mistralclient (>= 1:2.0.0), python-mock (>= 2.0), - python-monascaclient (>= 1.0.30), - python-mysqldb, - python-netaddr (>= 0.7.12), - python-neutronclient (>= 1:4.2.0), - python-novaclient (>= 2:2.29.0), - python-openstackclient (>= 2.1.0), - python-os-collect-config, + python-monascaclient (>= 1.1.0), + python-mox3 (>= 0.7.0), + python-pymysql (>= 0.7.6), + python-netaddr (>= 0.7.13), + python-neutronclient (>= 1:5.1.0), + python-novaclient (>= 2:6.0.0), + python-openstackclient (>= 3.3.0), + python-openstackdocstheme (>= 1.5.0), + python-os-api-ref (>= 1.0.0), python-oslo.cache (>= 1.5.0), python-oslo.concurrency (>= 3.8.0), python-oslo.config (>= 1:3.14.0), - python-oslo.context (>= 2.6.0), - python-oslo.db (>= 4.10.0), + python-oslo.context (>= 2.9.0), + python-oslo.db (>= 4.15.0), python-oslo.i18n (>= 2.1.0), - python-oslo.log (>= 2.0.0), - python-oslo.messaging (>= 5.2.0), + python-oslo.log (>= 3.11.0), + python-oslo.messaging (>= 5.14.0), python-oslo.middleware (>= 3.0.0), - python-oslo.policy (>= 1.9.0), - python-oslo.reports (>= 1.0.0), - python-oslo.serialization (>= 2.0.0), + python-oslo.policy (>= 1.17.0), + python-oslo.reports (>= 0.6.0), + python-oslo.serialization (>= 1.10.0), python-oslo.service (>= 1.10.0), - python-oslo.utils (>= 3.16.0), - python-oslo.versionedobjects (>= 1.13.0), - python-oslosphinx (>= 2.5.0), + python-oslo.utils (>= 3.18.0), + python-oslo.versionedobjects (>= 1.17.0), + python-oslosphinx (>= 4.7.0), python-oslotest (>= 1.10.0), - python-osprofiler (>= 1.3.0), + python-osprofiler (>= 1.4.0), python-paramiko (>= 2.0), python-pastedeploy (>= 1.5.0), python-psycopg2 (>= 2.5), - python-pymysql, + python-crypto (>= 2.6), + python-pymysql (>= 0.7.6), + python-tz (>= 2013.6), python-requests (>= 2.10.0), - python-retrying (>= 1.2.3), python-routes (>= 1.12.3), - python-saharaclient (>= 0.16.0), - python-senlinclient (>= 0.3.0), + python-saharaclient (>= 1.1.0), + python-senlinclient (>= 1.1.0), python-six (>= 1.9.0), python-sqlalchemy (>= 1.0.10), - python-stevedore (>= 1.16.0), - python-swiftclient (>= 2.2.0), - python-testresources, - python-testscenarios, + python-stevedore (>= 1.17.1), + python-swiftclient (>= 1:3.2.0), + python-tempest, + python-tenacity (>= 3.2.1), + python-testrepository (>= 0.0.18), + python-testresources (>= 0.2.4), + python-testscenarios (>= 0.4), python-testtools (>= 1.4.0), python-troveclient (>= 1:2.2.0), - python-tz (>= 2013.6), - python-webob (>= 1.2.3), - python-yaml, + python-webob (>= 1.6.0), + python-yaml (>= 3.10.0), python-yaql (>= 1.1.0), python-zaqarclient (>= 1.0.0), subunit, - testrepository, -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/openstack/heat.git/ -Vcs-Git: https://anonscm.debian.org/git/openstack/heat.git -Homepage: http://wiki.openstack.org/Heat +Standards-Version: 3.9.6 +Homepage:https://github.com/openstack/heat Package: python-heat Section: python Architecture: all -Depends: python-aodhclient (>= 0.5.0), +Depends: python-aodhclient (>= 0.7.0), python-babel (>= 2.3.4), python-barbicanclient (>= 4.0.0), python-ceilometerclient (>= 2.5.0), @@ -107,62 +115,60 @@ Depends: python-aodhclient (>= 0.5.0), python-cryptography (>= 1.0), python-debtcollector (>= 1.2.0), python-designateclient (>= 1.5.0), - python-eventlet (>= 0.18.4), - python-glanceclient (>= 1:2.0.0), - python-greenlet (>= 0.3.2), - python-heatclient (>= 1.1.0), - python-keystoneauth1 (>= 2.10.0), - python-keystoneclient (>= 1:2.0.0), - python-keystonemiddleware (>= 4.0.0), + python-eventlet (>= 0.18.3), + python-fixtures (>= 3.0.0), + python-glanceclient (>= 1:2.5.0), + python-greenlet, + python-heatclient (>= 1.6.1), + python-keystoneauth1 (>= 2.18.0), + python-keystoneclient (>= 1:3.8.0), + python-keystonemiddleware (>= 4.12.0), python-lxml (>= 2.3), python-magnumclient (>= 2.0.0), - python-manilaclient (>= 1.10.0), - python-memcache, + python-manilaclient (>= 1.12.0), python-migrate (>= 0.9.6), - python-mistralclient (>= 2.0.0), - python-monascaclient (>= 1.0.30), - python-mysqldb, - python-netaddr (>= 0.7.12), - python-neutronclient (>= 1:4.2.0), - python-novaclient (>= 2:2.29.0), - python-openstackclient (>= 2.1.0), + python-mistralclient (>= 1:2.0.0), + python-monascaclient (>= 1.1.0), + python-netaddr (>= 0.7.13), + python-neutronclient (>= 1:5.1.0), + python-novaclient (>= 2:6.0.0), + python-openstackclient (>= 3.3.0), python-oslo.cache (>= 1.5.0), python-oslo.concurrency (>= 3.8.0), python-oslo.config (>= 1:3.14.0), - python-oslo.context (>= 2.6.0), - python-oslo.db (>= 4.10.0), + python-oslo.context (>= 2.9.0), + python-oslo.db (>= 4.15.0), python-oslo.i18n (>= 2.1.0), - python-oslo.log (>= 2.0.0), - python-oslo.messaging (>= 5.2.0), + python-oslo.log (>= 3.11.0), + python-oslo.messaging (>= 5.14.0), python-oslo.middleware (>= 3.0.0), - python-oslo.policy (>= 1.9.0), - python-oslo.reports (>= 1.0.0), - python-oslo.serialization (>= 2.0.0), + python-oslo.policy (>= 1.17.0), + python-oslo.reports (>= 0.6.0), + python-oslo.serialization (>= 1.10.0), python-oslo.service (>= 1.10.0), - python-oslo.utils (>= 3.16.0), - python-oslo.versionedobjects (>= 1.13.0), - python-osprofiler (>= 1.3.0), + python-oslo.utils (>= 3.18.0), + python-oslo.versionedobjects (>= 1.17.0), + python-osprofiler (>= 1.4.0), python-pastedeploy (>= 1.5.0), - python-pbr (>= 1.8), - python-psycopg2 (>= 2.5), + python-crypto (>= 2.6), python-pymysql, + python-tz (>= 2013.6), python-requests (>= 2.10.0), - python-retrying (>= 1.2.3), python-routes (>= 1.12.3), - python-saharaclient (>= 0.16.0), + python-saharaclient (>= 1.1.0), python-senlinclient (>= 0.3.0), python-six (>= 1.9.0), python-sqlalchemy (>= 1.0.10), - python-stevedore (>= 1.16.0), - python-swiftclient (>= 2.2.0), - python-troveclient (>= 1:2.2.0), - python-tz (>= 2013.6), - python-webob (>= 1.2.3), + python-stevedore (>= 1.17.1), + python-swiftclient (>= 1:3.2.0), + python-tenacity (>= 3.2.1), + python-troveclient (>= 2.2.0), + python-webob (>= 1.6.0), python-yaml, python-yaql (>= 1.1.0), python-zaqarclient (>= 1.0.0), ${misc:Depends}, - ${python:Depends}, + ${python:Depends} Description: OpenStack orchestration service - Python files Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a @@ -173,12 +179,9 @@ Description: OpenStack orchestration service - Python files Package: heat-common Architecture: all Depends: adduser, - dbconfig-common, - python-aodhclient (>= 0.5.0), python-heat (= ${binary:Version}), - q-text-as-data, ${misc:Depends}, - ${python:Depends}, + ${python:Depends} Description: OpenStack orchestration service - common files Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a @@ -192,7 +195,7 @@ Depends: adduser, heat-common (= ${binary:Version}), ${misc:Depends}, ${ostack-lsb-base}, - ${python:Depends}, + ${python:Depends} Description: OpenStack orchestration service - engine Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a @@ -207,7 +210,7 @@ Depends: adduser, heat-common (= ${binary:Version}), ${misc:Depends}, ${ostack-lsb-base}, - ${python:Depends}, + ${python:Depends} Description: OpenStack orchestration service - ReST API Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a @@ -221,7 +224,7 @@ Depends: adduser, heat-common (= ${binary:Version}), ${misc:Depends}, ${ostack-lsb-base}, - ${python:Depends}, + ${python:Depends} Description: OpenStack orchestration service - CFN API Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a @@ -235,7 +238,7 @@ Depends: adduser, heat-common (= ${binary:Version}), ${misc:Depends}, ${ostack-lsb-base}, - ${python:Depends}, + ${python:Depends} Description: OpenStack orchestration service - CloudWatch API Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a @@ -243,18 +246,6 @@ Description: OpenStack orchestration service - CloudWatch API . This package contains the CloudWatch API. -Package: heat-doc -Architecture: all -Section: doc -Depends: ${misc:Depends}, - ${sphinxdoc:Depends}, -Description: OpenStack orchestration service - Documentation - Heat is a service to orchestrate multiple composite cloud applications using - templates, through both an OpenStack-native ReST API and a - CloudFormation-compatible Query API. - . - This package contains the documentation. - Package: heat-docker Architecture: all Depends: diff --git a/xenial/debian/copyright b/xenial/debian/copyright index cc03f35a..7ed4675b 100644 --- a/xenial/debian/copyright +++ b/xenial/debian/copyright @@ -1,8 +1,12 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: heat -Upstream-Contact: OpenStack Devel Source: https://github.com/openstack/heat +Files: debian/* +Copyright: 2012, Thomas Goirand + 2017, MOS Linux Team +License: Apache-2 + Files: * Copyright: Angus Salkeld Zane Bitter @@ -26,10 +30,6 @@ Copyright: Angus Salkeld Jeremy Stanley License: Apache-2 -Files: debian/* -Copyright: (c) 2012-2016, Thomas Goirand -License: Apache-2 - License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/xenial/debian/debian_control_vars b/xenial/debian/debian_control_vars deleted file mode 100644 index d4e93e19..00000000 --- a/xenial/debian/debian_control_vars +++ /dev/null @@ -1 +0,0 @@ -ostack-lsb-base= lsb-base diff --git a/xenial/debian/gbp.conf b/xenial/debian/gbp.conf deleted file mode 100644 index 78ba5511..00000000 --- a/xenial/debian/gbp.conf +++ /dev/null @@ -1,9 +0,0 @@ -[DEFAULT] -upstream-branch = master -debian-branch = debian/newton -upstream-tag = %(version)s -compression = xz - -[buildpackage] -export-dir = ../build-area/ -#cleaner = true diff --git a/xenial/debian/heat-api-cfn.init.in b/xenial/debian/heat-api-cfn.init.in index eba53f94..38c9f035 100644 --- a/xenial/debian/heat-api-cfn.init.in +++ b/xenial/debian/heat-api-cfn.init.in @@ -12,6 +12,7 @@ # Author: Thomas Goirand # PATH should only include /usr/* if it runs after the mountnfs.sh script -DESC="Heat API CFN" +PATH=/sbin:/usr/sbin:/bin:/usr/bin +DESC="Heat API" PROJECT_NAME=heat NAME=${PROJECT_NAME}-api-cfn diff --git a/xenial/debian/heat-api-cfn.install b/xenial/debian/heat-api-cfn.install index 7b207c47..026bd8c3 100644 --- a/xenial/debian/heat-api-cfn.install +++ b/xenial/debian/heat-api-cfn.install @@ -1 +1,2 @@ usr/bin/heat-api-cfn +usr/bin/heat-wsgi-api-cfn diff --git a/xenial/debian/heat-api-cfn.manpages b/xenial/debian/heat-api-cfn.manpages index 2e0b356e..f9c7faee 100644 --- a/xenial/debian/heat-api-cfn.manpages +++ b/xenial/debian/heat-api-cfn.manpages @@ -1 +1 @@ -doc/build/man/heat-api-cfn.1 +#doc/build/man/heat-api-cfn.1 diff --git a/xenial/debian/heat-api-cfn.postrm b/xenial/debian/heat-api-cfn.postrm index 269bf6ce..af1cb591 100644 --- a/xenial/debian/heat-api-cfn.postrm +++ b/xenial/debian/heat-api-cfn.postrm @@ -3,7 +3,9 @@ set -e if [ "${1}" = "purge" ] ; then - rm -rf /var/log/heat/heat-api-cfn* + rm -f /etc/heat/heat-api-cfn.conf + [ -d /etc/heat ] && rmdir --ignore-fail-on-non-empty /etc/heat + rm -rf /var/log/heat/api-cfn* [ -d /var/log/heat ] && rmdir --ignore-fail-on-non-empty /var/log/heat fi diff --git a/xenial/debian/heat-api-cloudwatch.init.in b/xenial/debian/heat-api-cloudwatch.init.in index e6a63250..910d3149 100644 --- a/xenial/debian/heat-api-cloudwatch.init.in +++ b/xenial/debian/heat-api-cloudwatch.init.in @@ -12,6 +12,7 @@ # Author: Thomas Goirand # PATH should only include /usr/* if it runs after the mountnfs.sh script -DESC="Heat API Cloud Watch" +PATH=/sbin:/usr/sbin:/bin:/usr/bin +DESC="Heat API" PROJECT_NAME=heat NAME=${PROJECT_NAME}-api-cloudwatch diff --git a/xenial/debian/heat-api-cloudwatch.install b/xenial/debian/heat-api-cloudwatch.install index 04ac6110..cdb50d6d 100644 --- a/xenial/debian/heat-api-cloudwatch.install +++ b/xenial/debian/heat-api-cloudwatch.install @@ -1 +1,2 @@ /usr/bin/heat-api-cloudwatch +/usr/bin/heat-wsgi-api-cloudwatch diff --git a/xenial/debian/heat-api-cloudwatch.logrotate b/xenial/debian/heat-api-cloudwatch.logrotate deleted file mode 100644 index b6c15721..00000000 --- a/xenial/debian/heat-api-cloudwatch.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/heat/heat-api-cloudwatch.log { - daily - missingok - compress - delaycompress - notifempty - copytruncate -} diff --git a/xenial/debian/heat-api-cloudwatch.manpages b/xenial/debian/heat-api-cloudwatch.manpages index 6817f5f5..57978125 100644 --- a/xenial/debian/heat-api-cloudwatch.manpages +++ b/xenial/debian/heat-api-cloudwatch.manpages @@ -1 +1 @@ -doc/build/man/heat-api-cloudwatch.1 +#doc/build/man/heat-api-cloudwatch.1 diff --git a/xenial/debian/heat-api-cloudwatch.postrm b/xenial/debian/heat-api-cloudwatch.postrm index ee5078cd..e2bd0e09 100644 --- a/xenial/debian/heat-api-cloudwatch.postrm +++ b/xenial/debian/heat-api-cloudwatch.postrm @@ -3,7 +3,9 @@ set -e if [ "${1}" = "purge" ] ; then - rm -rf /var/log/heat/heat-api-cloudwatch.* + rm -f /etc/heat/heat-api-cloudwatch.conf + [ -d /etc/heat ] && rmdir --ignore-fail-on-non-empty /etc/heat + rm -rf /var/log/heat/api-cloudwatch* [ -d /var/log/heat ] && rmdir --ignore-fail-on-non-empty /var/log/heat fi diff --git a/xenial/debian/heat-api.init.in b/xenial/debian/heat-api.init.in index eda4febe..218dff0b 100644 --- a/xenial/debian/heat-api.init.in +++ b/xenial/debian/heat-api.init.in @@ -12,6 +12,7 @@ # Author: Thomas Goirand # PATH should only include /usr/* if it runs after the mountnfs.sh script +PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Heat API" PROJECT_NAME=heat NAME=${PROJECT_NAME}-api diff --git a/xenial/debian/heat-api.install b/xenial/debian/heat-api.install index 16eff75f..919e58df 100644 --- a/xenial/debian/heat-api.install +++ b/xenial/debian/heat-api.install @@ -1 +1,2 @@ usr/bin/heat-api +usr/bin/heat-wsgi-api diff --git a/xenial/debian/heat-api.logrotate b/xenial/debian/heat-api.logrotate deleted file mode 100644 index 76381611..00000000 --- a/xenial/debian/heat-api.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/heat/heat-api.log { - daily - missingok - compress - delaycompress - notifempty - copytruncate -} diff --git a/xenial/debian/heat-api.manpages b/xenial/debian/heat-api.manpages index fff3bf39..88bbc352 100644 --- a/xenial/debian/heat-api.manpages +++ b/xenial/debian/heat-api.manpages @@ -1 +1 @@ -doc/build/man/heat-api.1 +#doc/build/man/heat-api.1 diff --git a/xenial/debian/heat-api.postrm b/xenial/debian/heat-api.postrm index 81bf35d7..de9e1c4a 100644 --- a/xenial/debian/heat-api.postrm +++ b/xenial/debian/heat-api.postrm @@ -5,7 +5,7 @@ set -e if [ "${1}" = "purge" ] ; then rm -f /etc/heat/heat-api.conf [ -d /etc/heat ] && rmdir --ignore-fail-on-non-empty /etc/heat - rm -rf /var/log/heat/heat-api.* + rm -rf /var/log/heat/api.* [ -d /var/log/heat ] && rmdir --ignore-fail-on-non-empty /var/log/heat fi diff --git a/xenial/debian/heat-common.config.in b/xenial/debian/heat-common.config.in deleted file mode 100644 index 14db0b56..00000000 --- a/xenial/debian/heat-common.config.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -set -e - -. /usr/share/debconf/confmodule - -CONF=/etc/heat/heat.conf - -#PKGOS-INCLUDE# - -pkgos_var_user_group heat -pkgos_dbc_read_conf -pkg heat-common ${CONF} database connection heat $@ -pkgos_rabbit_read_conf ${CONF} oslo_messaging_rabbit heat -pkgos_read_admin_creds ${CONF} keystone_authtoken heat -pkgos_register_endpoint_config heat - -exit 0 diff --git a/xenial/debian/heat-common.dirs b/xenial/debian/heat-common.dirs new file mode 100644 index 00000000..55bf32c2 --- /dev/null +++ b/xenial/debian/heat-common.dirs @@ -0,0 +1,3 @@ +etc/heat +var/lib/heat +var/log/heat diff --git a/xenial/debian/heat-common.install b/xenial/debian/heat-common.install index c709cad2..7d01fc1d 100644 --- a/xenial/debian/heat-common.install +++ b/xenial/debian/heat-common.install @@ -2,10 +2,7 @@ /usr/bin/heat-keystone-setup /usr/bin/heat-keystone-setup-domain /usr/bin/heat-manage -/usr/bin/heat-wsgi-api -/usr/bin/heat-wsgi-api-cfn -/usr/bin/heat-wsgi-api-cloudwatch etc/heat/api-paste.ini -etc/heat/environment.d/default.yaml +etc/heat/heat.conf etc/heat etc/heat/policy.json etc/heat/templates diff --git a/xenial/debian/heat-api-cfn.logrotate b/xenial/debian/heat-common.logrotate similarity index 72% rename from xenial/debian/heat-api-cfn.logrotate rename to xenial/debian/heat-common.logrotate index 452fdeed..894a6943 100644 --- a/xenial/debian/heat-api-cfn.logrotate +++ b/xenial/debian/heat-common.logrotate @@ -1,8 +1,8 @@ -/var/log/heat/heat-api-cfn.log { +/var/log/heat/*.log { daily missingok compress delaycompress - notifempty copytruncate + notifempty } diff --git a/xenial/debian/heat-common.manpages b/xenial/debian/heat-common.manpages index dbebda97..c1b07bd5 100644 --- a/xenial/debian/heat-common.manpages +++ b/xenial/debian/heat-common.manpages @@ -1,3 +1 @@ -doc/build/man/heat-db-setup.1 -doc/build/man/heat-keystone-setup.1 -doc/build/man/heat-manage.1 +#doc/build/man/heat-keystone-setup.1 diff --git a/xenial/debian/heat-common.postinst b/xenial/debian/heat-common.postinst new file mode 100644 index 00000000..20d539d2 --- /dev/null +++ b/xenial/debian/heat-common.postinst @@ -0,0 +1,22 @@ +#!/bin/sh + +set -e + +if [ "$1" = "configure" ] ; then + if ! getent group heat > /dev/null 2>&1; then + addgroup --system heat >/dev/null + fi + if ! getent passwd heat > /dev/null 2>&1; then + adduser --system --home /var/lib/heat --ingroup heat --no-create-home \ + --shell /bin/false heat + fi + chown -R heat:adm /var/log/heat + mkdir -p /etc/heat + chmod 0750 /var/log/heat /etc/heat + mkdir -p /var/lib/heat + chown heat:heat -R /var/lib/heat /etc/heat +fi + +#DEBHELPER# + +exit 0 diff --git a/xenial/debian/heat-common.postinst.in b/xenial/debian/heat-common.postinst.in deleted file mode 100644 index 9fa2232b..00000000 --- a/xenial/debian/heat-common.postinst.in +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh - -set -e - -ETC=/etc/heat -CONF=/etc/heat/heat.conf - -#PKGOS-INCLUDE# - -if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then - . /usr/share/debconf/confmodule - . /usr/share/dbconfig-common/dpkg/postinst - - pkgos_var_user_group heat - chown heat:adm /var/log/heat - chmod 0750 /var/log/heat - mkdir -p /etc/heat - mkdir -p /var/lib/heat - chown heat:heat /var/lib/heat /etc/heat - pkgos_write_new_conf heat heat.conf - - db_get heat/configure_db - if [ "$RET" = "true" ] ; then - pkgos_dbc_postinst ${CONF} database connection heat $@ - fi - pkgos_rabbit_write_conf ${CONF} oslo_messaging_rabbit heat - pkgos_write_admin_creds ${CONF} keystone_authtoken heat - pkgos_register_endpoint_postinst heat heat orchestration "Heat Orchestration API" 8004 /v1/'%(tenant_id)s' - # This is the equivalent of db-sync: - db_get heat/configure_db - if [ "$RET" = "true" ] ; then - su heat -s /bin/sh -c "heat-manage db_sync" - fi - - chown -R heat:adm /var/log/heat - chmod 0750 /var/log/heat - db_stop -fi - -#DEBHELPER# diff --git a/xenial/debian/heat-common.postrm b/xenial/debian/heat-common.postrm index ec565ed1..f90e6ae1 100644 --- a/xenial/debian/heat-common.postrm +++ b/xenial/debian/heat-common.postrm @@ -3,29 +3,11 @@ set -e if [ "${1}" = "purge" ] ; then - if [ -r /usr/share/debconf/confmodule ] ; then - . /usr/share/debconf/confmodule - db_get heat/configure_db || true - if [ "$RET" = "true" ] ; then - if [ -f /usr/share/dbconfig-common/dpkg/postrm ] ; then - . /usr/share/dbconfig-common/dpkg/postrm - dbc_go heat-common $@ - else - rm -f /etc/dbconfig-common/heat-common.conf - if which ucf >/dev/null 2>&1; then - ucf --purge /etc/dbconfig-common/heat-common.conf - ucfr --purge heat-common /etc/dbconfig-common/heat-common.conf - fi - fi - fi - fi - + [ -d /etc/heat ] && rmdir --ignore-fail-on-non-empty /etc/heat + rm -rf /var/log/heat/engine* + [ -d /var/log/heat ] && rmdir --ignore-fail-on-non-empty /var/log/heat [ -d /var/lib/heat/cache ] && rmdir --ignore-fail-on-non-empty /var/lib/heat/cache [ -d /var/lib/heat ] && rmdir --ignore-fail-on-non-empty /var/lib/heat - - rm -f /etc/heat/heat.conf - [ -d /etc/heat ] && rmdir --ignore-fail-on-non-empty /etc/heat - rm -rf /var/log/heat fi #DEBHELPER# diff --git a/xenial/debian/heat-common.prerm b/xenial/debian/heat-common.prerm deleted file mode 100644 index aa8dea4d..00000000 --- a/xenial/debian/heat-common.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -set -e - -. /usr/share/debconf/confmodule - -db_get heat/configure_db -if [ "$RET" = "true" ]; then - if [ -r /usr/share/dbconfig-common/dpkg/prerm ] ; then - . /usr/share/dbconfig-common/dpkg/prerm - dbc_go heat-common $@ - fi -fi - -#DEBHELPER# - -exit 0 diff --git a/xenial/debian/heat-common.templates b/xenial/debian/heat-common.templates deleted file mode 100644 index 9c0746f4..00000000 --- a/xenial/debian/heat-common.templates +++ /dev/null @@ -1,138 +0,0 @@ -# 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: heat/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: heat/admin-tenant-name -Type: string -Default: admin -# 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: Authentication server tenant name: - Please specify the authentication server tenant name. - -Template: heat/admin-user -Type: string -Default: admin -_Description: Authentication server username: - Please specify the username to use with the authentication server. - -Template: heat/admin-password -Type: password -_Description: Authentication server password: - Please specify the password to use with the authentication server. - -Template: heat/register-endpoint -Type: boolean -Default: false -_Description: Register Heat 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 a known admin project name, admin username and password. The - admin auth token is not used anymore. - -Template: heat/keystone-ip -Type: string -_Description: Keystone server IP address: - Please enter the IP address of the Keystone server, so that heat-api can - contact Keystone to do the Heat service and endpoint creation. - -Template: heat/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: heat/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: heat/keystone-admin-password -Type: password -_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: heat/endpoint-ip -Type: string -_Description: Heat endpoint IP address: - Please enter the IP address that will be used to contact Heat. - . - 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: heat/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. - -Template: heat/configure_db -Type: boolean -Default: false -_Description: Set up a database for heat-common? - No database has been set up for heat-common 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 host name (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 - heat-common". - -Template: heat/rabbit_host -Type: string -Default: localhost -_Description: IP address of your RabbitMQ host: - In order to interoperate with other components of OpenStack, this package - needs to connect to a central RabbitMQ server. - . - Please specify the IP address of that server. - -Template: heat/rabbit_userid -Type: string -Default: guest -_Description: Username for connection to the RabbitMQ server: - In order to interoperate with other components of OpenStack, this package - needs to connect to a central RabbitMQ server. - . - Please specify the username used to connect to the RabbitMQ server. - -Template: heat/rabbit_password -Type: password -_Description: Password for connection to the RabbitMQ server: - In order to interoperate with other components of OpenStack, this package - needs to connect to a central RabbitMQ server. - . - Please specify the password used to connect to the RabbitMQ server. diff --git a/xenial/debian/heat-doc.doc-base b/xenial/debian/heat-doc.doc-base deleted file mode 100644 index 014b2067..00000000 --- a/xenial/debian/heat-doc.doc-base +++ /dev/null @@ -1,9 +0,0 @@ -Document: heat-doc -Title: Heat Documentation -Author: OpenStack -Abstract: Sphinx documentation for Heat -Section: Network/File Transfer - -Format: HTML -Index: /usr/share/doc/heat-doc/html/index.html -Files: /usr/share/doc/heat-doc/html/* diff --git a/xenial/debian/heat-engine.init.in b/xenial/debian/heat-engine.init.in index e398e92b..32b2dbd0 100644 --- a/xenial/debian/heat-engine.init.in +++ b/xenial/debian/heat-engine.init.in @@ -12,6 +12,7 @@ # Author: Thomas Goirand # PATH should only include /usr/* if it runs after the mountnfs.sh script +PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Heat Engine" PROJECT_NAME=heat NAME=${PROJECT_NAME}-engine diff --git a/xenial/debian/heat-engine.install b/xenial/debian/heat-engine.install index 20db4659..10cd340b 100644 --- a/xenial/debian/heat-engine.install +++ b/xenial/debian/heat-engine.install @@ -1 +1,2 @@ +etc/heat/environment.d usr/bin/heat-engine diff --git a/xenial/debian/heat-engine.logrotate b/xenial/debian/heat-engine.logrotate deleted file mode 100644 index ab9a9350..00000000 --- a/xenial/debian/heat-engine.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/heat/heat-engine.log { - daily - missingok - compress - delaycompress - notifempty - copytruncate -} diff --git a/xenial/debian/heat-engine.manpages b/xenial/debian/heat-engine.manpages index 80485a1f..8ecbb12b 100644 --- a/xenial/debian/heat-engine.manpages +++ b/xenial/debian/heat-engine.manpages @@ -1 +1 @@ -doc/build/man/heat-engine.1 +#doc/build/man/heat-engine.1 diff --git a/xenial/debian/heat-engine.postrm b/xenial/debian/heat-engine.postrm index f14f6df3..a4fe1e41 100644 --- a/xenial/debian/heat-engine.postrm +++ b/xenial/debian/heat-engine.postrm @@ -3,8 +3,9 @@ set -e if [ "${1}" = "purge" ] ; then + rm -f /etc/heat/heat-engine.conf [ -d /etc/heat ] && rmdir --ignore-fail-on-non-empty /etc/heat - rm -rf /var/log/heat/heat-engine.* + rm -rf /var/log/heat/engine* [ -d /var/log/heat ] && rmdir --ignore-fail-on-non-empty /var/log/heat fi diff --git a/xenial/debian/patches/only-run-tests-in-heat.tests.patch b/xenial/debian/patches/only-run-tests-in-heat.tests.patch deleted file mode 100644 index 9293b815..00000000 --- a/xenial/debian/patches/only-run-tests-in-heat.tests.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Only run tests within heat/tests -Author: Thomas Goirand -Forwarded: no -Last-Update: 2015-04-16 - ---- heat-2015.1~rc1.orig/.testr.conf -+++ heat-2015.1~rc1/.testr.conf -@@ -2,7 +2,7 @@ - test_command= - PYTHON=$(echo ${PYTHON:-python} | sed 's/--source heat//g') - START_AT=${TESTR_START_DIR:-.} -- ${PYTHON} -m subunit.run discover -s $START_AT -t . $LISTOPT $IDOPTION -+ ${PYTHON} -m subunit.run discover -s $START_AT -t . ./heat/tests $IDOPTION - if [ "$START_AT" = "." ]; then for plugin in $START_AT/contrib/*; do ${PYTHON} -m subunit.run discover -s $plugin $LISTOPT $IDOPTION; done; fi - test_id_option=--load-list $IDFILE - test_list_option=--list diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series index 5f60075e..e280fc13 100644 --- a/xenial/debian/patches/series +++ b/xenial/debian/patches/series @@ -1 +1 @@ -only-run-tests-in-heat.tests.patch +sudoers_patch.patch diff --git a/xenial/debian/patches/sudoers_patch.patch b/xenial/debian/patches/sudoers_patch.patch new file mode 100644 index 00000000..a173119a --- /dev/null +++ b/xenial/debian/patches/sudoers_patch.patch @@ -0,0 +1,16 @@ +Description: Change sudoers directory to be sudoers.d +Author: Chuck Short +Forwarded: Not needed. +--- a/heat/engine/clients/os/nova.py ++++ b/heat/engine/clients/os/nova.py +@@ -344,8 +344,8 @@ + # + # See bug https://bugs.launchpad.net/heat/+bug/1257410 + boothook_custom_user = r"""useradd -m %s +-echo -e '%s\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers +-""" % (instance_user, instance_user) ++echo -e '%s\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers.d/heat-instance-%s ++""" % (instance_user, instance_user, instance_user) + else: + config_custom_user = '' + boothook_custom_user = '' diff --git a/xenial/debian/po/POTFILES.in b/xenial/debian/po/POTFILES.in deleted file mode 100644 index dbbae60c..00000000 --- a/xenial/debian/po/POTFILES.in +++ /dev/null @@ -1 +0,0 @@ -[type: gettext/rfc822deb] heat-common.templates diff --git a/xenial/debian/po/cs.po b/xenial/debian/po/cs.po deleted file mode 100644 index 2efbf170..00000000 --- a/xenial/debian/po/cs.po +++ /dev/null @@ -1,335 +0,0 @@ -# Czech PO debconf template translation of heat. -# Copyright (C) 2013 Michal Simunek -# This file is distributed under the same license as the nova package. -# Michal Simunek , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: heat 2013.1.2-4\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2013-08-28 13:31+0200\n" -"Last-Translator: Michal Simunek \n" -"Language-Team: Czech \n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Název hostitele autentizačního serveru:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Zadejte prosím Název hostitele autentizačního serveru. Většinou je to také " -"název hostitele OpenStack Identity Service (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Název nájemce pro autentizační server:" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "Zadejte prosím název nájemce pro autentizační server." - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Uživatel autentizačního serveru:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "" -"Zadejte prosím uživatelské jméno, které se má použít na autentizačním " -"serveru." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Heslo autentizačního serveru:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "Zadejte prosím heslo, které se má použít na autentizačním serveru" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Zaregistrovat Heat v katalogu koncových bodů Keystone?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Aby byla každá služba Openstack (každé API) přístupná, musí být " -"zaregistrována. To se provádí pomocí příkazů \"keystone service-create\" a " -"\"keystone endpoint-create\". Zvolte si, zda-li se tyto příkazy mají nyní " -"spustit." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#, 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 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." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "IP adresa serveru keystone:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Zadejte IP adresu serveru Keystone, aby se mohlo heat-api spojit s Keystone " -"a provozovat službu Heat a vytvářet koncové body." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#, fuzzy -#| msgid "Keystone authentication token:" -msgid "Keystone admin name:" -msgstr "Autentizační klíč pro Keystone:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "IP adresa koncového bodu Heat:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "Zadejte IP adresu, která se bude používat ke spojení s Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" -"Tato IP adresa musí být přístupná z klientů, kteří budou tuto službu " -"používat, takže pokud instalujete veřejný cloud, musí to být veřejná IP " -"adresa." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Název registrované oblasti:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 lze využívat pomocí oblastí dostupnosti, přičemž každá oblast " -"představuje místo. Zadejte prosím oblast, kterou chcete použít při " -"registraci koncového bodu." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "Nastavit databázi pro heat-common?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"Nebyla nastavena žádná databáze k použití s heat-common. Chcete-li ji nyní " -"nastavit, ujistěte se prosím, že máte všechny potřebné údaje:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * typ databáze, kterou chcete používat;\n" -" * název hostitele databázového serveru (který musí přijímat TCP\n" -" spojení z tohoto počítače);\n" -" * uživatelské jméno a heslo pro přístup k databázi." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Pokud některou z těchto povinných voleb neznáte, tuto volbu přeskočte a Heat " -"spouštějte s běžnou podporou sqlite." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"Toto nastavení můžete později změnit spuštěním \"dpkg-reconfigure -plow heat-" -"common\"." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -#, fuzzy -#| msgid "Please specify the password to use with the authentication server." -msgid "Please specify the IP address of that server." -msgstr "Zadejte prosím heslo, které se má použít na autentizačním serveru" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -#, fuzzy -#| msgid "Please specify the username to use with the authentication server." -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" -"Zadejte prosím uživatelské jméno, které se má použít na autentizačním " -"serveru." - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -#, fuzzy -#| msgid "Please specify the password to use with the authentication server." -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "Zadejte prosím heslo, které se má použít na autentizačním serveru" - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "Aby mohlo heat-api nastavit v Keystone svůj koncový bod, potřebuje " -#~ "autentizační klíč pro Keystone." - -#~ msgid "Auth server hostname:" -#~ msgstr "Název hostitele autentizačního serveru:" - -#~ msgid "" -#~ "Please specify the hostname of your authentication server. Typically this " -#~ "is also the hostname of your OpenStack Identity Service (Keystone)." -#~ msgstr "" -#~ "Zadejte prosím Název hostitele autentizačního serveru. Většinou je to " -#~ "také název hostitele OpenStack Identity Service (Keystone)." diff --git a/xenial/debian/po/da.po b/xenial/debian/po/da.po deleted file mode 100644 index 67ab4d48..00000000 --- a/xenial/debian/po/da.po +++ /dev/null @@ -1,318 +0,0 @@ -# Danish translation heat. -# Copyright (C) 2014 heat og nedenstående oversættere. -# This file is distributed under the same license as the heat package. -# Joe Hansen , 2013, 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: heat\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2014-02-22 23:51+0200\n" -"Last-Translator: Joe Hansen \n" -"Language-Team: Danish \n" -"Language: da\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Værtsnavn for godkendelsesserveren:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Angiv venligst værtsnavnet for godkendelseserveren. Typisk er dette også " -"værtsnavnet for OpenStack Identity Service (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Lejernavn (tenant) for godkendelsesserver:" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "Angiv venligst lejernavn (tenant) for godkendelsesserveren." - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Brugernavn for godkendelsesserveren:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "Angiv venligst brugernavnet for brug med godkendelsesserveren." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Adgangskode for godkendelsesserver:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "Angiv venligst adgangskoden for brug med godkendelsesserveren." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Registrer Heat i Keystones slutpunktskatalog?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Hver OpenStack-tjeneste (hver API) skal registreres for at være tilgængelig. " -"Dette gøres med »keystone service-create« og »keystone endpoint-create«. " -"Dette kan nu gøres automatisk." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#, 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 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 skal forbinde " -"til med Keystones godkendelsessymbol." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "IP-adresse for Keystoneserver:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Indtast venligst IP-adressen for Keystoneserveren, så at heat-api kan " -"kontakte Keystone for at udføre Heattjenesten og slutpunktsoprettelse." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#, fuzzy -#| msgid "Keystone authentication token:" -msgid "Keystone admin name:" -msgstr "Godkendelsessymbol for Keystone:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "IP-adresse for Heats slutpunkt:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "Indtast venligst IP-adressen som vil blive brugt til at kontakte Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" -"Denne IP-adresse skal være tilgængelig fra klienterne, som vil bruge denne " -"tjeneste, så hvis du installerer en offentlig sky, skal dette være en " -"offentlig IP-adresse." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Navn på regionen der skal registreres:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 understøtter brug af tilgængelighedszoner, hvor hver region " -"repræsenterer et sted. Indtast venligst zonen du ønsker at bruge, når " -"slutpunktet registreres." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "Opsæt en database for heat-common?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"Ingen database er blevet opsat for heat-common. Før du fortsætter, skal du " -"sikre dig, at du har den følgende information:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * databasetypen du ønsker at bruge\n" -" * værtsnavnet for databaseserveren (den server som skal tillade TCP-\n" -" forbindelser fra denne maskine)\n" -" * et brugernavn og adgangskode for at tilgå databasen" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Hvis nogle af disse krav mangler, så skal du ikke vælge denne indstilling, " -"men køre med normal SQLite-understøttelse." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"Du kan ændre indstillingen senere ved at køre »dpkg-reconfigure -plow heat-" -"common«." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "IP-adresse for din RabbitMQ-vært:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" -"Denne pakke kræver at forbinde med en central RabbitMQ-server, for at " -"fungere med andre komponenter i OpenStack." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "Angiv venligst IP-adressen for den server." - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "Brugernavn for forbindelsen til RabbitMQ-serveren:" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" -"Angiv venligst brugernavnet brugt til at forbinde med RabbitMQ-serveren." - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "Adgangskode for forbindelsen til RabbitMQ-serveren:" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "" -"Angiv venligst adgangskoden brugt til at forbinde med RAbbitMQ-serveren." - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "For at konfigurere dets slutpunkt i Keystone, kræver heat-api Keystones " -#~ "godkendelsessymbol." diff --git a/xenial/debian/po/de.po b/xenial/debian/po/de.po deleted file mode 100644 index 5f042a8b..00000000 --- a/xenial/debian/po/de.po +++ /dev/null @@ -1,330 +0,0 @@ -# German translation of heat debconf templates -# This file is distributed under the same license as the heat package. -# Copyright: Martin Eberhard Schauer , 2013. -# Chris Leick , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: heat 2014.1-6\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2014-06-05 18:52+0100\n" -"Last-Translator: Chris Leick \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Name des Authentifizierungsservers:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Geben Sie bitte den Namen des Authentifizierungsservers an. Normalerweise " -"ist das auch der Name des OpenStack-Identitätsdienstes (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Tenant-Name des Authentifizierungsservers:" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "Bitte geben Sie den Tenant-Namen des Authentifizierungsservers an." - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Benutzername des Authentifizierungsservers:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "" -"Bitte geben Sie den Benutzernamen an, der für den Authentifizierungsserver " -"benutzt wird." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Passwort des Authentifizierungsservers:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -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." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Heat im Keystone-Endpunktkatalog registrieren?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Jeder OpenStack-Dienst (jedes API) sollte registriert werden, damit darauf " -"zugegriffen werden kann. Dies wird mittels »keystone service-create« und " -"»keystone endpoint-create« erreicht und kann nun automatisch erledigt werden." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#, 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 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 " -"können." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "IP-Adresse des Keystone-Servers:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Geben Sie bitte die IP-Adresse des Keystone-Servers an, damit Heat-api " -"Keystone kontaktieren kann, um den Heat-Dienst und -Endpunkt zu erstellen." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#, fuzzy -#| msgid "Keystone authentication token:" -msgid "Keystone admin name:" -msgstr "Keystone-Authentifizierungs-Token:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "IP-Adresse des Heat-Endpunkts:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "" -"Geben Sie bitte die IP-Adresse an, die für den Kontakt mit Heat genutzt wird." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" -"Diese IP-Adresse sollte von den Clients erreichbar sein, die diesen Dienst " -"nutzen. Falls Sie eine öffentliche Cloud installieren, sollte dies eine " -"öffentliche IP-Adresse sein." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Name der zu registrierenden Region:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 unterstützt die Verwendung von Verfügbarkeitszonen, in denen jede " -"Region einen Ort darstellt. Geben Sie bitte die Zone an, die Sie bei der " -"Registrierung des Endpunkts verwenden wollen." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "Datenbank für Heat-common einrichten?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"Es wurde keine Datenbank für die Nutzung durch Heat-common eingerichtet. " -"Bevor Sie fortfahren, sollten Sie sicherstellen, dass Sie über die folgenden " -"Informationen verfügen:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * den Typ der Datenbank, die Sie nutzen wollen;\n" -" * den Namen des Rechners, auf dem der Datenbankserver läuft (der\n" -" Datenbankserver muss TCP-Verbindungen von dieser Maschine zulassen);\n" -" * einen Benutzernamen und ein Passwort für den Zugriff auf die Datenbank." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Wenn ein Teil dieser Voraussetzungen nicht erfüllt ist, wählen Sie diese " -"Option nicht und lassen Sie das Programm mit der normalen Unterstützung für " -"SQLite laufen." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"Sie können diese Einstellung nachträglich mit dem Befehl »dpkg-reconfigure -" -"plow heat-common« ändern." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "IP-Adresse Ihres RabbitMQ-Rechners:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" -"Um mit weiteren Bestandteilen von OpenStack zusammenzuarbeiten, muss sich " -"dieses Paket mit einem zentralen RabbitMQ-Server verbinden." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "Geben Sie bitte die IP-Adresse dieses Servers an." - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "Benutzername für die Verbindung mit dem RabbitMQ-Server:" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" -"Bitte geben Sie den Benutzernamen ein, den Sie zum Verbinden mit dem " -"RabbitMQ-Server verwenden." - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "Passwort für die Verbindung mit dem RabbitMQ-Server:" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "" -"Bitte geben Sie das Passwort ein, das Sie zum Verbinden mit dem RabbitMQ-" -"Server verwenden." - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "Um seinen Keystone-Endpunkt einzurichten, benötigt Heat-api das Keystone-" -#~ "Authentifizierungs-Token." diff --git a/xenial/debian/po/es.po b/xenial/debian/po/es.po deleted file mode 100644 index 2265de19..00000000 --- a/xenial/debian/po/es.po +++ /dev/null @@ -1,364 +0,0 @@ -# heat po-debconf translation to Spanish. -# Copyright (C) 2013 Software in the Public Interest -# This file is distributed under the same license as the heat package. -# -# Changes: -# - Initial translation -# Matías Bellone , 2013. -# -# Traductores, si no conocen el formato PO, merece la pena leer la -# documentación de gettext, especialmente las secciones dedicadas a este -# formato, por ejemplo ejecutando: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# -# Equipo de traducción al español, por favor lean antes de traducir -# los siguientes documentos: -# -# - El proyecto de traducción de Debian al español -# http://www.debian.org/intl/spanish/ -# especialmente las notas y normas de traducción en -# http://www.debian.org/intl/spanish/notas -# -# - La guía de traducción de po's de debconf: -# /usr/share/doc/po-debconf/README-trans -# o http://www.debian.org/intl/l10n/po-debconf/README-trans -msgid "" -msgstr "" -"Project-Id-Version: heat\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2013-12-08 21:30-0300\n" -"Last-Translator: Matías Bellone \n" -"Language-Team: Debian Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Nombre del equipo del servidor de autenticación:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Indique el nombre del equipo de su servidor de autenticación. Suele ser el " -"nombre del equipo del Servicio de Identidad de OpenStack (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Nombre del inquilino («tenant») del servidor de autenticación:" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "" -"Indique el nombre del inquilino («tenant») del servidor de autenticación." - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Nombre de usuario del servidor de autenticación:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "" -"Indique el nombre de usuario para usar con el servidor de autenticación." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Contraseña del servidor de autenticación:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "Indique la contraseña para usar con el servidor de autenticación." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "¿Desea registrar Heat en el catálogo de puntos finales de Keystone?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Debe registrar cada uno de los servicios OpenStack (cada API) para que sean " -"accesibles. Esto se lleva a cabo mediante las órdenes «keystone service-" -"create» y «keystone endpoint-create». Puede hacerlo ahora automáticamente." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#, 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 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." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "Dirección IP del servidor Keystone:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Introduzca la dirección IP del servidor Keystone para que heat-api pueda " -"contactar con Keystone para realizar el servicio Heat y crear el punto final." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#, 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 -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "Dirección IP del punto final de Heat:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "Introduzca la dirección IP que se utilizará para contactar con Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" -"Esta dirección IP debe ser accesible desde los clientes que usarán este " -"servicio, por lo que si está instalando una nube pública, debería ser una " -"dirección IP pública." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Nombre de la región a registrar:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 puede utilizarse con zonas de disponibilidad, donde cada región " -"representa una ubicación. Introduzca la zona que desea utilizar cuando " -"registre el punto final." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -#, fuzzy -#| msgid "Set up a database for heat-engine?" -msgid "Set up a database for heat-common?" -msgstr "¿Desea configurar una base de datos para heat-engine?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -#, fuzzy -#| msgid "" -#| "No database has been set up for heat-engine to use. Before continuing, " -#| "you should make sure you have the following information:" -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"No se ha configurado ninguna base de datos para heat-engine. Antes de " -"continuar debe asegurarse de que dispone de los siguientes datos:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * el tipo de base de datos que quiere utilizar;\n" -" * el nombre del equipo del servidor de la base de datos (el servidor debe " -"permitir conexiones TCP desde este equipo).\n" -" * el nombre de usuario y la contraseña para acceder a la base de datos." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Si no dispone de alguno de estos datos, seleccione «no» en este apartado y " -"ejecute Heat con SQLite." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -#, fuzzy -#| msgid "" -#| "You can change this setting later on by running \"dpkg-reconfigure -plow " -#| "heat-engine\"." -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"Podrá cambiar esta configuración más adelante ejecutando «dpkg-reconfigure -" -"plow heat-engine»." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -#, fuzzy -#| msgid "Please specify the password to use with the authentication server." -msgid "Please specify the IP address of that server." -msgstr "Indique la contraseña para usar con el servidor de autenticación." - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -#, fuzzy -#| msgid "Please specify the username to use with the authentication server." -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" -"Indique el nombre de usuario para usar con el servidor de autenticación." - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -#, fuzzy -#| msgid "Please specify the password to use with the authentication server." -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "Indique la contraseña para usar con el servidor de autenticación." - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "Para configurar su punto final en Keystone, heat-api necesita el token de " -#~ "autenticación de Keystone." - -#~ msgid "Auth server hostname:" -#~ msgstr "Nombre del equipo del servidor de autenticación:" - -#~ msgid "" -#~ "Please specify the hostname of your authentication server. Typically this " -#~ "is also the hostname of your OpenStack Identity Service (Keystone)." -#~ msgstr "" -#~ "Indique el nombre del equipo de su servidor de autenticación. Suele ser " -#~ "el nombre del equipo del Servicio de Identidad de OpenStack (Keystone)." diff --git a/xenial/debian/po/fr.po b/xenial/debian/po/fr.po deleted file mode 100644 index d1af1a92..00000000 --- a/xenial/debian/po/fr.po +++ /dev/null @@ -1,334 +0,0 @@ -# Translation of heat debconf templates to French. -# Copyright (C) 2013, French l10n team -# This file is distributed under the same license as the HEAT package. -# Julien Patriarca , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: heat\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2013-10-27 18:41+0100\n" -"Last-Translator: Julien Patriarca \n" -"Language-Team: FRENCH \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Nom d'hôte du serveur d'authentification : " - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Veuillez indiquer l'adresse URL du serveur d'authentification. En général, " -"c'est également le nom d'hôte du Service d'Identité d'OpenStack (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Nom d'espace client du serveur d'authentification :" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "" -"Veuillez indiquer le nom d'espace client du serveur d'authentification :" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Nom d'utilisateur pour le serveur d'authentification : " - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "" -"Veuillez indiquer le nom d'utilisateur pour le serveur d'authentification." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Mot de passe du serveur d'authentification : " - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "Veuillez indiquer le mot de passe pour le serveur d'authentification. " - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Enregistrer Heat dans le catalogue de points d'accès de Keystone ?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Chaque service OpenStack (chaque API) doit être enregistré pour être " -"accessible. Cela peut être fait en utilisant « keystone service-create » et " -"« keystone endpoint-create ». Cela peut être fait automatiquement maintenant." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#, 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 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'un serveur Keystone fonctionnel sur " -"lequel se connecter en utilisant le jeton d'authentification Keystone." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "Adresse IP du serveur Keystone :" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Veuillez indiquer l'adresse IP du serveur Keystone, pour que l'api de Heat " -"puisse contacter Keystone pour établir le service Heat et créer un point " -"d'accès." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#, fuzzy -#| msgid "Keystone authentication token:" -msgid "Keystone admin name:" -msgstr "Jeton d'authentification Keystone : " - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "Adresse IP du point d'accès de Heat : " - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "Veuillez indiquer l'adresse IP qui sera utilisée pour contacter Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" -"Cette adresse IP doit être accessible depuis les clients qui utiliseront ce " -"service, donc si vous installez un nuage public, ce devra être une adresse " -"IP publique." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Nom de la région à enregistrer : " - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 prend en charge l'utilisation de zones disponibles, avec chaque " -"région représentant un lieu. Veuillez entrer une zone que vous souhaitez " -"utiliser lors de l'enregistrement d'un point d'accès." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "Installer une base de données pour heat-common ?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"Aucune base de données n'a été installée pour heat-common. Avant de " -"continuer, assurez-vous d'avoir toutes les informations nécessaires :" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" - le type de base de données que vous souhaitez utiliser ;\n" -" - le nom d'hôte du serveur de base de données (qui doit\n" -" autoriser les connexions TCP depuis cette machine) ;\n" -" - un nom d'utilisateur et un mot de passe pour accéder\n" -" à la base de données." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Si certains de ces prérequis sont manquants, ignorez cette option et " -"exécutez l'application avec le support SQLite normal." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"Vous pouvez modifier ce réglage plus tard en lançant « dpkg-reconfigure -" -"plow heat-common »." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "Adresse IP de l'hôte RabbitMQ :" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" -"Afin de pouvoir interagir avec d'autres composants d'OpenStack, ce paquet " -"doit se connecter à un serveur centralisé RabbitMQ." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "Veuillez indiquer l'adresse IP de ce serveur. " - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "Nom d'utilisateur pour la connexion au serveur RabbitMQ :" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" -"Veuillez indiquer le nom d'utilisateur pour se connecter au serveur RabbitMQ." - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "Mot de passe pour la connexion au serveur RabbitMQ :" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "" -"Veuillez indiquer le mot de passe pour se connecter au serveur RabbitMQ." - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "Pour configurer son point d'accès dans Keystone, l'api de Heat a besoin " -#~ "du jeton d'authentification Keystone." - -#~ msgid "Auth server hostname:" -#~ msgstr "Nom d'hôte du serveur d'authentification : " - -#~ msgid "" -#~ "Please specify the hostname of your authentication server. Typically this " -#~ "is also the hostname of your OpenStack Identity Service (Keystone)." -#~ msgstr "" -#~ "Veuillez indiquer l'adresse URL du serveur d'authentification. " -#~ "Typiquement c'est également le nom d'hôte du Service d'Identité OpenStack " -#~ "(Keystone)." diff --git a/xenial/debian/po/it.po b/xenial/debian/po/it.po deleted file mode 100644 index 106ce95f..00000000 --- a/xenial/debian/po/it.po +++ /dev/null @@ -1,438 +0,0 @@ -# Italian translation of heat debconf messages. -# Copyright (C) 2013, heat package copyright holder -# This file is distributed under the same license as the heat package. -# Beatrice Torracca , 2013, 2014. -msgid "" -msgstr "" -"Project-Id-Version: heat\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2014-04-06 15:03+0200\n" -"Last-Translator: Beatrice Torracca \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Virtaal 0.7.1\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Nome host per il server di autenticazione:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Specificare il nome host del server di autenticazione. Tipicamente, è anche " -"il nome host dell'OpenStack Identity Service (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Nome del locatario («tenant») per il server di autenticazione:" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "" -"Specificare il nome del locatario («tenant») per il server di autenticazione." - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Nome utente per il server di autenticazione:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "Specificare il nome utente da usare con il server di autenticazione." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Password per il server di autenticazione:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "Specificare la password da usare con il server di autenticazione." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Registrare Heat nel catalogo di punti terminali Keystone?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Ogni servizio OpenStack (ogni API) dovrebbe essere registrato per poter " -"essere accessibile. Questo viene fatto usando «keystone service-create» e " -"«keystone endpoint-create». Ciò può essere fatto ora automaticamente." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#, fuzzy -#| msgid "" -#| "Note that you will need to have an up and running keystone server on " -#| "which to connect using the Keystone auth token." -msgid "" -"Note that you will need to have an up and running Keystone server on which " -"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." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "Indirizzo IP del server Keystone:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Inserire l'indirizzo IP del server Keystone, in modo che heat-api possa " -"contattare Keystone per effettuare la creazione del servizio e del punto " -"terminale Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#, fuzzy -#| msgid "Keystone IP address:" -msgid "Keystone admin name:" -msgstr "Indirizzo IP di Keystone:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -#, fuzzy -#| msgid "Keystone IP address:" -msgid "Keystone admin password:" -msgstr "Indirizzo IP di Keystone:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "Indirizzo IP del punto terminale Heat:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "Inserire l'indirizzo IP che verrà usato per contattare Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" -"Questo indirizzo IP dovrebbe essere accessibile dai client che useranno il " -"servizio, perciò se si sta installando una cloud pubblica, questo dovrebbe " -"essere un indirizzo IP pubblico." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Nome della regione da registrare:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 gestisce le zone di disponibilità, con ogni regione che " -"rappresenta una posizione. Inserire la zona che si desidera usare durante la " -"registrazione del punto terminale." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "Impostare un database per heat-common?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"Non è stato impostato alcun database per essere usato da heat-common. Prima " -"di continuare assicurarsi di avere le seguenti informazioni:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * il tipo di database che si desidera usare;\n" -" * il nome host del server di database (che deve permettere le\n" -" connessioni TCP da questa macchina);\n" -" * un nome utente e una password per accedere al database." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Se non si ha uno o più di questi requisiti, non scegliere questa opzione ed " -"eseguire con il regolare supporto per SQLite." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"È possibile cambiare questa impostazione successivamente eseguendo «dpkg-" -"reconfigure -plow heat-common»." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "Indirizzo IP dell'host RabbitMQ:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" -"Per poter funzionare insieme agli altri componenti di OpenStack, questo " -"pacchetto deve connettersi al server RabbitMQ centrale." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "Inserire l'indirizzo IP di tale server." - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "Nome utente per la connessione al server RabbitMQ:" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" -"Specificare il nome utente da usare per connettersi al server RabbitMQ." - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "Password per la connessione al server RabbitMQ:" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "Specificare la password da usare per connettersi al server RabbitMQ." - -#~ msgid "" -#~ "Note that you will need to have an up and running Keystone server on " -#~ "which to connect using the Keystone authentication token." -#~ msgstr "" -#~ "Notare che sarà necessario avere un server Keystone in funzione a cui " -#~ "connettersi usando il token di autenticazione Keystone." - -#~ msgid "Keystone authentication token:" -#~ msgstr "Token di autenticazione Keystone:" - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "Per configurare il proprio punto terminale in Keystone, heat-api ha " -#~ "bisogno del token di autenticazione Keystone." - -#~ msgid "Auth server hostname:" -#~ msgstr "Nome host del server di autenticazione:" - -#~ msgid "" -#~ "Please specify the hostname of your authentication server. Typically this " -#~ "is also the hostname of your OpenStack Identity Service (Keystone)." -#~ msgstr "" -#~ "Specificare il nome host del server di autenticazione. Tipicamente, è " -#~ "anche il nome host dell'OpenStack Identity Service (Keystone)." - -#~ msgid "" -#~ "No database has been set up for heat-engine to use. Before continuing, " -#~ "you should make sure you have:" -#~ msgstr "" -#~ "Non è stato impostato alcun database per essere usato da heat-engine. " -#~ "Prima di continuare ci si dovrebbe assicurare di avere:" - -#~ msgid "" -#~ " - the server host name (that server must allow TCP connections from " -#~ "this\n" -#~ " machine);\n" -#~ " - a username and password to access the database.\n" -#~ " - A database type that you want to use." -#~ msgstr "" -#~ " - il nome host del server (tale server deve permettere le connessioni\n" -#~ " TCP da questa macchina);\n" -#~ " - un nome utente e una password per accedere al database;\n" -#~ " - un tipo di database che si desidera usare." - -#~ msgid "" -#~ "If some of these requirements are missing, reject this option and run " -#~ "with regular sqlite support." -#~ msgstr "" -#~ "Se uno o più di questi requisiti non sono soddisfatti, rifiutare questa " -#~ "opzione ed eseguire con il regolare supporto per sqlite." - -#~ msgid "" -#~ "You can change this setting later on by running 'dpkg-reconfigure -plow " -#~ "heat-engine'." -#~ msgstr "" -#~ "È possibile cambiare questa impostazione successivamente eseguendo «dpkg-" -#~ "reconfigure -plow heat-engine»" - -#~ msgid "" -#~ "Please specify the URL of your authentication server. Typically this is " -#~ "also the URL of your OpenStack Identity Service (Keystone)." -#~ msgstr "" -#~ "Specificare l'URL del server di autenticazione. Tipicamente, è anche " -#~ "l'URL dell'OpenStack Identity Service (Keystone)." - -#~ msgid "Auth server tenant name:" -#~ msgstr "Nome del tenant per il server di autenticazione:" - -#~ msgid "Auth server username:" -#~ msgstr "Nome utente per il server di autenticazione:" - -#~ msgid "Auth server password:" -#~ msgstr "Password per il server di autenticazione:" - -#~ msgid "Register Heat in the keystone endpoint catalog?" -#~ msgstr "Registrare Heat nel catalogo di punti terminali keystone?" - -#~ msgid "" -#~ "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." -#~ msgstr "" -#~ "Ogni servizio OpenStack (ogni API) dovrebbe essere registrato per poter " -#~ "essere accessibile. Ciò viene fatto usando «keystone service-create» e " -#~ "«keystone endpoint-create». Scegliere se si desidera eseguire ora questi " -#~ "comandi." - -#~ msgid "" -#~ "Enter the IP address of your keystone server, so that heat-api can " -#~ "contact Keystone to do the Heat service and endpoint creation." -#~ msgstr "" -#~ "Inserire l'indirizzo IP del proprio server keystone, in modo che heat-api " -#~ "possa contattare Keystone per effettuare la creazione del servizio e del " -#~ "punto terminale Heat." - -#~ msgid "Keystone Auth Token:" -#~ msgstr "Token di autenticazione Keystone:" - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone auth " -#~ "token." -#~ msgstr "" -#~ "Per configurare il proprio punto terminale in Keystone, heat-api ha " -#~ "bisogno del token di autenticazione Keystone." - -#~ msgid "" -#~ "Enter the IP address that will be used to contact Heat (eg: the Heat " -#~ "endpoint IP address)." -#~ msgstr "" -#~ "Inserire l'indirizzo IP che verrà usato per contattare Heat (es.: " -#~ "l'indirizzo IP del punto terminale Heat)." - -#~ msgid "" -#~ "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." -#~ msgstr "" -#~ "OpenStack può essere usato utilizzando le zone di disponibilità, con ogni " -#~ "regione che rappresenta una posizione. Inserire la zona che si desidera " -#~ "usare durante la registrazione del punto terminale." diff --git a/xenial/debian/po/ja.po b/xenial/debian/po/ja.po deleted file mode 100644 index 3ea23e11..00000000 --- a/xenial/debian/po/ja.po +++ /dev/null @@ -1,332 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the heat package. -# victory , 2013. -# Takuma Yamada , 2016. -# -msgid "" -msgstr "" -"Project-Id-Version: heat\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2016-04-07 13:01+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: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "認証サーバのホスト名:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"認証サーバのホスト名を指定してください。これは標準的に OpenStack Identity " -"Service (Keystone) のホスト名にもなっています。" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "認証サーバのテナント (tenant) 名" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "認証サーバのテナント (tenant) 名を指定してください。" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "認証サーバのユーザ名:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "認証サーバで使用するユーザ名を指定してください。" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "認証サーバのパスワード:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "認証サーバで使用するパスワードを指定してください。" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Heat を Keystone のエンドポイントカタログに登録しますか?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"各 OpenStack サービス (各 API) は、アクセス可能にするために登録する必要があり" -"ます。\"keystone service-create\" と \"keystone endpoint-create\" を使って登" -"録することができます。ここで自動的に行うことができます。" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#| 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 a known admin project name, admin username and password. " -"The admin auth token is not used anymore." -msgstr "" -"既知の管理プロジェクト名、管理者のユーザ名とパスワードを使用して接続するに" -"は、Keystone サーバの起動および実行が必要になりますので注意してください。管理" -"者認証トークンはもう使用されていません。" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "Keystone サーバの IP アドレス:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Keystone サーバの IP アドレスを入力してください。それにより heat-api は " -"Keystone と通信し、Heat サービスやエンドポイントの作成ができるようになりま" -"す。" - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#| msgid "Keystone authentication token:" -msgid "Keystone admin name:" -msgstr "Keystone 管理者名:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" -"サービスのエンドポイントを登録するには、このパッケージが Keystone サーバへの" -"管理者ログイン、名前、プロジェクト名、およびパスワードを知っている必要があり" -"ます。" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "Keystone 管理プロジェクト名:" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "Keystone 管理者パスワード:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "Heat エンドポイントの IP アドレス:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "Heat への通信に使用される IP アドレスを入力してください。" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 アドレスにする必要があります。" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "登録するリージョンの名前:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 は、場所を表すリージョン毎に、アベイラビリティーゾーンの使用をサ" -"ポートします。エンドポイントを登録する際に、使用するゾーンを入力してくださ" -"い。" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "heat-common 用のデータベースを設定しますか?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"heat-common で使用するために設定されたデータベースがありません。続行する前" -"に、以下の情報が揃っていることを確認してください:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * 使用するデータベースの種類\n" -" * データベースサーバのホスト名 (そのサーバはこのマシンからの TCP 接続を\n" -" 許可する必要があります)\n" -" * データベースにアクセスするためのユーザ名とパスワード。" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"これらの要件が欠落している場合は、このオプションを選択しないでください。そし" -"て、標準 SQLite サポートで実行してください。" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"この設定は、後で \"dpkg-reconfigure -plow heat-common\" を実行することで変更" -"できます。" - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "RabbitMQ ホストの IP アドレス:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -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 -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "そのサーバの IP アドレスを指定してください。" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "RabbitMQ サーバ接続用のユーザ名:" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "RabbitMQ サーバ接続の接続に使用するユーザ名を指定してください。" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "RabbitMQ サーバ接続用のパスワード:" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "RabbitMQ サーバの接続に使用するパスワードを指定してください。" - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "Keystone でエンドポイントを設定するには、heat-api は Keystone 認証トークン" -#~ "を必要とします。" - -#~ msgid "Auth server hostname:" -#~ msgstr "認証サーバのホスト名:" - -#~ msgid "" -#~ "Please specify the hostname of your authentication server. Typically this " -#~ "is also the hostname of your OpenStack Identity Service (Keystone)." -#~ msgstr "" -#~ "認証サーバのホスト名を指定してください。これは標準的に OpenStack Identity " -#~ "Service (Keystone) のホスト名にもなっています。" diff --git a/xenial/debian/po/nl.po b/xenial/debian/po/nl.po deleted file mode 100644 index 95a9d84a..00000000 --- a/xenial/debian/po/nl.po +++ /dev/null @@ -1,330 +0,0 @@ -# Dutch translation of heat debconf templates. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the heat package. -# Frans Spiesschaert , 2014, 2015, 2016. -# -msgid "" -msgstr "" -"Project-Id-Version: heat_1_6.0.0-1\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2016-04-20 11:25+0200\n" -"Last-Translator: Frans Spiesschaert \n" -"Language-Team: Debian Dutch l10n Team \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Gtranslator 2.91.6\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Computernaam van de authenticatieserver:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Geef de computernaam van de authenticatieserver op. Meestal is dit ook de " -"computernaam van de OpenStack Identiteitsdienst (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Naam van de cliëntruimte (tenant) op de authenticatieserver:" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "" -"Geef de naam op van de cliëntruimte (tenant) op de authenticatieserver." - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Gebruikersnaam op de authenticatieserver:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "" -"Geef de gebruikersnaam op die op de authenticatieserver gebruikt moet worden." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Wachtwoord op de authenticatieserver:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "" -"Geef het wachtwoord op dat op de authenticatieserver gebruikt moet worden." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Heat opnemen in de catalogus van Keystone-toegangspunten?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Elke dienst van OpenStack (elke API) moet geregistreerd staan om " -"toegankelijk te zijn. Dit gebeurt met de opdrachten \"keystone service-create" -"\" en \"keystone endpoint-create\". Dit kan nu automatisch uitgevoerd worden." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#| 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 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 om er een " -"verbinding mee te maken met behulp van een gekende beheerdersprojectnaam, " -"beheerdersgebruikersnaam en wachtwoord. Het beheerderslegitimatiebewijs " -"wordt niet langer gebruikt." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "IP-adres van de Keystone-server:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Geef het IP-adres van de Keystone-server op, zodat heat-api Keystone kan " -"contacteren om de Heatdienst en het toegangspunt aan te maken." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#| msgid "Keystone authentication token:" -msgid "Keystone admin name:" -msgstr "Naam van de beheerder voor Keystone:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" -"Om het toegangspunt van de dienst te registreren moet dit pakket de " -"inloggegevens voor de Keystone-server van de beheerder kennen, naam, " -"projectnaam en wachtwoord." - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "Naam van het project van de beheerder voor Keystone:" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "Wachtwoord van de beheerder voor Keystone:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "IP-adres van het toegangspunt van Heat:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "" -"Geef het IP-adres op dat gebruikt zal worden voor het contact met Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" -"Dit IP-adres moet bereikbaar zijn voor de clients die deze dienst zullen " -"gebruiken. Indien u een openbare cloud installeert, moet dit dus een " -"algemeen bereikbaar IP-adres zijn." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Naam van de registratieregio:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 ondersteunt het gebruik van zones van beschikbaarheid, waarbij " -"elke regio een locatie vertegenwoordigt. Geef aan welke zone u wenst te " -"gebruiken bij het registreren van het toegangspunt." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "Een database opzetten voor heat-common?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"Er werd geen database opgezet om door heat-common gebruikt te worden. Voor u " -"doorgaat moet u beschikken over de volgende informatie:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * het soort database dat u wilt gebruiken;\n" -" * de computernaam van de databaseserver (die server moet\n" -" TCP-verbindingen vanaf deze computer toestaan);\n" -" * een gebruikersnaam en een wachtwoord om toegang te krijgen tot de " -"database." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Indien sommige van deze gegevens ontbreken, moet u deze optie niet kiezen en " -"de toepassing gebruiken met gewone SQLite-ondersteuning." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"U kunt deze instelling later wijzigen door het uitvoeren van \"dpkg-" -"reconfigure -plow heat-common\"." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "IP-adres van uw RabbitMQ-computer:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" -"Om met andere componenten van OpenStack samen te werken, moet dit pakket een " -"verbinding maken met een centrale RabbitMQ-server." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "Geef het IP-adres op van die server." - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "Gebruikersnaam voor de verbinding met de RabbitMQ-server:" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" -"Geef de gebruikersnaam op waarmee verbinding gemaakt wordt met de RabbitMQ-" -"server." - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "Wachtwoord voor de verbinding met de RabbitMQ-server:" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "" -"Geef het wachtwoord op dat gebruikt wordt om verbinding te maken met de " -"RabbitMQ-server." - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "Om zijn toegangspunt in Keystone te kunnen aanmaken, heeft heat-api het " -#~ "authenticatiebewijs voor Keystone nodig." diff --git a/xenial/debian/po/pt.po b/xenial/debian/po/pt.po deleted file mode 100644 index 1613ecf0..00000000 --- a/xenial/debian/po/pt.po +++ /dev/null @@ -1,329 +0,0 @@ -# Translation of heat's debconf messages to european portuguese -# Copyright (C) 2013 THE heat'S COPYRIGHT HOLDER -# This file is distributed under the same license as the heat package. -# -# Américo Monteiro , 2013 - 2016. -msgid "" -msgstr "" -"Project-Id-Version: heat 1:6.0.0-1\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2016-04-15 00:59+0100\n" -"Last-Translator: Américo Monteiro \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.4\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Nome de máquina do servidor de autenticação:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Por favor especifique o nome de máquina do servidor de autenticação. " -"Tipicamente este é também o nome de máquina do Serviço de Identidade " -"OpenStack (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Nome \"tenant\" do servidor de autenticação:" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "Por favor especifique o nome \"tenant\" do servidor de autenticação." - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Nome de utilizador do servidor de autenticação:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "" -"Por favor especifique o nome de utilizador a usar com o servidor de " -"autenticação." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Palavra passe do servidor de autenticação:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "" -"Por favor especifique a palavra passe a usar com o servidor de autenticação." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Registar o Heat no catálogo de \"endpoint\" do Keystone?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Cada serviço do OpenStack (cada API) deve ser registado de modo a ser " -"acessível. Isto é feito usado \"keystone service-create\" e \"keystone " -"endpoint-create\". Isto pode ser feito automaticamente agora." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#| 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 a known admin project name, admin username and password. " -"The admin auth token is not used anymore." -msgstr "" -"Note que irá precisar de ter um servidor Keystone a funcionar no qual ligar " -"usando um nome de projecto admin conhecido, nome de utilizador e palavra " -"passe admin. O token de autenticação admin não é mais utilizado." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "Endereço IP do servidor Keystone:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Por favor indique o endereço IP do servidor Keystone, para que o heat-api " -"possa contactar o Keystone para fazer o serviço Heat e a criação do " -"\"endpoint\"." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#| msgid "Keystone authentication token:" -msgid "Keystone admin name:" -msgstr "Nome de administrador do Keystone:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" -"Para registar o endpoint do serviço, este pacote precisa de saber o login de " -"Admin, o nome, nome do projecto e palavra passe para o servidor Keystone." - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "Nome do projecto admin do Keystone:" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "Palavra passe admin do Keystone:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "Endereço IP do endpoint do Heat:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "Por favor indique o endereço IP que será usado para contactar o Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" -"Este endereço IP deve ser acessível a partir dos clientes que vão usar este " -"serviço, portanto se está a instalar uma \"cloud\" pública, este deve ser um " -"endereço IP público." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Nome da região a registar:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 "" -"O OpenStack suporta usar zonas de disponibilidade, com cada região a " -"representar um local. Por favor indique a zona que deseja usar ao registar o " -"endpoint." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "Configurar uma base de dados para o heat-common?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"Nenhuma base de dados foi configurada para o heat-common usar. Antes de " -"continuar, você deve certificar-se que tem a seguinte informação:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * o tipo de base de dados que deseja usar;\n" -" * o nome de máquina do servidor da base de dados (esse servidor deve " -"permitir ligações TCP a partir desta\n" -" máquina);\n" -" * um nome de utilizador e palavra passe para aceder à base de dados." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Se alguns destes requerimentos estão em falta, não escolha esta opção e " -"corra com o suporte SQLite regular." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"Você pode modificar estas definições mais tarde ao correr \"dpkg-reconfigure " -"-plow heat-common\"." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "Endereço IP da sua máquina RabbitMQ:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" -"De modo a interagir com outros componentes do OpenStack, este pacote precisa " -"de ligar a um servidor RabbitMQ central." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "Por favor especifique o endereço IP desse servidor." - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "Nome de utilizador para ligação ao servidor RabbitMQ:" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" -"Por favor especifique o nome de utilizador a usar para ligação ao servidor " -"RabbitMQ." - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "Palavra passe para ligação ao servidor RabbitMQ:" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "" -"Por favor especifique a palavra passe a usar para ligação ao servidor " -"RabbitMQ." - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "Para configurar o seu endpoint no Keystone, o heat-api precisa do sinal " -#~ "de autenticação do Keystone." diff --git a/xenial/debian/po/ru.po b/xenial/debian/po/ru.po deleted file mode 100644 index 9b39c80d..00000000 --- a/xenial/debian/po/ru.po +++ /dev/null @@ -1,328 +0,0 @@ -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the heat package. -# -# Yuri Kozlov , 2013. -msgid "" -msgstr "" -"Project-Id-Version: heat 2013.2-2\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2013-11-17 08:50+0400\n" -"Last-Translator: Yuri Kozlov \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 1.4\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Имя узла сервера аутентификации:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Введите имя узла сервера аутентификации. Данное имя обычно совпадает с " -"OpenStack Identity Service (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Членское имя сервера аутентификации:" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "Укажите членское имя сервера аутентификации." - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Имя пользователя для сервера аутентификации:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "Введите имя пользователя для работы с сервером аутентификации." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Пароль для сервера аутентификации:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "Введите пароль для работы с сервером аутентификации." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Зарегистрировать Heat в каталоге конечных точек keystone?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Для доступа к службам Openstack (каждому API) их нужно регистрировать. Это " -"выполняется с помощью команды «keystone service-create» и «keystone endpoint-" -"create». Это может быть сделано автоматически прямо сейчас." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#, 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 a known admin project name, admin username and password. " -"The admin auth token is not used anymore." -msgstr "" -"Заметим, что у вас должен быть работающий сервер Keystone, к которому будет " -"произведено подключение с помощью токена аутентификации Keystone." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "IP-адрес сервера Keystone:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Введите IP-адрес сервера Keystone для того, чтобы heat-api могла " -"подключиться к Keystone для запуска службы Heat и создания конечной точки." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#, fuzzy -#| msgid "Keystone authentication token:" -msgid "Keystone admin name:" -msgstr "Токен аутентификации Keystone:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "IP-адрес конечной точки Heat:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "Введите IP-адрес, который будет использован для подключения к Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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-адрес." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Название области для регистрации:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 поддерживает разделение на зоны доступности, где каждая область " -"представляет определённое расположение. Введите зону, которую вы хотите " -"использовать при регистрации конечной точки." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "Настроить базу данных для heat-common?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"Для использования heat-common требуется настроить базу данных. Если вы " -"хотите сделать это сейчас, то проверьте, что у вас есть следующая информация:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * тип базы данных, который хотите использовать;\n" -" * имя узла сервера (этот сервер должен принимать\n" -" TCP-соединения с этой машины);\n" -" * имя пользователя и пароль для доступа к базе данных." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Если не хватает хотя бы одного параметра, ответьте отрицательно и включите " -"поддержку SQLite." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"Позднее, вы можете изменить эту настройку, запустив «dpkg-reconfigure -plow " -"heat-common»" - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "IP-адрес узла RabbitMQ:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -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 -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "Укажите IP-адрес этого сервера." - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "Имя пользователя для подключения к серверу RabbitMQ:" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "Введите имя пользователя для подключения к серверу RabbitMQ." - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "Пароль для подключения к серверу RabbitMQ:" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "Введите пароль для подключения к серверу RabbitMQ." - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "Для настройки собственной конечной точки в Keystone heat-api требуется " -#~ "токен аутентификации Keystone." - -#~ msgid "Auth server hostname:" -#~ msgstr "Имя узла сервера аутентификации:" - -#~ msgid "" -#~ "Please specify the hostname of your authentication server. Typically this " -#~ "is also the hostname of your OpenStack Identity Service (Keystone)." -#~ msgstr "" -#~ "Введите имя узла сервера аутентификации. Данное имя обычно совпадает с " -#~ "OpenStack Identity Service (Keystone)." diff --git a/xenial/debian/po/sv.po b/xenial/debian/po/sv.po deleted file mode 100644 index 5639ae84..00000000 --- a/xenial/debian/po/sv.po +++ /dev/null @@ -1,319 +0,0 @@ -# Translation of heat debconf template to Swedish -# Copyright (C) 2014 Martin Bagge -# This file is distributed under the same license as the heat package. -# -# Martin Bagge , 2014 -msgid "" -msgstr "" -"Project-Id-Version: heat\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: 2014-01-08 17:06+0100\n" -"Last-Translator: Martin Bagge / brother \n" -"Language-Team: Swedish \n" -"Language: Swedish\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "Värdnamn för identifieringsserver:" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" -"Ange värdnamn för identifieringsserver. Detta är vanligtvis samma värdnamn " -"som till din OpenStack-identitetstjänst (Keystone)." - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "Namn för \"tenant\" (administratör) på identifieringsservern:" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "" -"Ange \"tenant\"-namn för identifieringsservern. (\"Tenant\" är ungefär " -"översättningsbart till \"administratör\")." - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "Användarnamn på identifieringsservern:" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "" -"Ange användarnamnet som ska användas för att komma åt identifieringsservern." - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "Lösenord på identifieringsservern:" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "" -"Ange lösenordet som ska användas för att komma åt identifieringsservern." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "Ska Heat registreras i keystones katalog med ändpunkter?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" -"Alla OpenStack-tjänster (varje API) ska registreras för att kunna användas. " -"Detta görs med kommandona \"keystone service-create\" och \"keystone " -"endpoint-create\". Detta kan göras automatiskt nu." - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -#, 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 a known admin project name, admin username and password. " -"The admin auth token is not used anymore." -msgstr "OBS. Du behöver ha en fungerande keystone-server att ansluta till." - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "IP-adress till Keystone:" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" -"Ange IP-adressen till din keystone-server så att heat-api kan kontakta " -"Keystone för att lägga till Heat-tjänsten som en ändpunkt." - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -#, fuzzy -#| msgid "Keystone authentication token:" -msgid "Keystone admin name:" -msgstr "Autetiseringsvärde för Keystone:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "IP-adress för Heat-ändpunkt:" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "Ange den IP-adress som ska användas för att kontakta Heat." - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" -"Denna IP-adress ska vara nåbar från klienterna som vill använda den här " -"tjänsten. Om detta är en publik molntjänst så ska det vara en publik IP-" -"adress." - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "Regionnamn:" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 kan användas med tillgänglighetszoner. Varje region representerar " -"en plats. Ange zonen som ska användas när ändpunkten registreras." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "Ska en databas installeras för heat-common?" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" -"Ingen databas har installerats för glance-registry eller glance-api. Innan " -"du fortsätter behöver följande finnas tillgängligt:" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" -" * vilken databastyp du vill använda.\n" -" * serverns värdnamn (som måste kunna ta emot TCP-anslutningar\n" -" från den här maskinen)\n" -" * användarnamn och lösenord för att komma åt databasen." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" -"Om något av dessa krav saknar bör du avböja detta alternativ och fortsätta " -"använda SQLite-stödet." - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" -"Denna inställning kan ändras senare genom att köra \"dpkg-reconfigure -plow " -"heat-common\"." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "IP-adress för din RabbitMQ-värd:" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" -"För att interagera med andra Openstack-komponenter behöver detta paketet " -"kunna ansluta till en central RabbitMQ-server." - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "Ange IP-adressen för den servern." - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "Användarnamn för att ansluta till RabbitMQ-servern:" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" -"Ange användarnamnet som ska användas för att ansluta till RabbitMQ-servern:" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "Lösenord för att ansluta till RabbitMQ-servern:" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "Lösenord för att ansluta till RabbitMQ-servern:" - -#~ msgid "" -#~ "To configure its endpoint in Keystone, heat-api needs the Keystone " -#~ "authentication token." -#~ msgstr "" -#~ "För att lägga till ändpunkt i Keystone behöver glance-api ett " -#~ "autentiseringsvärde för Keystone." diff --git a/xenial/debian/po/templates.pot b/xenial/debian/po/templates.pot deleted file mode 100644 index 95e946ee..00000000 --- a/xenial/debian/po/templates.pot +++ /dev/null @@ -1,277 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the heat package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: heat\n" -"Report-Msgid-Bugs-To: heat@packages.debian.org\n" -"POT-Creation-Date: 2016-03-29 13:17+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "Authentication server hostname:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:2001 -msgid "" -"Please specify the hostname of the authentication server. Typically this is " -"also the hostname of the OpenStack Identity Service (Keystone)." -msgstr "" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Authentication server tenant name:" -msgstr "" - -#. Type: string -#. Description -#. 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") -#: ../heat-common.templates:3001 -msgid "Please specify the authentication server tenant name." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Authentication server username:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:4001 -msgid "Please specify the username to use with the authentication server." -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Authentication server password:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:5001 -msgid "Please specify the password to use with the authentication server." -msgstr "" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "Register Heat in the Keystone endpoint catalog?" -msgstr "" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"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." -msgstr "" - -#. Type: boolean -#. Description -#: ../heat-common.templates:6001 -msgid "" -"Note that you will need to have an up and running Keystone server on which " -"to connect using a known admin project name, admin username and password. " -"The admin auth token is not used anymore." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "Keystone server IP address:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:7001 -msgid "" -"Please enter the IP address of the Keystone server, so that heat-api can " -"contact Keystone to do the Heat service and endpoint creation." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:8001 -msgid "Keystone admin name:" -msgstr "" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:8001 ../heat-common.templates:9001 -#: ../heat-common.templates:10001 -msgid "" -"To register the service endpoint, this package needs to know the Admin " -"login, name, project name, and password to the Keystone server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:9001 -msgid "Keystone admin project name:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:10001 -msgid "Keystone admin password:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Heat endpoint IP address:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -msgid "Please enter the IP address that will be used to contact Heat." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:11001 -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 "" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -msgid "Name of the region to register:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:12001 -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 "" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "Set up a database for heat-common?" -msgstr "" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"No database has been set up for heat-common to use. Before continuing, you " -"should make sure you have the following information:" -msgstr "" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -" * the type of database that you want to use;\n" -" * the database server host name (that server must allow TCP connections " -"from this\n" -" machine);\n" -" * a username and password to access the database." -msgstr "" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"If some of these requirements are missing, do not choose this option and run " -"with regular SQLite support." -msgstr "" - -#. Type: boolean -#. Description -#: ../heat-common.templates:13001 -msgid "" -"You can change this setting later on by running \"dpkg-reconfigure -plow " -"heat-common\"." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "IP address of your RabbitMQ host:" -msgstr "" - -#. Type: string -#. Description -#. Type: string -#. Description -#. Type: password -#. Description -#: ../heat-common.templates:14001 ../heat-common.templates:15001 -#: ../heat-common.templates:16001 -msgid "" -"In order to interoperate with other components of OpenStack, this package " -"needs to connect to a central RabbitMQ server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:14001 -msgid "Please specify the IP address of that server." -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Username for connection to the RabbitMQ server:" -msgstr "" - -#. Type: string -#. Description -#: ../heat-common.templates:15001 -msgid "Please specify the username used to connect to the RabbitMQ server." -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Password for connection to the RabbitMQ server:" -msgstr "" - -#. Type: password -#. Description -#: ../heat-common.templates:16001 -msgid "Please specify the password used to connect to the RabbitMQ server." -msgstr "" diff --git a/xenial/debian/python-heat.install b/xenial/debian/python-heat.install index 036c6b9d..5e08d228 100644 --- a/xenial/debian/python-heat.install +++ b/xenial/debian/python-heat.install @@ -1 +1,2 @@ +heat/db/sqlalchemy/migrate_repo/migrate.cfg usr/lib/python2.7/dist-packages/heat/db/sqlalchemy/migrate_repo usr/lib/python*/dist-packages/* diff --git a/xenial/debian/rules b/xenial/debian/rules index d96c22d5..df0b4097 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -1,78 +1,35 @@ #!/usr/bin/make -f -PYTHONS:=$(shell pyversions -vr) -#PYTHON3S:=$(shell py3versions -vr) +#export DH_VERBOSE=1 include /usr/share/openstack-pkg-tools/pkgos.make -export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/') %: - dh $@ --buildsystem=python_distutils --with python2,sphinxdoc,systemd + dh $@ --buildsystem=python_distutils --with python2,systemd ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - rm -rf .testrepository - testr init - set -e ; set -x ; \ - TEMP_REZ=`mktemp -t` ; \ - PYTHONPATH=$(CURDIR) testr run --subunit 'heat.tests.*' | tee $$TEMP_REZ | subunit2pyunit || true ; \ - cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats || true ; \ - rm -f $$TEMP_REZ ; - testr slowest + ostestr 'heat.tests.*' endif override_dh_clean: dh_clean - rm -rf heat.egg-info .testrepository rm -rf doc/build find . -iname '*.pyc' -delete rm -f run_tests.err.log - rm -f \ - debian/heat-common.postinst \ - debian/heat-common.config + rm -rf pbr*.egg + rm -f etc/heat/heat.conf rm -f debian/*.init debian/*.service debian/*.upstart -override_dh_install: - mkdir -p $(CURDIR)/debian/heat-common/usr/share/heat-common - oslo-config-generator \ - --namespace heat.common.config \ - --namespace heat.common.context \ - --namespace heat.common.crypt \ - --namespace heat.common.heat_keystoneclient \ - --namespace heat.common.wsgi \ - --namespace heat.engine.clients \ - --namespace heat.engine.notification \ - --namespace heat.engine.resources \ - --namespace heat.api.middleware.ssl \ - --namespace heat.api.aws.ec2token \ - --namespace keystonemiddleware.auth_token \ - --namespace oslo.messaging \ - --namespace oslo.middleware \ - --namespace oslo.db \ - --namespace oslo.log \ - --namespace oslo.policy \ - --namespace oslo.service.service \ - --namespace oslo.service.periodic_task \ - --namespace oslo.service.sslutil \ - --wrap-width 140 \ - --output-file $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf - sed -i 's|^[# \t]*connection[\t #]*=.*|connection=sqlite:////var/lib/heat/heatdb|' $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf - sed -i 's|^[# \t]*auth_protocol[\t #]*=.*|auth_protocol = http|' $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf - - - dh_install --fail-missing -Xbin/cinder-keystone-setup - # Some files are missing, fix that... - cp -axuf heat/db/sqlalchemy/migrate_repo/* $(CURDIR)/debian/python-heat/usr/lib/python2.7/dist-packages/heat/db/sqlalchemy/migrate_repo - cp -r heat/cloudinit/* $(CURDIR)/debian/python-heat/usr/lib/python2.7/dist-packages/heat/cloudinit/ +override_dh_auto_clean: + dh_auto_clean -override_dh_auto_build: - dh_auto_build - /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-common.postinst - /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-common.config - -override_dh_sphinxdoc: -ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) - python setup.py build_sphinx - cp -rf doc/build/html $(CURDIR)/debian/heat-doc/usr/share/doc/heat-doc - dh_sphinxdoc -O--buildsystem=python_distutils -endif +override_dh_install: + PYTHONPATH=. oslo-config-generator --config-file=config-generator.conf + cp etc/heat/heat.conf.sample etc/heat/heat.conf + dh_install + +#override_dh_installman: +# python setup.py build +# make -C doc man +# dh_installman diff --git a/xenial/debian/source/options b/xenial/debian/source/options new file mode 100644 index 00000000..cb61fa52 --- /dev/null +++ b/xenial/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore = "^[^/]*[.]egg-info/" diff --git a/xenial/debian/watch b/xenial/debian/watch index dca8b8ea..62c11078 100644 --- a/xenial/debian/watch +++ b/xenial/debian/watch @@ -1,3 +1,3 @@ version=3 -opts="uversionmangle=s/\.(b|rc)/~$1/" \ -https://github.com/openstack/heat/tags .*/(\d[\d\.]+)\.tar\.gz +opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/;s/\.0b/~b/;s/\.0rc/~rc/" \ + http://tarballs.openstack.org/heat heat-(\d.*)\.tar\.gz -- 2.45.2