summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-02-13 07:16:25 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-02-13 07:16:25 +0000
commita76da350ac8ce1bde67c5fcb7ac41489e3e2a24d (patch)
tree0b637e863f3c283bbc0de65a1fbf26e0f02a476f /releasenotes
parentfed80b7c9e2b07c327afbb5c60c1bb8c98176cce (diff)
downloadheat-a76da350ac8ce1bde67c5fcb7ac41489e3e2a24d.tar.gz
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I17da47a66472ef8a5be3005ee010378913dd35d8
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po52
1 files changed, 50 insertions, 2 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index 948fb6240..dc816b171 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -4,11 +4,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat Release Notes\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-02-10 01:19+0000\n"
+"POT-Creation-Date: 2018-02-12 10:34+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2018-02-09 06:53+0000\n"
+"PO-Revision-Date: 2018-02-12 05:27+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
@@ -31,6 +31,9 @@ msgstr "10.0.0.0b2"
msgid "10.0.0.0b3"
msgstr "10.0.0.0b3"
+msgid "10.0.0.0rc1"
+msgstr "10.0.0.0rc1"
+
msgid "5.0.1"
msgstr "5.0.1"
@@ -267,6 +270,13 @@ msgstr ""
"notification resource in Heat with a default interval value of 60."
msgid ""
+"Added ``hostname``, ``hints``, ``security_groups``, and ``mounts`` "
+"properties to Zun Container resources."
+msgstr ""
+"Added ``hostname``, ``hints``, ``security_groups``, and ``mounts`` "
+"properties to Zun Container resources."
+
+msgid ""
"Added a new ``event-sinks`` element to the environment which allows "
"specifying a target where events from the stack are sent. It supports the "
"``zaqar-queue`` element for now."
@@ -833,6 +843,17 @@ msgid "Newton Series Release Notes"
msgstr "Newton Series Release Notes"
msgid ""
+"Note that Heat is compatible with OpenStack Identity federation, even when "
+"using Keystone trusts. It should work after you enable Federation and build "
+"the `auto-provisioning map`_ with the heat service user in Keystone. Auto-"
+"provisioning has been available in Keystone since the Ocata release."
+msgstr ""
+"Note that Heat is compatible with OpenStack Identity federation, even when "
+"using Keystone trusts. It should work after you enable Federation and build "
+"the `auto-provisioning map`_ with the heat service user in Keystone. Auto-"
+"provisioning has been available in Keystone since the Ocata release."
+
+msgid ""
"Now heat keystone user name charaters limit increased from 64 to 255. Any "
"extra charaters will lost when truncate the name to the last 255 charaters."
msgstr ""
@@ -996,6 +1017,9 @@ msgstr ""
"meant that fetching all nested events required an inefficient recursive "
"client-side implementation."
+msgid "Queens Series Release Notes"
+msgstr "Queens Series Release Notes"
+
msgid ""
"Resource ``OS::Neutron::Net`` now supports ``l2_adjacency`` atribute on "
"whether L2 connectivity is available across the network or not."
@@ -1144,6 +1168,15 @@ msgstr ""
"is not supported in OpenStack any longer."
msgid ""
+"The Heat plugin in Horizon has been replaced with a new stand-alone Horizon "
+"plugin, heat-dashboard. You can see more detail in the heat-dashboard "
+"repository (https://git.openstack.org/cgit/openstack/heat-dashboard)."
+msgstr ""
+"The Heat plugin in Horizon has been replaced with a new stand-alone Horizon "
+"plugin, Heat-dashboard. You can see more detail in the Heat-dashboard "
+"repository (https://git.openstack.org/cgit/openstack/heat-dashboard)."
+
+msgid ""
"The OS::Nova::Server now supports a new property user_data_update_policy, "
"which may be set to either 'REPLACE' (default) or 'IGNORE' if you wish to "
"allow user_data updates to be ignored on stack update. This is useful when "
@@ -1239,6 +1272,21 @@ msgstr ""
"function and make sure without repeating items."
msgid ""
+"The old Heat Tempest plugin ``heat_tests`` has been removed and replaced by "
+"a separate Tempest plugin named ``heat``, in the heat-tempest-plugin "
+"repository (https://git.openstack.org/cgit/openstack/heat-tempest-plugin). "
+"Functional tests that are appropriate for the Tempest environment have been "
+"migrated to the new plugin. Other functional tests remain behind in the heat "
+"repository."
+msgstr ""
+"The old Heat Tempest plugin ``heat_tests`` has been removed and replaced by "
+"a separate Tempest plugin named ``heat``, in the heat-tempest-plugin "
+"repository (https://git.openstack.org/cgit/openstack/heat-tempest-plugin). "
+"Functional tests that are appropriate for the Tempest environment have been "
+"migrated to the new plugin. Other functional tests remain behind in the heat "
+"repository."
+
+msgid ""
"The template validate API call now returns the Environment calculated by "
"heat - this enables preview of the merged environment when using "
"parameter_merge_strategy prior to creating the stack"