diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index a0dc4098ee..0dceb183c2 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -2,15 +2,16 @@ # Andi Chandler , 2018. #zanata # Andi Chandler , 2019. #zanata # Andi Chandler , 2020. #zanata +# Andi Chandler , 2021. #zanata msgid "" msgstr "" "Project-Id-Version: openstack-heat\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-30 12:31+0000\n" +"POT-Creation-Date: 2021-10-05 09:34+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2020-11-24 02:42+0000\n" +"PO-Revision-Date: 2021-09-18 07:40+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -57,14 +58,26 @@ msgstr "13.0.0" msgid "13.0.1" msgstr "13.0.1" +msgid "13.1.0-12" +msgstr "13.1.0-12" + msgid "14.0.0" msgstr "14.0.0" +msgid "14.2.0" +msgstr "14.2.0" + msgid "15.0.0" msgstr "15.0.0" -msgid "15.0.0-16" -msgstr "15.0.0-16" +msgid "15.0.0-18" +msgstr "15.0.0-18" + +msgid "16.0.0" +msgstr "16.0.0" + +msgid "17.0.0.0rc1" +msgstr "17.0.0.0rc1" msgid "5.0.1" msgstr "5.0.1" @@ -209,6 +222,17 @@ msgstr "" "lifecycle of Neutron subnet pool. Availability of this resource depends on " "availability of neutron ``subnet_allocation`` API extension." +msgid "" +"A new ``OS::Vitrage::Template`` resource is added to configure and create a " +"Vitrage template. The Vitrage template can be used, for example, for " +"executing a Mistral healing workflow in case there is an alarm on an " +"instance." +msgstr "" +"A new ``OS::Vitrage::Template`` resource is added to configure and create a " +"Vitrage template. The Vitrage template can be used, for example, for " +"executing a Mistral healing workflow in case there is an alarm on an " +"instance." + msgid "" "A new ``openstack`` client plugin to use python-openstacksdk library and a " "``neutron.segment`` custom constraint." @@ -367,6 +391,9 @@ msgstr "" "Add attribute schema to `OS::Keystone::Project`. This allow get_attr " "function can work with project resource." +msgid "Add availabilty_zone parameter to OS::Octavia::LoadBalancer" +msgstr "Add availabilty_zone parameter to OS::Octavia::LoadBalancer" + msgid "" "Add multiple OpenStack orchestration support - User can now use ``OS::Heat::" "Stack`` to create stack in another OpenStack cloud. Must provide properties " @@ -394,6 +421,13 @@ msgstr "" "Add new ``OS::Barbican::RSAContainer`` resource for storing RSA public keys, " "private keys, and private key pass phrases." +msgid "" +"Add new properties ``backups`` and to ``backups_gigabytes`` resource OS::" +"Cinder::Quota. These properties can be updated without replacement." +msgstr "" +"Add new properties ``backups`` and to ``backups_gigabytes`` resource OS::" +"Cinder::Quota. These properties can be updated without replacement." + msgid "" "Add optional 'period' property for Monasca Notification resource. The new " "added property will now allow the user to tell Monasca the interval in " @@ -429,6 +463,15 @@ msgstr "" msgid "Add tags support for ProviderNet resource" msgstr "Add tags support for ProviderNet resource" +msgid "" +"Add the ability to specify extra_properties for Glance images. This is " +"useful for example when using secure boot and are required to have specific " +"properties defined on the Glance images." +msgstr "" +"Add the ability to specify extra_properties for Glance images. This is " +"useful for example when using secure boot and are required to have specific " +"properties defined on the Glance images." + msgid "" "Added ``dns_domain`` property to resource type ``OS::Neutron::ProviderNet``. " "This specifies the DNS domain to use when publishing DNS records for ports " @@ -602,6 +645,13 @@ msgstr "" "not specified in the template, \"immutable\" defaults to False to ensure " "backwards compatibility with old templates." +msgid "" +"Adds a new ``segments`` attribute to the ``OS::Neutron::ProviderNet`` " +"resource. The attribute resolves the segments of the network." +msgstr "" +"Adds a new ``segments`` attribute to the ``OS::Neutron::ProviderNet`` " +"resource. The attribute resolves the segments of the network." + msgid "" "Adds a new attribute ``segments`` to the ``OS::Neutron::Net`` resource. The " "attribute resolves the network segments on the network. The attribute is " @@ -1339,6 +1389,13 @@ msgstr "" "Now Heat Keystone user name characters limit increased from 64 to 255. Any " "extra characters will lost when truncate the name to the last 255 characters." +msgid "" +"Now the ``OS::Neutron::Port`` type supports the ``no_fixed_ips`` property, " +"which allows users to create a network port without any fixed ips." +msgstr "" +"Now the ``OS::Neutron::Port`` type supports the ``no_fixed_ips`` property, " +"which allows users to create a network port without any fixed IPs." + msgid "" "OS::Aodh::CompositeAlarm resource plugin is added to manage Aodh composite " "alarm, aim to replace OS::Aodh::CombinationAlarm which has been deprecated " @@ -1508,6 +1565,32 @@ msgstr "" "the existing ``actions:action`` rule that was previously the only way to " "specify policy for actions." +msgid "" +"Operators can now set a separate ``stacks:update_no_change`` policy for " +"PATCH updates that don't modify the stack, independently of the existing " +"``stacks:update_patch`` policy." +msgstr "" +"Operators can now set a separate ``stacks:update_no_change`` policy for " +"PATCH updates that don't modify the stack, independently of the existing " +"``stacks:update_patch`` policy." + +msgid "" +"Oslo db config is able to control wrap_db_retry call in heat. We remove hard " +"coded settings for wrap_db_retry and use following configs from oslo_db " +"instead. * database.db_max_retries * database.db_retry_interval * database." +"db_inc_retry_interval * database.db_max_retry_interval So database cofig can " +"now control db retries. Please reference [1] for what each config options " +"can do. [1] https://opendev.org/openstack/oslo.db/src/branch/master/oslo_db/" +"options.py" +msgstr "" +"Oslo db config is able to control wrap_db_retry call in heat. We remove hard " +"coded settings for wrap_db_retry and use following configs from oslo_db " +"instead. * database.db_max_retries * database.db_retry_interval * database." +"db_inc_retry_interval * database.db_max_retry_interval So database cofig can " +"now control db retries. Please reference [1] for what each config options " +"can do. [1] https://opendev.org/openstack/oslo.db/src/branch/master/oslo_db/" +"options.py" + msgid "Other Notes" msgstr "Other Notes" @@ -1621,6 +1704,13 @@ msgstr "" msgid "Queens Series Release Notes" msgstr "Queens Series Release Notes" +msgid "" +"Refer to `the Keystone documentation`__ for more information on the reason " +"for these changes." +msgstr "" +"Refer to `the Keystone documentation`__ for more information on the reason " +"for these changes." + msgid "" "Resource ``OS::Neutron::Net`` now supports ``l2_adjacency`` atribute on " "whether L2 connectivity is available across the network or not." @@ -2041,6 +2131,34 @@ msgstr "" "The database upgrade for Heat Queens release drops 'watch_rule' and " "'watch_data' tables from the heat database." +msgid "" +"The default policies provided by heat api have been updated to add support " +"for default roles and system scope. This is part of a broader community " +"effort to support read-only roles and implement secure, consistent default " +"policies." +msgstr "" +"The default policies provided by Heat API have been updated to add support " +"for default roles and system scope. This is part of a broader community " +"effort to support read-only roles and implement secure, consistent default " +"policies." + +msgid "" +"The default value of ``[oslo_policy] policy_file`` config option has been " +"changed from ``policy.json`` to ``policy.yaml``. Operators who are utilizing " +"customized or previously generated static policy JSON files (which are not " +"needed by default), should generate new policy files or convert them in YAML " +"format. Use the `oslopolicy-convert-json-to-yaml `_ tool to " +"convert a JSON to YAML formatted policy file in backward compatible way." +msgstr "" +"The default value of ``[oslo_policy] policy_file`` config option has been " +"changed from ``policy.json`` to ``policy.yaml``. Operators who are utilizing " +"customized or previously generated static policy JSON files (which are not " +"needed by default), should generate new policy files or convert them in YAML " +"format. Use the `oslopolicy-convert-json-to-yaml `_ tool to " +"convert a JSON to YAML formatted policy file in backwards-compatible way." + msgid "" "The distribution name has been changed from \"heat\" to \"openstack-heat\" " "so that we can publish packages to pypi.org. This may have an effect on " @@ -2099,6 +2217,11 @@ msgstr "" "migrated to the new plugin. Other functional tests remain behind in the heat " "repository." +msgid "" +"The old default policy rules have been deprecated for removal in Xena cycle." +msgstr "" +"The old default policy rules have been deprecated for removal in Xena cycle." + msgid "" "The ordering in the list of segments returned by ``OS::Neutron::Net`` " "resources is not predictable. Stack updates changeing attributes of the " @@ -2194,12 +2317,30 @@ msgstr "" msgid "Upgrade Notes" msgstr "Upgrade Notes" +msgid "" +"Use of JSON policy files was deprecated by the ``oslo.policy`` library " +"during the Victoria development cycle. As a result, this deprecation is " +"being noted in the Xena cycle with an anticipated future removal of support " +"by ``oslo.policy``. As such operators will need to convert to YAML policy " +"files. Please see the upgrade notes for details on migration of any custom " +"policy files." +msgstr "" +"Use of JSON policy files was deprecated by the ``oslo.policy`` library " +"during the Victoria development cycle. As a result, this deprecation is " +"being noted in the Xena cycle with an anticipated future removal of support " +"by ``oslo.policy``. As such operators will need to convert to YAML policy " +"files. Please see the upgrade notes for details on migration of any custom " +"policy files." + msgid "Ussuri Series Release Notes" msgstr "Ussuri Series Release Notes" msgid "Victoria Series Release Notes" msgstr "Victoria Series Release Notes" +msgid "Wallaby Series Release Notes" +msgstr "Wallaby Series Release Notes" + msgid "" "We have change some log pathes as below * Migrate ``heat.engine.clients." "keystoneclient`` to ``heat.engine.clients.os.keystone.heat_keystoneclient`` " @@ -2257,6 +2398,9 @@ msgstr "" "Heat consumes that also require to create trusts from token being passed by " "Heat (examples are Aodh and Heat running in another region)." +msgid "Xena Series Release Notes" +msgstr "Xena Series Release Notes" + msgid "" "``OS::Neutron::Port`` resources will now be replaced when the " "``mac_address`` property is modified. Neutron is unable to update the MAC " @@ -2291,6 +2435,15 @@ msgid "" msgstr "" "cinder.qos_specs constraint added to support to validate QoS Specs attribute." +msgid "" +"extra_properties key added to the OS::Glance::WebImage type. This parameter " +"takes a map value such as '{\"hw_firmware_type\": \"uefi\", \"os_secure_boot" +"\": \"required\"}'" +msgstr "" +"extra_properties key added to the OS::Glance::WebImage type. This parameter " +"takes a map value such as '{\"hw_firmware_type\": \"uefi\", \"os_secure_boot" +"\": \"required\"}'" + msgid "" "file injection is deprecated in compute api. Deprecating injected_files, " "injected_file_content_bites, and injected_file_path_bytes properties "