]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
[MOS10.0][DEB] Update heat 09/28009/2
authorAndrii Kroshchenko <akroshchenko@mirantis.com>
Mon, 31 Oct 2016 09:49:50 +0000 (11:49 +0200)
committerAndrii Kroshchenko <akroshchenko@mirantis.com>
Mon, 31 Oct 2016 10:10:33 +0000 (12:10 +0200)
  * Version: 1:7.0.0-1~u16.04+mos0
  * Source from https://review.openstack.org/#/admin/projects/openstack/deb-heat
    commit d485a14
  * Fix (build-)dependencies.
  * Delete using python-os-api-ref
  * Delet low limit of tempest

Change-Id: I61dfe3527d419379df56cf2b1ddc2d4835895f4c

xenial/debian/changelog
xenial/debian/control
xenial/debian/heat-api-cfn.service [new file with mode: 0644]
xenial/debian/heat-api-cloudwatch.service [new file with mode: 0644]
xenial/debian/heat-api.service [new file with mode: 0644]
xenial/debian/heat-engine.service [new file with mode: 0644]
xenial/debian/po/da.po
xenial/debian/po/it.po
xenial/debian/po/pt_BR.po [new file with mode: 0644]
xenial/debian/rules
xenial/debian/source/options [new file with mode: 0644]

