diff --git a/glance/locale/en_GB/LC_MESSAGES/glance.po b/glance/locale/en_GB/LC_MESSAGES/glance.po index faea841645..bfe6d24f03 100644 --- a/glance/locale/en_GB/LC_MESSAGES/glance.po +++ b/glance/locale/en_GB/LC_MESSAGES/glance.po @@ -12,11 +12,11 @@ msgid "" msgstr "" "Project-Id-Version: glance VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-03-01 15:43+0000\n" +"POT-Creation-Date: 2018-03-30 15:31+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-25 01:56+0000\n" +"PO-Revision-Date: 2018-03-28 11:22+0000\n" "Last-Translator: Andi Chandler \n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -3042,6 +3042,23 @@ msgstr "" " * property_protection_rule_format\n" "\n" +msgid "" +"\n" +"The non-default setting for this option misaligns Glance with other\n" +"OpenStack services with respect to resource ownership. Further, surveys\n" +"indicate that this option is not used by operators. The option will be\n" +"removed early in the 'S' development cycle following the standard OpenStack\n" +"deprecation policy. As the option is not in wide use, no migration path is\n" +"proposed.\n" +msgstr "" +"\n" +"The non-default setting for this option misaligns Glance with other\n" +"OpenStack services with respect to resource ownership. Further, surveys\n" +"indicate that this option is not used by operators. The option will be\n" +"removed early in the 'S' development cycle following the standard OpenStack\n" +"deprecation policy. As the option is not in wide use, no migration path is\n" +"proposed.\n" + msgid "" "\n" "The relative path to sqlite file database that will be used for image cache\n" diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index e625582246..56d4cb5d6b 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: Glance Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-09 12:03+0000\n" +"POT-Creation-Date: 2018-03-30 15:30+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-03-10 10:55+0000\n" +"PO-Revision-Date: 2018-03-28 11:52+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -97,9 +97,6 @@ msgstr "15.0.1" msgid "16.0.0" msgstr "16.0.0" -msgid "16.0.0.0rc1-43" -msgstr "16.0.0.0rc1-43" - msgid "" "A new interoperable image import method, ``web-download`` is introduced." msgstr "" @@ -929,9 +926,224 @@ msgstr "" "``enable_image_import`` to True in the glance-api.conf file. The default " "value for this option is False." +msgid "Image 'visibility' changes." +msgstr "Image 'visibility' changes." + +msgid "" +"Image location updates to an image which is not in ``active`` or ``queued`` " +"status can introduce race conditions and security issues and hence a bad " +"experience for users and operators. As a result, we have restricted image " +"location updates in this release. Users will now observe the following:" +msgstr "" +"Image location updates to an image which is not in ``active`` or ``queued`` " +"status can introduce race conditions and security issues and hence a bad " +"experience for users and operators. As a result, we have restricted image " +"location updates in this release. Users will now observe the following:" + +msgid "Image visibility is changed using the image update (PATCH) call." +msgstr "Image visibility is changed using the image update (PATCH) call." + +msgid "Image visibility may be specified at the time of image creation." +msgstr "Image visibility may be specified at the time of image creation." + +msgid "" +"Images currently with 'private' visibility (that is, images for which " +"'is_public' is False in the database) **and** that have image members, will " +"have their visibility set to 'shared'." +msgstr "" +"Images currently with 'private' visibility (that is, images for which " +"'is_public' is False in the database) **and** that have image members, will " +"have their visibility set to 'shared'." + +msgid "" +"Impact of the Ocata visibility changes on end users of the Images API v2" +msgstr "" +"Impact of the Ocata visibility changes on end users of the Images API v2" + +msgid "Impact of the Ocata visibility changes on the Images API v1" +msgstr "Impact of the Ocata visibility changes on the Images API v1" + +msgid "" +"Implement the ability to filter images by the properties `id`, `name`, " +"`status`,`container_format`, `disk_format` using the 'in' operator between " +"the values. Following the pattern of existing filters, new filters are " +"specified as query parameters using the field to filter as the key and the " +"filter criteria as the value in the parameter. Filtering based on the " +"principle of full compliance with the template, for example 'name = in:deb' " +"does not match 'debian'. Changes apply exclusively to the API v2 Image " +"entity listings An example of an acceptance criteria using the 'in' operator " +"for name ?name=in:name1,name2,name3. These filters were added using syntax " +"that conforms to the latest guidelines from the OpenStack API Working Group." +msgstr "" +"Implement the ability to filter images by the properties `id`, `name`, " +"`status`,`container_format`, `disk_format` using the 'in' operator between " +"the values. Following the pattern of existing filters, new filters are " +"specified as query parameters using the field to filter as the key and the " +"filter criteria as the value in the parameter. Filtering based on the " +"principle of full compliance with the template, for example 'name = in:deb' " +"does not match 'debian'. Changes apply exclusively to the API v2 Image " +"entity listings An example of an acceptance criteria using the 'in' operator " +"for name ?name=in:name1,name2,name3. These filters were added using syntax " +"that conforms to the latest guidelines from the OpenStack API Working Group." + +msgid "" +"Implemented re-authentication with trusts when updating image status in " +"registry after image upload. When long-running image upload takes some a lot " +"of time (more than token expiration time) glance uses trusts to receive new " +"token and update image status in registry. It allows users to upload big " +"size images without increasing token expiration time." +msgstr "" +"Implemented re-authentication with trusts when updating image status in " +"registry after image upload. When long-running image upload takes some a lot " +"of time (more than token expiration time) glance uses trusts to receive new " +"token and update image status in registry. It allows users to upload big " +"size images without increasing token expiration time." + +msgid "Improved configuration option descriptions and handling." +msgstr "Improved configuration option descriptions and handling." + +msgid "" +"In Newton, the majority of the signature verification code was removed from " +"Glance. ``cursive`` has been added to Glance as a dependency and will be " +"installed by default." +msgstr "" +"In Newton, the majority of the signature verification code was removed from " +"Glance. ``cursive`` has been added to Glance as a dependency and will be " +"installed by default." + +msgid "" +"In accord with current OpenStack policy, Glance log messages are `no longer " +"translated`_." +msgstr "" +"In accord with current OpenStack policy, Glance log messages are `no longer " +"translated`_." + +msgid "" +"In order to check the current state of your database upgrades, you may run " +"the command ``glance-manage db check``. This will inform you of any " +"outstanding actions you have left to take." +msgstr "" +"In order to check the current state of your database upgrades, you may run " +"the command ``glance-manage db check``. This will inform you of any " +"outstanding actions you have left to take." + +msgid "" +"In order to preserve backward compatibilty with the current sharing " +"workflow, the default visibility of an image in Ocata is 'shared'. " +"Consistent with pre-Ocata behavior, this will allow the image to accept " +"member operations without first updating the visibility of the image. (Keep " +"in mind that an image with visibility 'shared' but having no members is not " +"actually accessible to anyone other than the image owner, so this is not in " +"itself a security problem.)" +msgstr "" +"In order to preserve backward compatibility with the current sharing " +"workflow, the default visibility of an image in Ocata is 'shared'. " +"Consistent with pre-Ocata behaviour, this will allow the image to accept " +"member operations without first updating the visibility of the image. (Keep " +"in mind that an image with visibility 'shared' but having no members is not " +"actually accessible to anyone other than the image owner, so this is not in " +"itself a security problem.)" + +msgid "" +"In order to prevent users spamming other users' image-list response, " +"community images are not included in the image-list response unless " +"specifically requested by a user." +msgstr "" +"In order to prevent users spamming other users' image-list response, " +"community images are not included in the image-list response unless " +"specifically requested by a user." + +msgid "" +"In the Newton release, the Glare code was relocated into its own `Glare`_ " +"project repository. Also in the Newton release, Glare ran an EXPERIMENTAL " +"Artifacts API versioned as ``v1.0`` on its own endpoint and used its own " +"database." +msgstr "" +"In the Newton release, the Glare code was relocated into its own `Glare`_ " +"project repository. Also in the Newton release, Glare ran an EXPERIMENTAL " +"Artifacts API versioned as ``v1.0`` on its own endpoint and used its own " +"database." + +msgid "" +"In the v1 API, images have an ``is_public`` field (but no ``visibility`` " +"field). Images for which ``is_public`` is True are the equivalent of images " +"with 'public' visibility in the v2 API. Images for which ``is_public`` is " +"false are the equivalent of v2 'shared' images if they have members, or the " +"equivalent of v2 'private' images if they have no members." +msgstr "" +"In the v1 API, images have an ``is_public`` field (but no ``visibility`` " +"field). Images for which ``is_public`` is True are the equivalent of images " +"with 'public' visibility in the v2 API. Images for which ``is_public`` is " +"false are the equivalent of v2 'shared' images if they have members, or the " +"equivalent of v2 'private' images if they have no members." + +msgid "" +"Include a ``Content-Range`` header upon successful delivery of the requested " +"partial content." +msgstr "" +"Include a ``Content-Range`` header upon successful delivery of the requested " +"partial content." + +msgid "" +"It must be noted that the configuration options that take integer values now " +"have a strict range defined with ``min`` and/or ``max`` boundaries where " +"appropriate." +msgstr "" +"It must be noted that the configuration options that take integer values now " +"have a strict range defined with ``min`` and/or ``max`` boundaries where " +"appropriate." + +msgid "Known Issues" +msgstr "Known Issues" + +msgid "" +"Latest release of ``glance_store`` library (used in the **Newton** release " +"of Glance) will include fix for the ``glance_store`` bug 1619487." +msgstr "" +"Latest release of ``glance_store`` library (used in the **Newton** release " +"of Glance) will include fix for the ``glance_store`` bug 1619487." + msgid "Liberty Series Release Notes" msgstr "Liberty Series Release Notes" +msgid "" +"Location updates for images are now restricted to images in ``active`` or " +"``queued`` status. Please refer to the \"Bug Fixes\" section for more " +"information." +msgstr "" +"Location updates for images are now restricted to images in ``active`` or " +"``queued`` status. Please refer to the \"Bug Fixes\" section for more " +"information." + +msgid "" +"Maintaining two different ways to configure, enable and/or disable a feature " +"is painful for developers and operators, so the less granular means of " +"controlling this feature will be eliminated in the **Ocata** release." +msgstr "" +"Maintaining two different ways to configure, enable and/or disable a feature " +"is painful for developers and operators, so the less granular means of " +"controlling this feature will be eliminated in the **Ocata** release." + +msgid "" +"Metadata definitions previously associated with OS::Nova::Instance have been " +"changed to be associated with OS::Nova::Server in order to align with Heat " +"and Searchlight." +msgstr "" +"Metadata definitions previously associated with OS::Nova::Instance have been " +"changed to be associated with OS::Nova::Server in order to align with Heat " +"and Searchlight." + +msgid "" +"Metadata definitions previously associated with OS::Nova::Instance have been " +"changed to be associated with OS::Nova::Server in order to align with Heat " +"and Searchlight. You may either upgrade them using glance-manage db " +"load_metadefs [path] [merge] [prefer_new] or glance-manage db upgrade 44." +msgstr "" +"Metadata definitions previously associated with OS::Nova::Instance have been " +"changed to be associated with OS::Nova::Server in order to align with Heat " +"and Searchlight. You may either upgrade them using glance-manage db " +"load_metadefs [path] [merge] [prefer_new] or glance-manage db upgrade 44." + msgid "Mitaka Series Release Notes" msgstr "Mitaka Series Release Notes" @@ -1154,6 +1366,1091 @@ msgstr "" "misconfiguration and operator unhappiness, we have made the store names " "consistent in the Newton release. What this means for you:" +msgid "" +"Some configuration is required in order to make the Interoperable Image " +"Import functionality work correctly. In particular, the " +"``node_staging_uri`` value in the glance-api.conf file must be set. See the " +"section on Interoperable Image Import in the `Glance Administration Guide`_ " +"for more information." +msgstr "" +"Some configuration is required in order to make the Interoperable Image " +"Import functionality work correctly. In particular, the " +"``node_staging_uri`` value in the glance-api.conf file must be set. See the " +"section on Interoperable Image Import in the `Glance Administration Guide`_ " +"for more information." + +msgid "" +"Some operators have reported issues with reordering observed in the sample " +"configurations shipped with Glance release tarballs. This reordering may " +"result into a incorrect \"diff\" of the configurations used downstream vs. " +"newly introduced upstream." +msgstr "" +"Some operators have reported issues with reordering observed in the sample " +"configurations shipped with Glance release tarballs. This reordering may " +"result into a incorrect \"diff\" of the configurations used downstream vs. " +"newly introduced upstream." + +msgid "Start using reno to manage release notes." +msgstr "Start using Reno to manage release notes." + +msgid "" +"Such an image will require its visibility to be updated to 'shared' before " +"it will accept members." +msgstr "" +"Such an image will require its visibility to be updated to 'shared' before " +"it will accept members." + +msgid "" +"The 'visibility' enumeration has been increased from two values (``public``, " +"``private``) to four values (``public``, ``private``, ``shared``, and " +"``community``)." +msgstr "" +"The 'visibility' enumeration has been increased from two values (``public``, " +"``private``) to four values (``public``, ``private``, ``shared``, and " +"``community``)." + +msgid "" +"The **CURRENT** version of the Images API supplied by Glance is introduced " +"as **2.6**. It includes the new API calls introduced on an experimental " +"basis in the Pike release." +msgstr "" +"The **CURRENT** version of the Images API supplied by Glance is introduced " +"as **2.6**. It includes the new API calls introduced on an experimental " +"basis in the Pike release." + +msgid "" +"The **CURRENT** version of the version 2 Images API supplied by Glance is " +"now **2.5**. Changes include:" +msgstr "" +"The **CURRENT** version of the version 2 Images API supplied by Glance is " +"now **2.5**. Changes include:" + +msgid "" +"The *Community Images* feature has been introduced in the Images API v2. " +"This enables a user to make an image available for consumption by all other " +"users. In association with this change, the 'visibility' values for an " +"image have been expanded to include 'community' and 'shared'." +msgstr "" +"The *Community Images* feature has been introduced in the Images API v2. " +"This enables a user to make an image available for consumption by all other " +"users. In association with this change, the 'visibility' values for an " +"image have been expanded to include 'community' and 'shared'." + +msgid "The *minor* version of the Images API v2 is bumped to **2.5**." +msgstr "The *minor* version of the Images API v2 is bumped to **2.5**." + +msgid "" +"The *minor* version of the Images API v2 is bumped to **2.6** to introduce " +"an EXPERIMENTAL version of the API that includes the new calls introduced " +"for the Minimal Viable Product delivery of the `refactored image import`_ " +"functionality. Version **2.5** remains the CURRENT version of the Images " +"API." +msgstr "" +"The *minor* version of the Images API v2 is bumped to **2.6** to introduce " +"an EXPERIMENTAL version of the API that includes the new calls introduced " +"for the Minimal Viable Product delivery of the `refactored image import`_ " +"functionality. Version **2.5** remains the CURRENT version of the Images " +"API." + +msgid "" +"The Artifacts API was an EXPERIMENTAL API that ran on the Glance service " +"endpoint as ``/v3`` in the Liberty release. In the Mitaka release, the " +"Glance ``/v3`` EXPERIMENTAL API was deprecated and the Artifacts Service ran " +"on its own endpoint (completely independent from the Glance service " +"endpoint) as an EXPERIMENTAL API, versioned as ``v0.1``. In both the " +"Liberty and Mitaka releases, Glare ran on code stored in the Glance code " +"repository and used its own tables in the Glance database." +msgstr "" +"The Artifacts API was an EXPERIMENTAL API that ran on the Glance service " +"endpoint as ``/v3`` in the Liberty release. In the Mitaka release, the " +"Glance ``/v3`` EXPERIMENTAL API was deprecated and the Artifacts Service ran " +"on its own endpoint (completely independent from the Glance service " +"endpoint) as an EXPERIMENTAL API, versioned as ``v0.1``. In both the " +"Liberty and Mitaka releases, Glare ran on code stored in the Glance code " +"repository and used its own tables in the Glance database." + +msgid "" +"The CURRENT version of the Images API v2 is bumped to **2.6**. The 2.6 API " +"was available in the previous (Pike) release as an experimental API to " +"introduce the calls necessary for the `interoperable image import " +"functionality`_." +msgstr "" +"The CURRENT version of the Images API v2 is bumped to **2.6**. The 2.6 API " +"was available in the previous (Pike) release as an experimental API to " +"introduce the calls necessary for the `interoperable image import " +"functionality`_." + +msgid "" +"The DEPRECATED Images API v1 does not have a concept of \"visibility\", and " +"in a \"pure\" v1 deployment, you would not notice that anything had " +"changed. Since, however, we hope that there aren't many of those around " +"anymore, here's what you can expect to see if you use the Images API v1 in a " +"\"mixed\" deployment." +msgstr "" +"The DEPRECATED Images API v1 does not have a concept of \"visibility\", and " +"in a \"pure\" v1 deployment, you would not notice that anything had " +"changed. Since, however, we hope that there aren't many of those around any " +"more, here's what you can expect to see if you use the Images API v1 in a " +"\"mixed\" deployment." + +msgid "" +"The Database Management sections of the `Glance Administration Guide`_ have " +"been revised and updated. This includes information about the current " +"experimental status of rolling upgrades and zero-downtime database upgrades." +msgstr "" +"The Database Management sections of the `Glance Administration Guide`_ have " +"been revised and updated. This includes information about the current " +"experimental status of rolling upgrades and zero-downtime database upgrades." + +msgid "" +"The Glance API configuration option ``owner_is_tenant`` is deprecated in " +"this release and is subject to removal at the beginning of the 'S' " +"development cycle, following the `OpenStack standard deprecation policy " +"`_." +msgstr "" +"The Glance API configuration option ``owner_is_tenant`` is deprecated in " +"this release and is subject to removal at the beginning of the 'S' " +"development cycle, following the `OpenStack standard deprecation policy " +"`_." + +msgid "" +"The Glance Registry Service and its APIs are officially DEPRECATED in this " +"release and are subject to removal at the beginning of the 'S' development " +"cycle, following the `OpenStack standard deprecation policy `_." +msgstr "" +"The Glance Registry Service and its APIs are officially DEPRECATED in this " +"release and are subject to removal at the beginning of the 'S' development " +"cycle, following the `OpenStack standard deprecation policy `_." + +msgid "" +"The Glance documentation section `Running Glance in HTTPD`_ outlines some " +"approaches to use (and not to use) Glance with the Apache httpd server. This " +"is the way Glance is configured as a WSGI application in devstack, so it's " +"the method with which we've had the most experience. If you try deploying " +"Glance using a different web server, please consider contributing your " +"findings to the Glance documentation." +msgstr "" +"The Glance documentation section `Running Glance in HTTPD`_ outlines some " +"approaches to use (and not to use) Glance with the Apache HTTPd server. This " +"is the way Glance is configured as a WSGI application in devstack, so it's " +"the method with which we've had the most experience. If you try deploying " +"Glance using a different web server, please consider contributing your " +"findings to the Glance documentation." + +msgid "" +"The Glance project team is committed to the stability of Glance. As part of " +"OpenStack, we are committed to `The Four Opens`_. If the ability to run " +"Glance under uWSGI is important to you, feel free to participate in the " +"Glance community to help coordinate and drive such an effort. (We gently " +"remind you that \"participation\" includes providing testing and development " +"resources.)" +msgstr "" +"The Glance project team is committed to the stability of Glance. As part of " +"OpenStack, we are committed to `The Four Opens`_. If the ability to run " +"Glance under uWSGI is important to you, feel free to participate in the " +"Glance community to help coordinate and drive such an effort. (We gently " +"remind you that \"participation\" includes providing testing and development " +"resources.)" + +msgid "" +"The Image Service API Reference has been updated with a section on the " +"`Interoperable image import`_ process (also known as \"image import " +"refactored\") and the API calls that are exposed to implement it in the " +"EXPERIMENTAL v2.6 of the API." +msgstr "" +"The Image Service API Reference has been updated with a section on the " +"`Interoperable image import`_ process (also known as \"image import " +"refactored\") and the API calls that are exposed to implement it in the " +"EXPERIMENTAL v2.6 of the API." + +msgid "" +"The Images (Glance) version 1 API has been DEPRECATED. Please see " +"deprecations section for more information." +msgstr "" +"The Images (Glance) version 1 API has been DEPRECATED. Please see " +"deprecations section for more information." + +msgid "" +"The Interoperable Image Import section of the `Image Service API v2 " +"Reference Guide`_ was updated to include the new ``web-download`` import " +"method." +msgstr "" +"The Interoperable Image Import section of the `Image Service API v2 " +"Reference Guide`_ was updated to include the new ``web-download`` import " +"method." + +msgid "" +"The Pike release notes pointed out that although support had been added to " +"run Glance as a WSGI application hosted by a web server, the Glance team " +"recommended that Glance be run in its normal standalone configuration, " +"particularly in production environments." +msgstr "" +"The Pike release notes pointed out that although support had been added to " +"run Glance as a WSGI application hosted by a web server, the Glance team " +"recommended that Glance be run in its normal standalone configuration, " +"particularly in production environments." + +msgid "" +"The `Tasks API`_ was made admin-only by default in Mitaka by restricting the " +"following policy targets to **role:admin**: **get_task**, **get_tasks**, " +"**add_task**, and **modify_task**." +msgstr "" +"The `Tasks API`_ was made admin-only by default in Mitaka by restricting the " +"following policy targets to **role:admin**: **get_task**, **get_tasks**, " +"**add_task**, and **modify_task**." + +msgid "" +"The ``cursive`` library is an OpenStack project which implements OpenStack-" +"specific verification of digital signatures." +msgstr "" +"The ``cursive`` library is an OpenStack project which implements OpenStack-" +"specific verification of digital signatures." + +msgid "" +"The ``db_downgrade`` command has been removed from the ``glance-manage`` " +"utility and all database downgrade scripts have been removed. In accord " +"with OpenStack policy, Glance cannot be downgraded any more. Operators are " +"advised to make a full database backup of their production data before " +"attempting any upgrade." +msgstr "" +"The ``db_downgrade`` command has been removed from the ``glance-manage`` " +"utility and all database downgrade scripts have been removed. In accord " +"with OpenStack policy, Glance cannot be downgraded any more. Operators are " +"advised to make a full database backup of their production data before " +"attempting any upgrade." + +msgid "" +"The ``default`` policy in ``policy.json`` now uses the admin role rather " +"than any role. This is to make the policy file restrictive rather than " +"permissive and tighten security." +msgstr "" +"The ``default`` policy in ``policy.json`` now uses the admin role rather " +"than any role. This is to make the policy file restrictive rather than " +"permissive and tighten security." + +msgid "" +"The ``disk_format`` config option enables ``ploop`` as supported by default." +msgstr "" +"The ``disk_format`` config option enables ``ploop`` as supported by default." + +msgid "" +"The ``disk_format`` config option enables ``vhdx`` as supported by default." +msgstr "" +"The ``disk_format`` config option enables ``vhdx`` as supported by default." + +msgid "" +"The ``enable_image_import`` configuration option was introduced as " +"DEPRECATED in Pike and will be removed in Rocky." +msgstr "" +"The ``enable_image_import`` configuration option was introduced as " +"DEPRECATED in Pike and will be removed in Rocky." + +msgid "The ``s3`` store driver has been removed." +msgstr "The ``s3`` store driver has been removed." + +msgid "" +"The ``web-download`` import-method, intended to be a replacement for the " +"popular Image Service API v1 \"copy-from\" functionality, is configurable so " +"that you can avoid the vulnerabilty described in `OSSN-0078`_. See the " +"Interoperable Image Import section of the `Glance Administration Guide`_ for " +"details." +msgstr "" +"The ``web-download`` import-method, intended to be a replacement for the " +"popular Image Service API v1 \"copy-from\" functionality, is configurable so " +"that you can avoid the vulnerability described in `OSSN-0078`_. See the " +"Interoperable Image Import section of the `Glance Administration Guide`_ for " +"details." + +msgid "" +"The `documentation was reorganized`_ in accord with the new standard layout " +"for OpenStack projects." +msgstr "" +"The `documentation was reorganised`_ in accord with the new standard layout " +"for OpenStack projects." + +msgid "" +"The ability to update an image to have 'community' visibility is governed by " +"a policy target named 'communitize_image'. The default is empty, that is, " +"any user may communitize an image." +msgstr "" +"The ability to update an image to have 'community' visibility is governed by " +"a policy target named 'communitize_image'. The default is empty, that is, " +"any user may communitise an image." + +msgid "" +"The change in migration engine has been undertaken in order to enable zero-" +"downtime database upgrades, which are part of the effort to implement " +"rolling upgrades for Glance (scheduled for the Pike release)." +msgstr "" +"The change in migration engine has been undertaken in order to enable zero-" +"downtime database upgrades, which are part of the effort to implement " +"rolling upgrades for Glance (scheduled for the Pike release)." + +msgid "" +"The database migration engine used by Glance for database upgrades has been " +"changed from *SQLAlchemy Migrate* to *Alembic* in this release." +msgstr "" +"The database migration engine used by Glance for database upgrades has been " +"changed from *SQLAlchemy Migrate* to *Alembic* in this release." + +msgid "" +"The default value for the API configuration option ``workers`` was " +"previously the number of CPUs available. It has been changed to be the min " +"of {number of CPUs, 8}. Any value set for that option, of course, is " +"honored. See Bug 1748916_ for details." +msgstr "" +"The default value for the API configuration option ``workers`` was " +"previously the number of CPUs available. It has been changed to be the min " +"of {number of CPUs, 8}. Any value set for that option, of course, is " +"honoured. See Bug 1748916_ for details." + +msgid "" +"The default value of 'shared' may seem weird, but it preserves the pre-" +"upgrade workflow of: (1) create an image with default visibility, (2) add " +"members to that image. Further, an image with a visibility of 'shared' that " +"has no members is not accessible to other users, so it is functionally a " +"private image." +msgstr "" +"The default value of 'shared' may seem weird, but it preserves the pre-" +"upgrade workflow of: (1) create an image with default visibility, (2) add " +"members to that image. Further, an image with a visibility of 'shared' that " +"has no members is not accessible to other users, so it is functionally a " +"private image." + +msgid "" +"The deprecation path for the configuration option " +"``show_multiple_locations`` has been changed because the mitigation " +"instructions for `OSSN-0065`_ refer to this option. It is now subject to " +"removal on or after the **Pike** release. The help text for this option has " +"been updated accordingly." +msgstr "" +"The deprecation path for the configuration option " +"``show_multiple_locations`` has been changed because the mitigation " +"instructions for `OSSN-0065`_ refer to this option. It is now subject to " +"removal on or after the **Pike** release. The help text for this option has " +"been updated accordingly." + +msgid "" +"The discovery calls defined in the `refactored image import spec`_ remain in " +"an abbreviated form in this release." +msgstr "" +"The discovery calls defined in the `refactored image import spec`_ remain in " +"an abbreviated form in this release." + +msgid "" +"The following are some highlights of the bug fixes included in this release." +msgstr "" +"The following are some highlights of the bug fixes included in this release." + +msgid "" +"The following metadata definitions have been modified in the Pike release:" +msgstr "" +"The following metadata definitions have been modified in the Pike release:" + +msgid "" +"The following metadata definitions have been modified in the Queens release:" +msgstr "" +"The following metadata definitions have been modified in the Queens release:" + +msgid "" +"The glance configuration options have been improved with detailed help " +"texts, defaults for sample configuration files, explicit choices of values " +"for operators to choose from, and a strict range defined with ``min`` and " +"``max`` boundaries." +msgstr "" +"The glance configuration options have been improved with detailed help " +"texts, defaults for sample configuration files, explicit choices of values " +"for operators to choose from, and a strict range defined with ``min`` and " +"``max`` boundaries." + +msgid "" +"The identifier ``ploop`` has been added to the list of supported disk " +"formats in Glance. The respective configuration option has been updated and " +"the default list shows ``ploop`` as a supported format." +msgstr "" +"The identifier ``ploop`` has been added to the list of supported disk " +"formats in Glance. The respective configuration option has been updated and " +"the default list shows ``ploop`` as a supported format." + +msgid "" +"The identifier ``vhdx`` has been added to the list of supported disk formats " +"in Glance. The respective configuration option has been updated and the " +"default list shows ``vhdx`` as a supported format." +msgstr "" +"The identifier ``vhdx`` has been added to the list of supported disk formats " +"in Glance. The respective configuration option has been updated and the " +"default list shows ``vhdx`` as a supported format." + +msgid "" +"The image signature verification feature has been updated to follow the " +"\"sign-the-data\" approach, which uses a signature of the image data " +"directly. The prior deprecated \"sign-the-hash\" approach, which uses a " +"signature of an MD5 hash of the image data, has been removed." +msgstr "" +"The image signature verification feature has been updated to follow the " +"\"sign-the-data\" approach, which uses a signature of the image data " +"directly. The prior deprecated \"sign-the-hash\" approach, which uses a " +"signature of an MD5 hash of the image data, has been removed." + +msgid "" +"The image-create operation allows a visibility to be set at the time of " +"image creation. This option was probably not used much given that " +"previously there were only two visibility values available, one of which " +"('public') is by default unassignable by end users. Operators may wish to " +"update their documentation or tooling to specify a visibility value when end " +"users create images. To summarize:" +msgstr "" +"The image-create operation allows a visibility to be set at the time of " +"image creation. This option was probably not used much given that " +"previously there were only two visibility values available, one of which " +"('public') is by default unassignable by end users. Operators may wish to " +"update their documentation or tooling to specify a visibility value when end " +"users create images. To summarise:" + +msgid "" +"The image-list call to the Images v2 API now recognizes a ``protected`` " +"query-string parameter. This parameter accepts only two values: either " +"``true`` or ``false``. The filter is case-sensitive. Any other value will " +"result in a 400 response to the request. See the `protected filter " +"specification`_ document for details." +msgstr "" +"The image-list call to the Images v2 API now recognizes a ``protected`` " +"query-string parameter. This parameter accepts only two values: either " +"``true`` or ``false``. The filter is case-sensitive. Any other value will " +"result in a 400 response to the request. See the `protected filter " +"specification`_ document for details." + +msgid "" +"The initial implementation of the image signature verification feature in " +"Glance was insecure, because it relied on an MD5 hash of the image data. " +"More details can be found in bug 1516031. This \"sign-the-hash\" approach " +"was deprecated in Mitaka, and has been removed in Newton. Related " +"CVE-2015-8234." +msgstr "" +"The initial implementation of the image signature verification feature in " +"Glance was insecure, because it relied on an MD5 hash of the image data. " +"More details can be found in bug 1516031. This \"sign-the-hash\" approach " +"was deprecated in Mitaka, and has been removed in Newton. Related " +"CVE-2015-8234." + +msgid "" +"The interoperable image import functionality uses the Glance tasks engine. " +"This is transparent to end users, as they do *not* use the Tasks API for the " +"interoperable image import workflow. The operator, however, must make sure " +"that the following configuration options are set correctly." +msgstr "" +"The interoperable image import functionality uses the Glance tasks engine. " +"This is transparent to end users, as they do *not* use the Tasks API for the " +"interoperable image import workflow. The operator, however, must make sure " +"that the following configuration options are set correctly." + +msgid "" +"The latest release of glance_store library does not have the support for the " +"``s3`` driver. All code references of the same have been removed from the " +"library. As this release of Glance uses the updated glance_store library, " +"you will find the ``s3`` driver support removed from Glance too. For example " +"the Glance image location strategy modules no longer offer the ``s3`` driver " +"support." +msgstr "" +"The latest release of glance_store library does not have the support for the " +"``s3`` driver. All code references of the same have been removed from the " +"library. As this release of Glance uses the updated glance_store library, " +"you will find the ``s3`` driver support removed from Glance too. For example " +"the Glance image location strategy modules no longer offer the ``s3`` driver " +"support." + +msgid "" +"The lock_path config option from oslo.concurrency is now required for using " +"the sql image_cache driver. If one is not specified it will default to the " +"image_cache_dir and emit a warning." +msgstr "" +"The lock_path config option from oslo.concurrency is now required for using " +"the SQL image_cache driver. If one is not specified it will default to the " +"image_cache_dir and emit a warning." + +msgid "" +"The metadata definition for ``hypervisor_type`` in the ``OS::Compute::" +"Hypervisor`` namespace has been extended to include the Virtuozzo " +"hypervisor, designated as ``vz``. You may upgrade the definition using:" +msgstr "" +"The metadata definition for ``hypervisor_type`` in the ``OS::Compute::" +"Hypervisor`` namespace has been extended to include the Virtuozzo " +"hypervisor, designated as ``vz``. You may upgrade the definition using:" + +msgid "" +"The metadefs schemas for 'property', 'properties', 'tag', 'tags', 'object', " +"and 'objects' previously specified a 'name' element of maximum 255 " +"characters. Any attempt to add a name of greater than 80 characters in " +"length, however, resulted in a 500 response. The schemas have been corrected " +"to specify a maximum length of 80 characters for the 'name' field." +msgstr "" +"The metadefs schemas for 'property', 'properties', 'tag', 'tags', 'object', " +"and 'objects' previously specified a 'name' element of maximum 255 " +"characters. Any attempt to add a name of greater than 80 characters in " +"length, however, resulted in a 500 response. The schemas have been corrected " +"to specify a maximum length of 80 characters for the 'name' field." + +msgid "" +"The migration of image visibility assigns sensible values to images, namely, " +"'private' to images that end users have *not* assigned members, and 'shared' " +"to those images that have members at the time of the upgrade. Previously, " +"if an end user wanted to share a private image, a member could be added " +"directly. After the upgrade, the image will have to have its visibility " +"changed to 'shared' before a member can be assigned." +msgstr "" +"The migration of image visibility assigns sensible values to images, namely, " +"'private' to images that end users have *not* assigned members, and 'shared' " +"to those images that have members at the time of the upgrade. Previously, " +"if an end user wanted to share a private image, a member could be added " +"directly. After the upgrade, the image will have to have its visibility " +"changed to 'shared' before a member can be assigned." + +msgid "" +"The new ``tasks_api_access`` policy target directly controls access to the " +"Tasks API, whereas targets just mentioned indirectly affect what can be " +"manipulated via the API by controlling what operations can be performed on " +"Glance's internal task objects. The key point is that if you want to expose " +"the new interoperable image import process to end users while keeping the " +"Tasks API admin-only, you can accomplish this by using the following " +"settings:" +msgstr "" +"The new ``tasks_api_access`` policy target directly controls access to the " +"Tasks API, whereas targets just mentioned indirectly affect what can be " +"manipulated via the API by controlling what operations can be performed on " +"Glance's internal task objects. The key point is that if you want to expose " +"the new interoperable image import process to end users while keeping the " +"Tasks API admin-only, you can accomplish this by using the following " +"settings:" + +msgid "" +"The property ``img_hide_hypervisor_id`` has been added to the namespace " +"``OS::Compute::LibvirtImage``." +msgstr "" +"The property ``img_hide_hypervisor_id`` has been added to the namespace " +"``OS::Compute::LibvirtImage``." + +msgid "" +"The property img_linked_clone_ has been added to the namespace ``OS::" +"Compute::VMware``." +msgstr "" +"The property img_linked_clone_ has been added to the namespace ``OS::" +"Compute::VMware``." + +msgid "" +"The sample configuration files autogenerated using the oslo-config-generator " +"tool now give consistent ordering of the store drivers configurations." +msgstr "" +"The sample configuration files autogenerated using the oslo-config-generator " +"tool now give consistent ordering of the store drivers configurations." + +msgid "" +"The section on Interoperable Image Import in the `Glance Administration " +"Guide`_ has been updated. Please see that section of the Guide for " +"information about the configuration required to make the import " +"functionality work correctly." +msgstr "" +"The section on Interoperable Image Import in the `Glance Administration " +"Guide`_ has been updated. Please see that section of the Guide for " +"information about the configuration required to make the import " +"functionality work correctly." + +msgid "" +"The store drivers configuration order in the sample or autogenerated files " +"should be expected to be alphabetical as - ``cinder``, ``filesystem``, " +"``http``, ``rbd``, ``sheepdog``, ``swift``, ``vmware``." +msgstr "" +"The store drivers configuration order in the sample or autogenerated files " +"should be expected to be alphabetical as - ``cinder``, ``filesystem``, " +"``http``, ``rbd``, ``sheepdog``, ``swift``, ``vmware``." + +msgid "" +"The task API is being deprecated and it has been made admin only. If " +"deployers of Glance would like to have this API as a public one, it is " +"necessary to change the `policy.json` file and remove `role:admin` from " +"every `task` related field." +msgstr "" +"The task API is being deprecated and it has been made admin only. If " +"deployers of Glance would like to have this API as a public one, it is " +"necessary to change the `policy.json` file and remove `role:admin` from " +"every `task` related field." + +msgid "" +"The task API was added to allow users for uploading images asynchronously " +"and for deployers to have more control in the upload process. Unfortunately, " +"this API has not worked the way it was expected to. Therefore, the task API " +"has entered a deprecation period and it is meant to be replaced by the new " +"import API. This change makes the task API admin only by default so that it " +"is not accidentally deployed as a public API." +msgstr "" +"The task API was added to allow users for uploading images asynchronously " +"and for deployers to have more control in the upload process. Unfortunately, " +"this API has not worked the way it was expected to. Therefore, the task API " +"has entered a deprecation period and it is meant to be replaced by the new " +"import API. This change makes the task API admin only by default so that it " +"is not accidentally deployed as a public API." + +msgid "" +"The use_user_token, admin_user, admin_password, admin_tenant_name, auth_url, " +"auth_strategy and auth_region options in the [DEFAULT] configuration section " +"in glance-api.conf are deprecated, and will be removed in the O release. See " +"https://wiki.openstack.org/wiki/OSSN/OSSN-0060" +msgstr "" +"The use_user_token, admin_user, admin_password, admin_tenant_name, auth_url, " +"auth_strategy and auth_region options in the [DEFAULT] configuration section " +"in glance-api.conf are deprecated, and will be removed in the O release. See " +"https://wiki.openstack.org/wiki/OSSN/OSSN-0060" + +msgid "" +"The version 2.6 API is being introduced as EXPERIMENTAL because it is a " +"Minimal Viable Product delivery of the functionality described in the " +"`refactored image import`_ specification. As an MVP, the responses " +"described in that specification are abbreviated in version 2.6. It is " +"expected that version 2.6 will be completed in Queens, but at this time, we " +"encourage operators to try out the new functionality, but keep in mind its " +"EXPERIMENTAL nature." +msgstr "" +"The version 2.6 API is being introduced as EXPERIMENTAL because it is a " +"Minimal Viable Product delivery of the functionality described in the " +"`refactored image import`_ specification. As an MVP, the responses " +"described in that specification are abbreviated in version 2.6. It is " +"expected that version 2.6 will be completed in Queens, but at this time, we " +"encourage operators to try out the new functionality, but keep in mind its " +"EXPERIMENTAL nature." + +msgid "" +"There are some limitations with this method of deploying Glance and we do " +"not recommend its use in production environments at this time. See the " +"`Known Issues`_ section of this document for more information." +msgstr "" +"There are some limitations with this method of deploying Glance and we do " +"not recommend its use in production environments at this time. See the " +"`Known Issues`_ section of this document for more information." + +msgid "" +"There was a bug in the **experimental** zero-downtime database upgrade path " +"introduced in the Ocata release that prevented the **experimental** upgrade " +"from working. This has been fixed in the Pike release. The bug did not " +"affect the the normal database upgrade operation." +msgstr "" +"There was a bug in the **experimental** zero-downtime database upgrade path " +"introduced in the Ocata release that prevented the **experimental** upgrade " +"from working. This has been fixed in the Pike release. The bug did not " +"affect the the normal database upgrade operation." + +msgid "" +"This change applies only to operators using the VMware datastore or " +"filesystem stores" +msgstr "" +"This change applies only to operators using the VMware datastore or " +"filesystem stores" + +msgid "" +"This change applies only to operators who are using multiple image locations" +msgstr "" +"This change applies only to operators who are using multiple image locations" + +msgid "This change applies only to the ``store_type_preference`` option" +msgstr "This change applies only to the ``store_type_preference`` option" + +msgid "" +"This change is backward compatible, that is, the old names will be " +"recognized by the code during the deprecation period. Support for the " +"deprecated names will be removed in the **Pike** release" +msgstr "" +"This change is backward compatible, that is, the old names will be " +"recognized by the code during the deprecation period. Support for the " +"deprecated names will be removed in the **Pike** release" + +msgid "" +"This feature is enabled by default, but it is optional. Whether it is " +"offered at your installation depends on the value of the " +"``enabled_import_methods`` configuration option in the ``glance-api.conf`` " +"file (assuming, of course, that you have not disabled image import at your " +"site)." +msgstr "" +"This feature is enabled by default, but it is optional. Whether it is " +"offered at your installation depends on the value of the " +"``enabled_import_methods`` configuration option in the ``glance-api.conf`` " +"file (assuming, of course, that you have not disabled image import at your " +"site)." + +msgid "" +"This has necessitated a change in the location and naming convention for " +"migration scripts. Developers, operators, and DevOps are strongly " +"encouraged to read through the `Database Management`_ section of the Glance " +"documentation for details of the changes introduced in the Ocata release. " +"Here's a brief summary of the changes:" +msgstr "" +"This has necessitated a change in the location and naming convention for " +"migration scripts. Developers, operators, and DevOps are strongly " +"encouraged to read through the `Database Management`_ section of the Glance " +"documentation for details of the changes introduced in the Ocata release. " +"Here's a brief summary of the changes:" + +msgid "" +"This is a good time to review your Glance ``policy.json`` file to make sure " +"that if it contains a ``default`` target, the rule is fairly restrictive " +"(\"role:admin\" or \"!\" are good choices). The ``default`` target is used " +"when the policy engine cannot find the target it's looking for. This can " +"happen when a new policy is introduced but the policy file in use is from a " +"prior release." +msgstr "" +"This is a good time to review your Glance ``policy.json`` file to make sure " +"that if it contains a ``default`` target, the rule is fairly restrictive " +"(\"role:admin\" or \"!\" are good choices). The ``default`` target is used " +"when the policy engine cannot find the target it's looking for. This can " +"happen when a new policy is introduced but the policy file in use is from a " +"prior release." + +msgid "" +"This is in addition to the chunked transfer encoding problems addressed by " +"`Bug 1703856`_ and will be more difficult to fix. (Additionally, as far as " +"we are aware, the fix for `Bug 1703856`_ has never been tested at scale.) " +"Briefly, Glance tasks are run by the API service and would have to be split " +"out into a different service so that API alone would run under uWSGI. The " +"Glance project team did not have sufficient testing and development " +"resources during the Queens cycle to attempt this (or even to discuss " +"whether this is in fact a good idea)." +msgstr "" +"This is in addition to the chunked transfer encoding problems addressed by " +"`Bug 1703856`_ and will be more difficult to fix. (Additionally, as far as " +"we are aware, the fix for `Bug 1703856`_ has never been tested at scale.) " +"Briefly, Glance tasks are run by the API service and would have to be split " +"out into a different service so that API alone would run under uWSGI. The " +"Glance project team did not have sufficient testing and development " +"resources during the Queens cycle to attempt this (or even to discuss " +"whether this is in fact a good idea)." + +msgid "" +"This point release contains minor changes to keep the Ocata release of " +"Glance stable with respect to current operating system packages." +msgstr "" +"This point release contains minor changes to keep the Ocata release of " +"Glance stable with respect to current operating system packages." + +msgid "" +"This point release contains minor changes to keep the Pike release of Glance " +"stable with respect to current operating system packages." +msgstr "" +"This point release contains minor changes to keep the Pike release of Glance " +"stable with respect to current operating system packages." + +msgid "This release has impact on API behavior." +msgstr "This release has impact on API behaviour." + +msgid "" +"This release prevents non-admin user to change 'size' and 'checksum' " +"properties of an image after it has been deactivated via Images API v1." +msgstr "" +"This release prevents non-admin user to change 'size' and 'checksum' " +"properties of an image after it has been deactivated via Images API v1." + +msgid "" +"This renders the configuration options incapable of taking certain values " +"that may have been accepted before but were actually invalid." +msgstr "" +"This renders the configuration options incapable of taking certain values " +"that may have been accepted before but were actually invalid." + +msgid "" +"This will result into a non-backward compatible experience before and after " +"**Newton** release, for users using ``add`` feature to image locations." +msgstr "" +"This will result into a non-backward compatible experience before and after " +"**Newton** release, for users using ``add`` feature to image locations." + +msgid "" +"Those images currently with 'private' visibility (that is, images for which " +"'is_public' is False in the database) and that have **no** image members, " +"will have their visibility set to 'private'." +msgstr "" +"Those images currently with 'private' visibility (that is, images for which " +"'is_public' is False in the database) and that have **no** image members, " +"will have their visibility set to 'private'." + +msgid "" +"To partially fix an important image locations bug 1587985, an API impacting " +"change has been merged into Glance." +msgstr "" +"To partially fix an important image locations bug 1587985, an API impacting " +"change has been merged into Glance." + +msgid "" +"To summarize: end users do **not** need access to the Tasks API in order to " +"use the new interoperable image import process. They do, however, need " +"permission to access internal Glance task objects." +msgstr "" +"To summarize: end users do **not** need access to the Tasks API in order to " +"use the new interoperable image import process. They do, however, need " +"permission to access internal Glance task objects." + +msgid "Translations have been synced from Zanata." +msgstr "Translations have been synced from Zanata." + +msgid "Translations have been updated." +msgstr "Translations have been updated." + +msgid "" +"Until now every run of the oslo-config-generator resulted in random ordering " +"of the store drivers configuration. After **Newton** release this order will " +"remain consistent." +msgstr "" +"Until now every run of the oslo-config-generator resulted in random ordering " +"of the store drivers configuration. After **Newton** release this order will " +"remain consistent." + +msgid "" +"Until now, no image status checks were in place while **adding** a location " +"on it. In some circumstances, this may result in a bad user experience. It " +"may also cause problems for a security team evaluating the condition of an " +"image in ``deactivated`` status." +msgstr "" +"Until now, no image status checks were in place while **adding** a location " +"on it. In some circumstances, this may result in a bad user experience. It " +"may also cause problems for a security team evaluating the condition of an " +"image in ``deactivated`` status." + +msgid "Upgrade Notes" +msgstr "Upgrade Notes" + +msgid "" +"Use of the plugin requires configuration as described in the `The Image " +"Property Injection Plugin`_ section of the Glance Admin Guide." +msgstr "" +"Use of the plugin requires configuration as described in the `The Image " +"Property Injection Plugin`_ section of the Glance Admin Guide." + +msgid "" +"Use the v1 API to update the image so that ``is_public`` is False. This " +"will reset the image's visibility to 'shared', and it will now accept member " +"operations." +msgstr "" +"Use the v1 API to update the image so that ``is_public`` is False. This " +"will reset the image's visibility to 'shared', and it will now accept member " +"operations." + +msgid "" +"Use the v2 API to change the visibility of the image to 'shared'. Then it " +"will accept members in either the v1 or v2 API." +msgstr "" +"Use the v2 API to change the visibility of the image to 'shared'. Then it " +"will accept members in either the v1 or v2 API." + +msgid "Using db check" +msgstr "Using db check" + +msgid "" +"Values which do not comply with the new restrictions will prevent the " +"service from starting. The logs will contain a message indicating the " +"problematic configuration option and the reason why the supplied value has " +"been rejected." +msgstr "" +"Values which do not comply with the new restrictions will prevent the " +"service from starting. The logs will contain a message indicating the " +"problematic configuration option and the reason why the supplied value has " +"been rejected." + +msgid "Visibility migration of current images" +msgstr "Visibility migration of current images" + +msgid "" +"We have tried to minimize the impact upon end users, but want to point out " +"some issues to be aware of." +msgstr "" +"We have tried to minimise the impact upon end users, but want to point out " +"some issues to be aware of." + +msgid "" +"We mention this so that you can be aware of this situation in your own " +"testing." +msgstr "" +"We mention this so that you can be aware of this situation in your own " +"testing." + +msgid "" +"We recommend that all operators adopt the policy settings just described " +"independently of the decision whether to expose the EXPERIMENTAL version 2.6 " +"API." +msgstr "" +"We recommend that all operators adopt the policy settings just described " +"independently of the decision whether to expose the EXPERIMENTAL version 2.6 " +"API." + +msgid "" +"We renew that recommendation for the Queens release. In particular, Glance " +"tasks (which are required for the interoperable image import functionality) " +"do not execute when Glance is run under uWSGI (which is the OpenStack " +"recommended way to run WSGI applications hosted by a web server)." +msgstr "" +"We renew that recommendation for the Queens release. In particular, Glance " +"tasks (which are required for the interoperable image import functionality) " +"do not execute when Glance is run under uWSGI (which is the OpenStack " +"recommended way to run WSGI applications hosted by a web server)." + +msgid "" +"We strongly encourage operators to modify their ``glance-api.conf`` files " +"immediately to use the **new** names" +msgstr "" +"We strongly encourage operators to modify their ``glance-api.conf`` files " +"immediately to use the **new** names" + +msgid "" +"When ``enable_image_import`` is **True**, a new import-method, ``web-" +"download`` is available. (In Pike, only ``glance-direct`` was offered.) " +"Which import-methods you offer can be configured using the " +"``enabled_import_methods`` option in the ``glance-api.conf`` file." +msgstr "" +"When ``enable_image_import`` is **True**, a new import-method, ``web-" +"download`` is available. (In Pike, only ``glance-direct`` was offered.) " +"Which import-methods you offer can be configured using the " +"``enabled_import_methods`` option in the ``glance-api.conf`` file." + +msgid "" +"While the 2.6 API is CURRENT, whether the interoperable image import " +"functionality it makes available is exposed to end users is controlled by a " +"configuration option, ``enable_image_import``. Although this option existed " +"in the previous release, its effect is slightly different in Queens." +msgstr "" +"While the 2.6 API is CURRENT, whether the interoperable image import " +"functionality it makes available is exposed to end users is controlled by a " +"configuration option, ``enable_image_import``. Although this option existed " +"in the previous release, its effect is slightly different in Queens." + +msgid "" +"With the deprecation of the Images (Glance) version 1 API in the Newton " +"release, it is subject to removal on or after the Pike release. The " +"configuration options specific to the Images (Glance) v1 API have also been " +"deprecated and are subject to removal. An indirectly related configuration " +"option enable_v2_api has been deprecated too as it becomes redundant once " +"the Images (Glance) v1 API is removed. Appropriate warning messages have " +"been setup for the deprecated configuration options and when the Images " +"(Glance) v1 API is enabled (being used). Operators are advised to deploy the " +"Images (Glance) v2 API. The standard OpenStack deprecation policy will be " +"followed for the removals." +msgstr "" +"With the deprecation of the Images (Glance) version 1 API in the Newton " +"release, it is subject to removal on or after the Pike release. The " +"configuration options specific to the Images (Glance) v1 API have also been " +"deprecated and are subject to removal. An indirectly related configuration " +"option enable_v2_api has been deprecated too as it becomes redundant once " +"the Images (Glance) v1 API is removed. Appropriate warning messages have " +"been setup for the deprecated configuration options and when the Images " +"(Glance) v1 API is enabled (being used). Operators are advised to deploy the " +"Images (Glance) v2 API. The standard OpenStack deprecation policy will be " +"followed for the removals." + +msgid "" +"With the introduction of the ``web-download`` import method, we consider the " +"Image Service v2 API to have reached feature parity with the DEPRECATED v1 " +"API in all important respects. Support for the Image Service API v1 ends " +"with the Queens release. The `v1 API was deprecated in Newton`_ and will be " +"removed from the codebase at the beginning of the Rocky development cycle. " +"Please plan appropriately." +msgstr "" +"With the introduction of the ``web-download`` import method, we consider the " +"Image Service v2 API to have reached feature parity with the DEPRECATED v1 " +"API in all important respects. Support for the Image Service API v1 ends " +"with the Queens release. The `v1 API was deprecated in Newton`_ and will be " +"removed from the codebase at the beginning of the Rocky development cycle. " +"Please plan appropriately." + +msgid "" +"You may set the ``timeout`` option in the ``keystone_authtoken`` group in " +"the **glance-api.conf** file." +msgstr "" +"You may set the ``timeout`` option in the ``keystone_authtoken`` group in " +"the **glance-api.conf** file." + +msgid "You may upgrade these definitions using:" +msgstr "You may upgrade these definitions using:" + +msgid "``enable_image_import``" +msgstr "``enable_image_import``" + +msgid "``enable_image_import`` is **True** by default (in Pike it was False)" +msgstr "``enable_image_import`` is **True** by default (in Pike it was False)" + +msgid "" +"``glance-manage db load_metadefs [--path ] [--merge] [--prefer_new]``" +msgstr "" +"``glance-manage db load_metadefs [--path ] [--merge] [--prefer_new]``" + +msgid "``node_staging_uri``" +msgstr "``node_staging_uri``" + +msgid "bug 1532243: glance fails silently if a task flow can not be loaded" +msgstr "bug 1532243: glance fails silently if a task flow can not be loaded" + +msgid "" +"bug 1533949: Glance tasks missing configuration item \"conversion_format\"" +msgstr "" +"bug 1533949: Glance tasks missing configuration item \"conversion_format\"" + +msgid "" +"bug 1535231: md-meta with case insensitive string has problem during creating" +msgstr "" +"bug 1535231: md-meta with case insensitive string has problem during creating" + +msgid "bug 1543937: db-purge fails for very large number" +msgstr "bug 1543937: db-purge fails for very large number" + +msgid "bug 1555275: Tags set changes on delete" +msgstr "bug 1555275: Tags set changes on delete" + +msgid "bug 1557495: Possible race conditions during status change" +msgstr "bug 1557495: Possible race conditions during status change" + +msgid "bug 1558683: Versions endpoint does not support X-Forwarded-Proto" +msgstr "bug 1558683: Versions endpoint does not support X-Forwarded-Proto" + +msgid "bug 1568723: secure_proxy_ssl_header not in sample configuration files" +msgstr "bug 1568723: secure_proxy_ssl_header not in sample configuration files" + +msgid "" +"bug 1568894: glance_store options missing in glance-scrubber.conf and glance-" +"cache.conf sample files" +msgstr "" +"bug 1568894: glance_store options missing in glance-scrubber.conf and glance-" +"cache.conf sample files" + +msgid "" +"bug 1570789: Metadefs API returns 500 error when 4 byte unicode character is " +"passed" +msgstr "" +"bug 1570789: Metadefs API returns 500 error when 4 byte Unicode character is " +"passed" + +msgid "" +"bug 1580848: There's no exception when import task is created without " +"properties" +msgstr "" +"bug 1580848: There's no exception when import task is created without " +"properties" + +msgid "bug 1582304: Allow tests to run when http proxy is set" +msgstr "bug 1582304: Allow tests to run when HTTP proxy is set" + +msgid "bug 1584076: Swift ACLs disappears on v1 Glance images" +msgstr "bug 1584076: Swift ACLs disappears on v1 Glance images" + +msgid "" +"bug 1584350: etc/glance-registry.conf sample file has redundant store section" +msgstr "" +"bug 1584350: etc/glance-registry.conf sample file has redundant store section" + +msgid "" +"bug 1584415: Listing images with the created_at and updated_at filters fails " +"if an operator is not specified" +msgstr "" +"bug 1584415: Listing images with the created_at and updated_at filters fails " +"if an operator is not specified" + msgid "bug 1585584: Glare v0.1 is unable to create public artifact draft" msgstr "bug 1585584: Glare v0.1 is unable to create public artifact draft"