+++ /dev/null
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-API_CONF=/etc/heat/heat-api-cfn.conf
-
-#PKGOS-INCLUDE#
-
-pkgos_var_user_group heat
-pkgos_read_admin_creds ${API_CONF} keystone_authtoken heat
-
-exit 0
+++ /dev/null
-#!/bin/sh
-
-set -e
-
-ETC=/etc/heat
-
-#PKGOS-INCLUDE#
-
-if [ "$1" = "configure" ] ; then
- . /usr/share/debconf/confmodule
- pkgos_var_user_group heat
- pkgos_write_new_conf heat heat-api-cfn.conf
- pkgos_write_admin_creds /etc/heat/heat-api-cfn.conf keystone_authtoken heat
- chown -R heat:adm /var/log/heat
- chmod 0750 /var/log/heat
-fi
-
-#DEBHELPER#
-
-exit 0
set -e
if [ "${1}" = "purge" ] ; then
- 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
+++ /dev/null
-# 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: Auth server hostname:
- Please specify the hostname of your authentication server. Typically this is also
- the hostname of your OpenStack Identity Service (Keystone).
-
-Template: heat/admin-tenant-name
-Type: string
-Default: admin
-_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.
-
+++ /dev/null
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-API_CONF=/etc/heat/heat-api-cloudwatch.conf
-
-#PKGOS-INCLUDE#
-
-pkgos_var_user_group heat
-pkgos_read_admin_creds ${API_CONF} keystone_authtoken heat
-
-exit 0
+++ /dev/null
-#!/bin/sh
-
-set -e
-
-ETC=/etc/heat
-
-#PKGOS-INCLUDE#
-
-if [ "$1" = "configure" ] ; then
- . /usr/share/debconf/confmodule
- pkgos_var_user_group heat
- pkgos_write_new_conf heat heat-api-cloudwatch.conf
- pkgos_write_admin_creds /etc/heat/heat-api-cloudwatch.conf keystone_authtoken heat
- chown -R heat:adm /var/log/heat
- chmod 0750 /var/log/heat
-fi
-
-#DEBHELPER#
-
-exit 0
+++ /dev/null
-#!/bin/sh
-
-set -e
-
-if [ "${1}" = "purge" ] ; then
- 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
-
-#DEBHELPER#
-
-exit 0
+++ /dev/null
-# 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/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.
+++ /dev/null
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-API_CONF=/etc/heat/heat-api.conf
-
-#PKGOS-INCLUDE#
-
-pkgos_var_user_group heat
-pkgos_read_admin_creds ${API_CONF} keystone_authtoken heat
-pkgos_register_endpoint_config heat
-
-exit 0
+++ /dev/null
-#!/bin/sh
-
-set -e
-
-#PKGOS-INCLUDE#
-
-if [ "$1" = "configure" ] ; then
- . /usr/share/debconf/confmodule
-
- pkgos_var_user_group heat
-
- pkgos_write_new_conf heat heat-api.conf
- pkgos_write_admin_creds /etc/heat/heat-api.conf keystone_authtoken heat
-
- pkgos_register_endpoint_postinst heat heat orchestration "Heat Orchestration API" 8004 /v1/'%(tenant_id)s'
-
- chown -R heat:adm /var/log/heat
- chmod 0750 /var/log/heat
-fi
-
-#DEBHELPER#
-
-exit 0
. /usr/share/debconf/confmodule
-CONF=/etc/heat/heat-engine.conf
+CONF=/etc/heat/heat.conf
#PKGOS-INCLUDE#
pkgos_var_user_group heat
pkgos_dbc_read_conf -pkg heat-engine ${CONF} DEFAULT sql_connection heat $@
+pkgos_read_admin_creds ${CONF} keystone_authtoken heat
+pkgos_register_endpoint_config heat
exit 0
set -e
ETC=/etc/heat
+CONF=/etc/heat/heat.conf
#PKGOS-INCLUDE#
if [ "$1" = "configure" ] ; then
pkgos_var_user_group heat
- chown -R heat:adm /var/log/heat
+ chown heat:adm /var/log/heat
chmod 0750 /var/log/heat
mkdir -p /etc/heat
mkdir -p /var/lib/heat
- chown heat:heat -R /var/lib/heat /etc/heat
+ chown heat:heat /var/lib/heat /etc/heat
+ pkgos_write_new_conf heat heat.conf
+
+ pkgos_dbc_postinst ${CONF} DEFAULT sql_connection 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:
+ su heat -c "python -m heat.db.sync"
+
+ chown -R heat:adm /var/log/heat
+ chmod 0750 /var/log/heat
fi
#DEBHELPER#
set -e
if [ "${1}" = "purge" ] ; then
- [ -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#
if [ "$RET" = "true" ]; then
if [ -r /usr/share/dbconfig-common/dpkg/prerm ] ; then
. /usr/share/dbconfig-common/dpkg/prerm
- dbc_go heat-engine $@
+ dbc_go heat-common $@
fi
fi
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: true
+_Description: Set up a database for heat-engine?
+ No database has been set up for heat-engine 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-engine".
+++ /dev/null
-#!/bin/sh
-
-set -e
-
-CONF=/etc/heat/heat-engine.conf
-
-#PKGOS-INCLUDE#
-
-if [ "$1" = "configure" ] ; then
- . /usr/share/debconf/confmodule
- . /usr/share/dbconfig-common/dpkg/postinst
-
- pkgos_var_user_group heat
- pkgos_write_new_conf heat heat-engine.conf
- pkgos_dbc_postinst ${CONF} DEFAULT sql_connection heat $@
-
- # This is the equivalent of db-sync:
- su heat -c "python -m heat.db.sync"
-fi
-
-#DEBHELPER#
-
-exit 0
+++ /dev/null
-#!/bin/sh
-
-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/engine*
- [ -d /var/log/heat ] && rmdir --ignore-fail-on-non-empty /var/log/heat
-fi
-
-#DEBHELPER#
-
-exit 0
+++ /dev/null
-# 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/configure_db
-Type: boolean
-Default: true
-_Description: Set up a database for heat-engine?
- No database has been set up for heat-engine 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-engine".
--- /dev/null
+[keystone_authtoken]
+auth_host = 127.0.0.1
+auth_port = 35357
+auth_protocol = http
+admin_tenant_name = %SERVICE_TENANT_NAME%
+admin_user = %SERVICE_USER%
+admin_password = %SERVICE_PASSWORD%
-[type: gettext/rfc822deb] heat-engine.templates
-[type: gettext/rfc822deb] heat-api-cfn.templates
-[type: gettext/rfc822deb] heat-api-cloudwatch.templates
-[type: gettext/rfc822deb] heat-api.templates
+[type: gettext/rfc822deb] heat-common.templates
msgstr ""
"Project-Id-Version: heat 2013.1.2-4\n"
"Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-07-10 22:55+0800\n"
+"POT-Creation-Date: 2013-09-25 14:57+0800\n"
"PO-Revision-Date: 2013-08-28 13:31+0200\n"
"Last-Translator: Michal Simunek <michal.simunek@gmail.com>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid "Set up a database for heat-engine?"
-msgstr "Nastavit databázi pro heat-engine?"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"No database has been set up for heat-engine to use. Before continuing, you "
-"should make sure you have the following information:"
-msgstr ""
-"Nebyla nastavena žádná databáze k použití s heat-engine. Chcete-li ji nyní "
-"nastavit, ujistěte se prosím, že máte všechny potřebné údaje:"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-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-engine.templates:2001
-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-engine.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"heat-engine\"."
-msgstr ""
-"Toto nastavení můžete později změnit spuštěním \"dpkg-reconfigure -plow "
-"heat-engine\"."
-
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:2001
-msgid "Auth server hostname:"
+#: ../heat-common.templates:2001
+msgid "Authentication server hostname:"
msgstr "Název hostitele autentizačního serveru:"
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:2001
+#: ../heat-common.templates:2001
msgid ""
-"Please specify the hostname of your authentication server. Typically this is "
-"also the hostname of your OpenStack Identity Service (Keystone)."
+"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
-#. 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")
#. Type: string
#. Description
#. Translators: a "tenant" in OpenStack world is
#. You're advised to either keep "tenant" without translating it
#. or keep it parenthezised. Example for French:
#. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
msgid "Authentication server tenant name:"
msgstr "Název nájemce pro autentizační server:"
-#. Type: string
-#. Description
-#. 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")
#. Type: string
#. Description
#. Translators: a "tenant" in OpenStack world is
#. You're advised to either keep "tenant" without translating it
#. or keep it parenthezised. Example for French:
#. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../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
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
msgid "Authentication server username:"
msgstr "Uživatel autentizačního serveru:"
#. Type: string
#. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../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."
+msgstr ""
+"Zadejte prosím uživatelské jméno, které se má použít na autentizačním "
+"serveru."
#. Type: password
#. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
msgid "Authentication server password:"
msgstr "Heslo autentizačního serveru:"
#. Type: password
#. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../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: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid "Authentication server hostname:"
-msgstr "Název hostitele autentizačního serveru:"
-
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.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: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../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-api.templates:6001
+#: ../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 "
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."
+"\"keystone endpoint-create\". Zvolte si, zda-li se tyto příkazy mají nyní "
+"spustit."
#. Type: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../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."
#. Type: string
#. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
msgid "Keystone server IP address:"
msgstr "IP adresa serveru keystone:"
#. Type: string
#. Description
-#: ../heat-api.templates:7001
+#: ../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."
#. Type: password
#. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
msgid "Keystone authentication token:"
msgstr "Autentizační klíč pro Keystone:"
#. Type: password
#. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
msgid ""
"To configure its endpoint in Keystone, heat-api needs the Keystone "
"authentication token."
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
msgid "Heat endpoint IP address:"
msgstr "IP adresa koncového bodu Heat:"
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
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-api.templates:9001
+#: ../heat-common.templates:9001
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."
+"používat, takže pokud instalujete veřejný cloud, musí to být veřejná IP "
+"adresa."
#. Type: string
#. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
msgid "Name of the region to register:"
msgstr "Název registrované oblasti:"
#. Type: string
#. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
msgid ""
"OpenStack supports using availability zones, with each region representing a "
"location. Please enter the zone that you wish to use when registering the "
"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:11001
+msgid "Set up a database for heat-engine?"
+msgstr "Nastavit databázi pro heat-engine?"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"No database has been set up for heat-engine to use. Before continuing, you "
+"should make sure you have the following information:"
+msgstr ""
+"Nebyla nastavena žádná databáze k použití s heat-engine. Chcete-li ji nyní "
+"nastavit, ujistěte se prosím, že máte všechny potřebné údaje:"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+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:11001
+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:11001
+msgid ""
+"You can change this setting later on by running \"dpkg-reconfigure -plow "
+"heat-engine\"."
+msgstr ""
+"Toto nastavení můžete později změnit spuštěním \"dpkg-reconfigure -plow heat-"
+"engine\"."
+
+#~ 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)."
msgstr ""
"Project-Id-Version: heat\n"
"Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-07-10 22:55+0800\n"
+"POT-Creation-Date: 2013-09-25 14:57+0800\n"
"PO-Revision-Date: 2013-08-17 23:51+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid "Set up a database for heat-engine?"
-msgstr "Opsæt en database for heat-engine?"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"No database has been set up for heat-engine to use. Before continuing, you "
-"should make sure you have the following information:"
-msgstr ""
-"Ingen database er blevet opsat for heat-engine. Før du fortsætter, skal du "
-"sikre dig, at du har den følgende information:"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-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-engine.templates:2001
-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-engine.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"heat-engine\"."
-msgstr ""
-"Du kan ændre indstillingen senere ved at køre »dpkg-reconfigure -plow "
-"heat-engine«."
-
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:2001
-msgid "Auth server hostname:"
-msgstr "Værtsnavn for authserver:"
+#: ../heat-common.templates:2001
+msgid "Authentication server hostname:"
+msgstr "Værtsnavn for godkendelsesserveren:"
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:2001
+#: ../heat-common.templates:2001
msgid ""
-"Please specify the hostname of your authentication server. Typically this is "
-"also the hostname of your OpenStack Identity Service (Keystone)."
+"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 din godkendelsesserver. Typisk er dette også "
-"værtsnavnet for din OpenStack Identity Service (Keystone)."
+"Angiv venligst værtsnavnet for godkendelseserveren. Typisk er dette også "
+"værtsnavnet for OpenStack Identity Service (Keystone)."
-#. Type: string
-#. Description
-#. 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")
#. Type: string
#. Description
#. Translators: a "tenant" in OpenStack world is
#. You're advised to either keep "tenant" without translating it
#. or keep it parenthezised. Example for French:
#. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
msgid "Authentication server tenant name:"
msgstr "Lejernavn (tenant) for godkendelsesserver:"
-#. Type: string
-#. Description
-#. 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")
#. Type: string
#. Description
#. Translators: a "tenant" in OpenStack world is
#. You're advised to either keep "tenant" without translating it
#. or keep it parenthezised. Example for French:
#. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
msgid "Please specify the authentication server tenant name."
msgstr "Angiv venligst lejernavn (tenant) for godkendelsesserveren."
#. Type: string
#. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
msgid "Authentication server username:"
msgstr "Brugernavn for godkendelsesserveren:"
#. Type: string
#. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../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
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
msgid "Authentication server password:"
msgstr "Adgangskode for godkendelsesserver:"
#. Type: password
#. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
msgid "Please specify the password to use with the authentication server."
msgstr "Angiv venligst adgangskoden for brug med godkendelsesserveren."
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid "Authentication server hostname:"
-msgstr "Værtsnavn for godkendelsesserveren:"
-
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.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: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
msgid "Register Heat in the Keystone endpoint catalog?"
msgstr "Registrer Heat i Keystones slutpunktskatalog?"
#. Type: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../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."
+"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-api.templates:6001
+#: ../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."
#. Type: string
#. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
msgid "Keystone server IP address:"
msgstr "IP-adresse for Keystoneserver:"
#. Type: string
#. Description
-#: ../heat-api.templates:7001
+#: ../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."
#. Type: password
#. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
msgid "Keystone authentication token:"
msgstr "Godkendelsessymbol for Keystone:"
#. Type: password
#. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
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."
+"For at konfigurere dets slutpunkt i Keystone, kræver heat-api Keystones "
+"godkendelsessymbol."
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
msgid "Heat endpoint IP address:"
msgstr "IP-adresse for Heats slutpunkt:"
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
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-api.templates:9001
+#: ../heat-common.templates:9001
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 "
#. Type: string
#. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
msgid "Name of the region to register:"
msgstr "Navn på regionen der skal registreres:"
#. Type: string
#. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
msgid ""
"OpenStack supports using availability zones, with each region representing a "
"location. Please enter the zone that you wish to use when registering the "
"repræsenterer et sted. Indtast venligst zonen du ønsker at bruge, når "
"slutpunktet registreres."
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid "Set up a database for heat-engine?"
+msgstr "Opsæt en database for heat-engine?"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"No database has been set up for heat-engine to use. Before continuing, you "
+"should make sure you have the following information:"
+msgstr ""
+"Ingen database er blevet opsat for heat-engine. Før du fortsætter, skal du "
+"sikre dig, at du har den følgende information:"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+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:11001
+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:11001
+msgid ""
+"You can change this setting later on by running \"dpkg-reconfigure -plow "
+"heat-engine\"."
+msgstr ""
+"Du kan ændre indstillingen senere ved at køre »dpkg-reconfigure -plow heat-"
+"engine«."
+
+#~ msgid "Auth server hostname:"
+#~ msgstr "Værtsnavn for authserver:"
+
+#~ msgid ""
+#~ "Please specify the hostname of your authentication server. Typically this "
+#~ "is also the hostname of your OpenStack Identity Service (Keystone)."
+#~ msgstr ""
+#~ "Angiv venligst værtsnavnet for din godkendelsesserver. Typisk er dette "
+#~ "også værtsnavnet for din OpenStack Identity Service (Keystone)."
msgstr ""
"Project-Id-Version: heat\n"
"Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-07-10 22:55+0800\n"
+"POT-Creation-Date: 2013-09-25 14:57+0800\n"
"PO-Revision-Date: 2013-07-10 23:55+0900\n"
"Last-Translator: victory <victory.deb@gmail.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid "Set up a database for heat-engine?"
-msgstr "heat-engine 用のデータベースを準備しますか?"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"No database has been set up for heat-engine to use. Before continuing, you "
-"should make sure you have the following information:"
-msgstr ""
-"heat-engine で利用するデータベースが用意されていません。続行する前に以下の情報"
-"が揃っているか確認してください:"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-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-engine.templates:2001
-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-engine.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"heat-engine\"."
-msgstr ""
-"この設定は後で「dpkg-reconfigure -plow heat-engine」を実行することにより変更で"
-"きます。"
-
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:2001
-msgid "Auth server hostname:"
+#: ../heat-common.templates:2001
+msgid "Authentication server hostname:"
msgstr "認証サーバのホスト名:"
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:2001
+#: ../heat-common.templates:2001
msgid ""
-"Please specify the hostname of your authentication server. Typically this is "
-"also the hostname of your OpenStack Identity Service (Keystone)."
+"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) のホスト名にもなっています。"
#. You're advised to either keep "tenant" without translating it
#. or keep it parenthezised. Example for French:
#. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
msgid "Authentication server tenant name:"
msgstr "認証サーバの管理用アカウント (tenant) 名"
#. You're advised to either keep "tenant" without translating it
#. or keep it parenthezised. Example for French:
#. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
msgid "Please specify the authentication server tenant name."
msgstr "認証サーバの管理用アカウント (tenant) 名を指定してください。"
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
msgid "Authentication server username:"
msgstr "認証サーバのユーザ名:"
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
msgid "Please specify the username to use with the authentication server."
msgstr "認証サーバで利用するユーザ名を指定してください。"
#. Type: password
#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
msgid "Authentication server password:"
msgstr "認証サーバのパスワード:"
#. Type: password
#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
msgid "Please specify the password to use with the authentication server."
msgstr "認証サーバで利用するパスワードを指定してください。"
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid "Authentication server hostname:"
-msgstr "認証サーバのホスト名:"
-
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.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: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
msgid "Register Heat in the Keystone endpoint catalog?"
msgstr "heat を Keystone の端末リストに登録しますか?"
#. Type: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../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 ごと) に、アクセスできるようにするため登録すべき"
-"ã\81§ã\81\99ã\80\82ã\80\8ckeystone service-createã\80\8dã\81¨ã\80\8ckeystone endpoint-createã\80\8dã\82\92使ã\81£ã\81¦ç\99»é\8c²ã\81\99"
-"ることができます。ここで自動的に行うことができます。"
+"OpenStack のサービスごと (API ごと) に、アクセスできるようにするため登録すべ"
+"ã\81\8dã\81§ã\81\99ã\80\82ã\80\8ckeystone service-createã\80\8dã\81¨ã\80\8ckeystone endpoint-createã\80\8dã\82\92使ã\81£ã\81¦ç\99»é\8c²"
+"ã\81\99ã\82\8bã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾ã\81\99ã\80\82ã\81\93ã\81\93ã\81§è\87ªå\8b\95ç\9a\84ã\81«è¡\8cã\81\86ã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾ã\81\99ã\80\82"
#. Type: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../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."
#. Type: string
#. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
msgid "Keystone server IP address:"
msgstr "Keystone サーバの IP アドレス:"
#. Type: string
#. Description
-#: ../heat-api.templates:7001
+#: ../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."
#. Type: password
#. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
msgid "Keystone authentication token:"
msgstr "Keystone 認証文字列:"
#. Type: password
#. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
msgid ""
"To configure its endpoint in Keystone, heat-api needs the Keystone "
"authentication token."
msgstr ""
-"Keystone で端末を設定するには、heat-api は Keystone 認証文字列を必要とします。"
+"Keystone で端末を設定するには、heat-api は Keystone 認証文字列を必要としま"
+"す。"
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
msgid "Heat endpoint IP address:"
msgstr "heat 端末の IP アドレス:"
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
msgid "Please enter the IP address that will be used to contact Heat."
msgstr "heat への通信に利用する IP アドレスを入力してください。"
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
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 アドレスはこのサービスを利用するクライアントからアクセスできないといけ"
-"ã\81ªã\81\84ã\81®ã\81§ã\80\81ã\83\91ã\83\96ã\83ªã\83\83ã\82¯ã\82¯ã\83©ã\82¦ã\83\89ã\82\92ã\82¤ã\83³ã\82¹ã\83\88ã\83¼ã\83«ã\81\97ã\81¦ã\81\84ã\82\8bå ´å\90\88ã\80\81ã\81\93ã\82\8cã\81¯å\85¬é\96\8b IP ã\82¢ã\83\89ã\83¬ã\82¹"
-"を使うようにしてください。"
+"この IP アドレスはこのサービスを利用するクライアントからアクセスできないとい"
+"ã\81\91ã\81ªã\81\84ã\81®ã\81§ã\80\81ã\83\91ã\83\96ã\83ªã\83\83ã\82¯ã\82¯ã\83©ã\82¦ã\83\89ã\82\92ã\82¤ã\83³ã\82¹ã\83\88ã\83¼ã\83«ã\81\97ã\81¦ã\81\84ã\82\8bå ´å\90\88ã\80\81ã\81\93ã\82\8cã\81¯å\85¬é\96\8b IP ã\82¢ã\83\89"
+"ã\83¬ã\82¹ã\82\92使ã\81\86ã\82\88ã\81\86ã\81«ã\81\97ã\81¦ã\81\8fã\81 ã\81\95ã\81\84ã\80\82"
#. Type: string
#. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
msgid "Name of the region to register:"
msgstr "登録する領域の名前:"
#. Type: string
#. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
msgid ""
"OpenStack supports using availability zones, with each region representing a "
"location. Please enter the zone that you wish to use when registering the "
"endpoint."
msgstr ""
-"OpenStack は位置を示す各領域による利用可能区分の利用をサポートしています。端末"
-"の登録時に利用したい区分を入力してください。"
+"OpenStack は位置を示す各領域による利用可能区分の利用をサポートしています。端"
+"末の登録時に利用したい区分を入力してください。"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid "Set up a database for heat-engine?"
+msgstr "heat-engine 用のデータベースを準備しますか?"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"No database has been set up for heat-engine to use. Before continuing, you "
+"should make sure you have the following information:"
+msgstr ""
+"heat-engine で利用するデータベースが用意されていません。続行する前に以下の情"
+"報が揃っているか確認してください:"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+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:11001
+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:11001
+msgid ""
+"You can change this setting later on by running \"dpkg-reconfigure -plow "
+"heat-engine\"."
+msgstr ""
+"この設定は後で「dpkg-reconfigure -plow heat-engine」を実行することにより変更"
+"できます。"
+
+#~ 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) のホスト名にもなっています。"
msgstr ""
"Project-Id-Version: heat\n"
"Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-07-10 22:55+0800\n"
+"POT-Creation-Date: 2013-09-25 14:57+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid "Set up a database for heat-engine?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"No database has been set up for heat-engine to use. Before continuing, you "
-"should make sure you have the following information:"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-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-engine.templates:2001
-msgid ""
-"If some of these requirements are missing, do not choose this option and run "
-"with regular SQLite support."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"heat-engine\"."
-msgstr ""
-
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:2001
-msgid "Auth server hostname:"
+#: ../heat-common.templates:2001
+msgid "Authentication server hostname:"
msgstr ""
#. Type: string
#. Description
-#: ../heat-api-cfn.templates:2001
+#: ../heat-common.templates:2001
msgid ""
-"Please specify the hostname of your authentication server. Typically this is "
-"also the hostname of your OpenStack Identity Service (Keystone)."
+"Please specify the hostname of the authentication server. Typically this is "
+"also the hostname of the OpenStack Identity Service (Keystone)."
msgstr ""
-#. Type: string
-#. Description
#. Type: string
#. Description
#. Translators: a "tenant" in OpenStack world is
#. You're advised to either keep "tenant" without translating it
#. or keep it parenthezised. Example for French:
#. locataire ("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-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
msgid "Authentication server tenant name:"
msgstr ""
-#. Type: string
-#. Description
#. Type: string
#. Description
#. Translators: a "tenant" in OpenStack world is
#. You're advised to either keep "tenant" without translating it
#. or keep it parenthezised. Example for French:
#. locataire ("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-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
msgid "Please specify the authentication server tenant name."
msgstr ""
#. Type: string
#. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
msgid "Authentication server username:"
msgstr ""
#. Type: string
#. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
msgid "Please specify the username to use with the authentication server."
msgstr ""
#. Type: password
#. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
msgid "Authentication server password:"
msgstr ""
#. Type: password
#. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
msgid "Please specify the password to use with the authentication server."
msgstr ""
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid "Authentication server hostname:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.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: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
msgid "Register Heat in the Keystone endpoint catalog?"
msgstr ""
#. Type: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../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 "
#. Type: boolean
#. Description
-#: ../heat-api.templates:6001
+#: ../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."
#. Type: string
#. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
msgid "Keystone server IP address:"
msgstr ""
#. Type: string
#. Description
-#: ../heat-api.templates:7001
+#: ../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."
#. Type: password
#. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
msgid "Keystone authentication token:"
msgstr ""
#. Type: password
#. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
msgid ""
"To configure its endpoint in Keystone, heat-api needs the Keystone "
"authentication token."
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
msgid "Heat endpoint IP address:"
msgstr ""
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
msgid "Please enter the IP address that will be used to contact Heat."
msgstr ""
#. Type: string
#. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
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 "
#. Type: string
#. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
msgid "Name of the region to register:"
msgstr ""
#. Type: string
#. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
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:11001
+msgid "Set up a database for heat-engine?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"No database has been set up for heat-engine to use. Before continuing, you "
+"should make sure you have the following information:"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+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:11001
+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:11001
+msgid ""
+"You can change this setting later on by running \"dpkg-reconfigure -plow "
+"heat-engine\"."
+msgstr ""
find . -iname '*.pyc' -delete
rm -f run_tests.err.log
rm -f \
- debian/heat-api-cfn.config \
- debian/heat-api-cfn.postinst \
- debian/heat-api-cloudwatch.config \
- debian/heat-api-cloudwatch.postinst \
- debian/heat-api.config \
- debian/heat-api.postinst \
debian/heat-common.postinst \
- debian/heat-engine.config \
- debian/heat-engine.postinst
+ debian/heat-common.config
+
+override_dh_install:
+ dh_install
+ install -D -m 0640 etc/heat/heat.conf.sample $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf
+ cat $(CURDIR)/debian/keystone_authtoken >>$(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf
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-api-cfn.config
- /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-api-cfn.postinst
- /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-api-cloudwatch.config
- /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-api-cloudwatch.postinst
- /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-api.config
- /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-api.postinst
- /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-common.postinst
- /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-engine.config
- /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-engine.postinst
+ /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-common.config
override_dh_installman:
python setup.py build