index e8eb05a9431e55df8a0c812e358662fcb9faa2cf..d48e21751c6f3bdcd5fe94f431a00c8b2e2d03f5 100644 (file)
@@ -1,3 +1,42 @@
+heat (1:7.0.0-1~u16.04+mos0) mos10.0; urgency=medium
+
+  * Source from https://review.openstack.org/#/admin/projects/openstack/deb-heat
+    commit d485a14
+  * Fix (build-)dependencies.
+
+ -- Andrii Kroshchenko <akroshchenko@mirantis.com>  Mon, 31 Oct 2016 11:44:56 +0200
+
+heat (1:7.0.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 06 Oct 2016 17:50:16 +0200
+
+heat (1:7.0.0~rc1-2) unstable; urgency=medium
+
+  [ Ondřej Nový ]
+  * d/s/options: extend-diff-ignore of .gitreview
+  * d/control: Use correct branch in Vcs-* fields
+
+  [ Thomas Goirand ]
+  * Uploading to unstable.
+  * Build-Depends on openstack-pkg-tools >= 53~.
+  * Fixed oslotest EPOCH.
+  * Fixed config gneration namespaces.
+  * Debconf translation:
+    - it (Closes: #839195).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 28 Sep 2016 09:42:21 +0200
+
+heat (1:7.0.0~rc1-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Fixed (build-)depends for this release.
+  * Rebased fix-requirements.txt.patch.
+  * Using OpenStack's Gerrit as VCS URLs.
+
+ -- Thomas Goirand <zigo@debian.org>  Sat, 17 Sep 2016 19:42:11 +0200
+
 heat (1:7.0.0~b2-1~u16.04+mos2) mos10.0; urgency=medium
 
   * Update dependencies
index f4c9411efbfb0d47c0c4be5dfa40918a5cfc7212..9ac007dc274f6ae892883f6ae0e36c118c3da2fd 100644 (file)
@@ -6,30 +6,31 @@ Uploaders: Thomas Goirand <zigo@debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python,
                dh-systemd,
-               openstack-pkg-tools (>= 40~),
+               openstack-pkg-tools (>= 53~),
                po-debconf,
                python-all,
                python-pbr (>= 1.8),
                python-setuptools,
-               python-sphinx,
+               python-sphinx (>= 1.2.1),
 Build-Depends-Indep: bandit (>= 0.13.2),
                      git,
+                     python-aodhclient (>= 0.5.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-coverage (>= 3.6),
                      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-fixtures (>= 3.0.0),
+                     python-glanceclient (>= 1:2.3.0),
                      python-greenlet (>= 0.3.2),
-                     python-hacking,
-                     python-heatclient (>= 1.1.0),
+                     python-hacking (>= 0.10.0),
+                     python-heatclient (>= 1.4.0),
                      python-keystoneauth1 (>= 2.10.0),
                      python-keystoneclient (>= 1:2.0.0),
                      python-keystonemiddleware (>= 4.0.0),
@@ -40,17 +41,19 @@ Build-Depends-Indep: bandit (>= 0.13.2),
                      python-migrate (>= 0.9.6),
                      python-mistralclient (>= 2.0.0),
                      python-mock (>= 2.0),
-                     python-monascaclient (>= 1.0.30),
+                     python-monascaclient (>= 1.1.0),
                      python-mysqldb,
-                     python-netaddr (>= 0.7.12),
-                     python-neutronclient (>= 1:4.2.0),
+                     python-netaddr (>= 0.7.13),
+                     python-neutronclient (>= 1:5.1.0),
                      python-novaclient (>= 2:2.29.0),
                      python-openstackclient (>= 2.1.0),
+                     python-openstackdocstheme (>= 1.5.0),
+#                    python-os-api-ref,
                      python-os-collect-config,
                      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.context (>= 2.9.0),
                      python-oslo.db (>= 4.10.0),
                      python-oslo.i18n (>= 2.1.0),
                      python-oslo.log (>= 2.0.0),
@@ -63,24 +66,25 @@ Build-Depends-Indep: bandit (>= 0.13.2),
                      python-oslo.utils (>= 3.16.0),
                      python-oslo.versionedobjects (>= 1.13.0),
                      python-oslosphinx (>= 2.5.0),
-                     python-oslotest (>= 1.10.0),
-                     python-osprofiler (>= 1.3.0),
+                     python-oslotest (>= 1:1.10.0),
+                     python-osprofiler (>= 1.4.0),
                      python-paramiko (>= 2.0),
                      python-pastedeploy (>= 1.5.0),
                      python-psycopg2 (>= 2.5),
-                     python-pymysql,
+                     python-pymysql (>= 0.6.2),
                      python-requests (>= 2.10.0),
                      python-retrying (>= 1.2.3),
                      python-routes (>= 1.12.3),
-                     python-saharaclient (>= 0.16.0),
+                     python-saharaclient (>= 0.18.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-testresources,
-                     python-testscenarios,
+                     python-testresources (>= 0.2.4),
+                     python-testscenarios (>= 0.4),
                      python-testtools (>= 1.4.0),
+                     python-tempest,
                      python-troveclient (>= 1:2.2.0),
                      python-tz (>= 2013.6),
                      python-webob (>= 1.2.3),
@@ -88,10 +92,11 @@ Build-Depends-Indep: bandit (>= 0.13.2),
                      python-yaql (>= 1.1.0),
                      python-zaqarclient (>= 1.0.0),
                      subunit,
+                     tempest,
                      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
+Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-heat?h=debian%2Fnewton
+Vcs-Git: https://git.openstack.org/openstack/deb-heat -b debian/newton
 Homepage: http://wiki.openstack.org/Heat
 
 Package: python-heat
@@ -108,9 +113,9 @@ Depends: python-aodhclient (>= 0.5.0),
          python-debtcollector (>= 1.2.0),
          python-designateclient (>= 1.5.0),
          python-eventlet (>= 0.18.4),
-         python-glanceclient (>= 1:2.0.0),
+         python-glanceclient (>= 1:2.3.0),
          python-greenlet (>= 0.3.2),
-         python-heatclient (>= 1.1.0),
+         python-heatclient (>= 1.4.0),
          python-keystoneauth1 (>= 2.10.0),
          python-keystoneclient (>= 1:2.0.0),
          python-keystonemiddleware (>= 4.0.0),
@@ -120,16 +125,16 @@ Depends: python-aodhclient (>= 0.5.0),
          python-memcache,
          python-migrate (>= 0.9.6),
          python-mistralclient (>= 2.0.0),
-         python-monascaclient (>= 1.0.30),
+         python-monascaclient (>= 1.1.0),
          python-mysqldb,
-         python-netaddr (>= 0.7.12),
-         python-neutronclient (>= 1:4.2.0),
+         python-netaddr (>= 0.7.13),
+         python-neutronclient (>= 1:5.1.0),
          python-novaclient (>= 2:2.29.0),
          python-openstackclient (>= 2.1.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.context (>= 2.9.0),
          python-oslo.db (>= 4.10.0),
          python-oslo.i18n (>= 2.1.0),
          python-oslo.log (>= 2.0.0),
@@ -141,15 +146,15 @@ Depends: python-aodhclient (>= 0.5.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-osprofiler (>= 1.4.0),
          python-pastedeploy (>= 1.5.0),
          python-pbr (>= 1.8),
          python-psycopg2 (>= 2.5),
-         python-pymysql,
+         python-pymysql (>= 0.6.2),
          python-requests (>= 2.10.0),
          python-retrying (>= 1.2.3),
          python-routes (>= 1.12.3),
-         python-saharaclient (>= 0.16.0),
+         python-saharaclient (>= 0.18.0),
          python-senlinclient (>= 0.3.0),
          python-six (>= 1.9.0),
          python-sqlalchemy (>= 1.0.10),
diff --git a/xenial/debian/heat-api-cfn.service b/xenial/debian/heat-api-cfn.service
new file mode 100644 (file)
index 0000000..b62dd24
--- /dev/null
@@ -0,0 +1,16 @@
+[Unit]
+Description=OpenStack Heat API CFN
+Documentation=http://docs.openstack.org/
+After=postgresql.service mysql.service keystone.service rabbitmq-server.service ntp.service network.service
+
+[Service]
+User=heat
+Group=heat
+ExecStart=/etc/init.d/heat-api-cfn systemd-start
+ExecStop=/etc/init.d/heat-api-cfn systemd-stop
+PIDFile=/var/run/heat/heat-api-cfn.pid
+Restart=on-failure
+Type=forking
+
+[Install]
+WantedBy=multi-user.target
diff --git a/xenial/debian/heat-api-cloudwatch.service b/xenial/debian/heat-api-cloudwatch.service
new file mode 100644 (file)
index 0000000..3386235
--- /dev/null
@@ -0,0 +1,16 @@
+[Unit]
+Description=OpenStack API CloudWatch
+Documentation=http://docs.openstack.org/
+After=postgresql.service mysql.service keystone.service rabbitmq-server.service ntp.service network.service
+
+[Service]
+User=heat
+Group=heat
+ExecStart=/etc/init.d/heat-api-cloudwatch systemd-start
+ExecStop=/etc/init.d/heat-api-cloudwatch systemd-stop
+PIDFile=/var/run/heat/heat-api-cloudwatch.pid
+Restart=on-failure
+Type=forking
+
+[Install]
+WantedBy=multi-user.target
diff --git a/xenial/debian/heat-api.service b/xenial/debian/heat-api.service
new file mode 100644 (file)
index 0000000..9c14adc
--- /dev/null
@@ -0,0 +1,16 @@
+[Unit]
+Description=OpenStack Heat API
+Documentation=http://docs.openstack.org/
+After=postgresql.service mysql.service keystone.service rabbitmq-server.service ntp.service network.service
+
+[Service]
+User=heat
+Group=heat
+ExecStart=/etc/init.d/heat-api systemd-start
+ExecStop=/etc/init.d/heat-api systemd-stop
+PIDFile=/var/run/heat/heat-api.pid
+Restart=on-failure
+Type=forking
+
+[Install]
+WantedBy=multi-user.target
diff --git a/xenial/debian/heat-engine.service b/xenial/debian/heat-engine.service
new file mode 100644 (file)
index 0000000..8af82ac
--- /dev/null
@@ -0,0 +1,16 @@
+[Unit]
+Description=OpenStack Heat Engine
+Documentation=http://docs.openstack.org/
+After=postgresql.service mysql.service keystone.service rabbitmq-server.service ntp.service network.service
+
+[Service]
+User=heat
+Group=heat
+ExecStart=/etc/init.d/heat-engine systemd-start
+ExecStop=/etc/init.d/heat-engine systemd-stop
+PIDFile=/var/run/heat/heat-engine.pid
+Restart=on-failure
+Type=forking
+
+[Install]
+WantedBy=multi-user.target
index 67ab4d4891192e843e3a8a7ebe03838b0270cf70..b92b4395b2fba010f64979df0031ee573724990f 100644 (file)
@@ -1,14 +1,14 @@
 # Danish translation heat.
-# Copyright (C) 2014 heat og nedenstående oversættere.
+# Copyright (C) 2016 heat og nedenstående oversættere.
 # This file is distributed under the same license as the heat package.
-# Joe Hansen <joedalton2@yahoo.dk>, 2013, 2014.
+# Joe Hansen <joedalton2@yahoo.dk>, 2013, 2014, 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: 2014-02-22 23:51+0200\n"
+"PO-Revision-Date: 2016-07-09 23:51+0200\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
 "Language: da\n"
@@ -103,17 +103,14 @@ msgstr ""
 #. 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."
+"Bemærk at du skal have en op og kørende Keystoneserver, som du skal forbinde "
+"til via et kendt administratorprojektnavn, administratorbrugernavn og "
+"adgangskode. Administratorens godkendelsessymbol bruges ikke længere."
 
 #. Type: string
 #. Description
@@ -134,10 +131,8 @@ msgstr ""
 #. Type: string
 #. Description
 #: ../heat-common.templates:8001
-#, fuzzy
-#| msgid "Keystone authentication token:"
 msgid "Keystone admin name:"
-msgstr "Godkendelsessymbol for Keystone:"
+msgstr "Administratornavn for Keystone:"
 
 #. Type: string
 #. Description
@@ -151,18 +146,21 @@ msgid ""
 "To register the service endpoint, this package needs to know the Admin "
 "login, name, project name, and password to the Keystone server."
 msgstr ""
+"For at registrere tjenesteslutpunkt skal denne pakke kende til "
+"administratorlogind'et, navn, projektnavn og adgangskode for "
+"Keystoneserveren."
 
 #. Type: string
 #. Description
 #: ../heat-common.templates:9001
 msgid "Keystone admin project name:"
-msgstr ""
+msgstr "Projektnavn for Keystoneadministratoren:"
 
 #. Type: password
 #. Description
 #: ../heat-common.templates:10001
 msgid "Keystone admin password:"
-msgstr ""
+msgstr "Adgangskode for Keystoneadministratoren:"
 
 #. Type: string
 #. Description
@@ -310,9 +308,3 @@ 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."
index 106ce95f9f6f94fd79de2339b7f66c913f8e5353..e2b917aa7999739da37e837c99c99d101df84c8d 100644 (file)
@@ -1,13 +1,13 @@
 # Italian translation of heat debconf messages.
-# Copyright (C) 2013, heat package copyright holder
+# Copyright (C) 2016, heat package copyright holder
 # This file is distributed under the same license as the heat package.
-# Beatrice Torracca <beatricet@libero.it>, 2013, 2014.
+# Beatrice Torracca <beatricet@libero.it>, 2013, 2014, 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: 2014-04-06 15:03+0200\n"
+"PO-Revision-Date: 2016-08-01 15:53+0200\n"
 "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
 "Language: it\n"
@@ -105,7 +105,6 @@ msgstr ""
 #. 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."
@@ -114,8 +113,10 @@ msgid ""
 "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."
+"Notare che sarà necessario avere un server Keystone in funzione a cui "
+"connettersi usando un nome di progetto di amministrazione conosciuto, un "
+"nome utente e password di amministratore. Il token di autenticazione di "
+"amministratore non è più usato."
 
 #. Type: string
 #. Description
@@ -137,10 +138,9 @@ msgstr ""
 #. Type: string
 #. Description
 #: ../heat-common.templates:8001
-#, fuzzy
 #| msgid "Keystone IP address:"
 msgid "Keystone admin name:"
-msgstr "Indirizzo IP di Keystone:"
+msgstr "Nome amministratore Keystone:"
 
 #. Type: string
 #. Description
@@ -154,20 +154,22 @@ msgid ""
 "To register the service endpoint, this package needs to know the Admin "
 "login, name, project name, and password to the Keystone server."
 msgstr ""
+"Per registrare il punto terminale del servizio questo pacchetto deve "
+"conoscere il login, il nome, il nome del progetto e la password "
+"dell'amministratore per il server Keystone."
 
 #. Type: string
 #. Description
 #: ../heat-common.templates:9001
 msgid "Keystone admin project name:"
-msgstr ""
+msgstr "Nome del progetto di amministrazione Keystone:"
 
 #. Type: password
 #. Description
 #: ../heat-common.templates:10001
-#, fuzzy
 #| msgid "Keystone IP address:"
 msgid "Keystone admin password:"
-msgstr "Indirizzo IP di Keystone:"
+msgstr "Password amministratore Keystone:"
 
 #. Type: string
 #. Description
@@ -313,126 +315,3 @@ msgstr "Password per la connessione al server RabbitMQ:"
 #: ../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/pt_BR.po b/xenial/debian/po/pt_BR.po
new file mode 100644 (file)
index 0000000..0ce736b
--- /dev/null
@@ -0,0 +1,318 @@
+# Debconf translations for heat.
+# Copyright (C) 2016 THE heat'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the heat package.
+# Adriano Rafael Gomes <adrianorg@arg.eti.br>, 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-05-20 20:40-0300\n"
+"Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n"
+"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
+"org>\n"
+"Language: pt_BR\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 "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 seu servidor de autenticação. "
+"Tipicamente, esse é também o nome de máquina do Serviço de Identidade do "
+"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 de locatário (\"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 de locatário (\"tenant\") do servidor de "
+"autenticação."
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:4001
+msgid "Authentication server username:"
+msgstr "Nome de usuário 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 usuário para usar com o servidor de "
+"autenticação."
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:5001
+msgid "Authentication server password:"
+msgstr "Senha 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 senha para usar com o servidor de autenticação."
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:6001
+msgid "Register Heat in the Keystone endpoint catalog?"
+msgstr "Registrar 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 OpenStack (cada API) deve ser registrado para ser acessível. "
+"Isso é feito usando \"keystone service-create\" e \"keystone endpoint-create"
+"\". Isso 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 a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+msgstr ""
+"Note que você precisará ter um servidor Keystone configurado e em execução "
+"no qual conectar usando um nome de projeto de admin, nome de usuário de "
+"admin e senha conhecidos. O \"token\" de autenticação do admin não é mais "
+"usado."
+
+#. 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, informe o endereço IP do servidor Keystone, de forma que o heat-"
+"api possa contatar o Keystone para efetuar a criação do \"endpoint\" e do "
+"serviço Heat."
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:8001
+msgid "Keystone admin name:"
+msgstr "Nome de admin 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 registrar o \"endpoint\" do serviço, esse pacote precisa saber o login, "
+"nome, nome do projeto e senha do Admin no servidor Keystone."
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:9001
+msgid "Keystone admin project name:"
+msgstr "Nome do projeto admin no Keystone:"
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:10001
+msgid "Keystone admin password:"
+msgstr "Senha do admin no Keystone:"
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:11001
+msgid "Heat endpoint IP address:"
+msgstr "Endereço IP do \"endpoint\" Heat:"
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:11001
+msgid "Please enter the IP address that will be used to contact Heat."
+msgstr "Por favor, informe o endereço IP que será usado para contatar 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 ""
+"Esse endereço IP deveria ser acessível a partir dos clientes que usarão esse "
+"serviço, assim se você está instalando uma nuvem pública, ele deveria 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 para 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 ""
+"O OpenStack suporta usar zonas de disponibilidade, com cada região "
+"representando uma localidade. Por favor, informe a zona que você deseja usar "
+"ao registrar o \"endpoint\"."
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:13001
+msgid "Set up a database for heat-common?"
+msgstr "Configurar um banco 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 ""
+"Nenhum banco de dados foi configurado para o heat-common utilizar. Antes de "
+"continuar, você deve se certificar que você tem as seguintes informações:"
+
+#. 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 banco de dados que você quer usar;\n"
+" * o nome de máquina do servidor de banco de dados (tal servidor deve\n"
+"   permitir conexões TCP a partir deste computador);\n"
+" * um usuário e uma senha para acessar o banco 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 algum desses requisitos estiver faltando, rejeite essa opção e execute "
+"com suporte regular ao SQLite."
+
+#. 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 mudar essa configuração depois, executando \"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 ""
+"Para interoperar com outros componentes do Openstack, esse pacote precisa se "
+"conectar 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 de tal servidor."
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:15001
+msgid "Username for connection to the RabbitMQ server:"
+msgstr "Nome de usuário para conexã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 usuário usado para conectar ao servidor "
+"RabbitMQ."
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:16001
+msgid "Password for connection to the RabbitMQ server:"
+msgstr "Senha para conexão com o 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 senha usada para conectar ao servidor RabbitMQ."
index d96c22d5bd866f820570a9b95352cb7062bb8bcc..11e84e308f77d045d1687d7a9e4a2cc2dd182e11 100755 (executable)
@@ -15,8 +15,8 @@ override_dh_auto_test:
        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 ; \
+               PYTHONPATH=$(CURDIR) testr run --subunit --parallel 'heat.tests.*' | tee $$TEMP_REZ | subunit2pyunit ; \
+               cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
                rm -f $$TEMP_REZ ;
        testr slowest
 endif
@@ -38,7 +38,7 @@ override_dh_install:
                --namespace heat.common.config \
                 --namespace heat.common.context \
                --namespace heat.common.crypt \
-               --namespace heat.common.heat_keystoneclient \
+               --namespace heat.engine.clients.keystone.heat_keystoneclient \
                --namespace heat.common.wsgi \
                --namespace heat.engine.clients \
                --namespace heat.engine.notification \
@@ -56,6 +56,7 @@ override_dh_install:
                 --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
 
diff --git a/xenial/debian/source/options b/xenial/debian/source/options
new file mode 100644 (file)
index 0000000..001062d
--- /dev/null
@@ -0,0 +1 @@
+extend-diff-ignore = "^[.]gitreview$"