MOS RN 6.1 Glance new features
This patch adds a section with Glance new features to the MOS 6.1 Release Notes. Change-Id: I4cde651d77c0574babe177a5e2000de33b19f4f8
This commit is contained in:
committed by
OlgaGusarenko
parent
af753227a7
commit
49fe2f927d
@@ -38,6 +38,12 @@ below for information about updating OpenStack environments.
|
||||
.. include:: /pages/release-notes/v6-1/new-features/200-nodes.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/heat.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/nova.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/cinder.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/horizon.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/glance.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/sahara.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/ceilometer.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/keystone.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/granular-deploy.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/remove-node-inventory.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/verify-net.rst
|
||||
@@ -48,10 +54,7 @@ below for information about updating OpenStack environments.
|
||||
.. include:: /pages/release-notes/v6-1/new-features/linux-bonds.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/plugins.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/virtual-router.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/sahara.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/neutron-agents.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/ceilometer.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/keystone.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/isoUSB.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/1-1-mapping.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/dual-hyperv-support.rst
|
||||
@@ -61,8 +64,8 @@ below for information about updating OpenStack environments.
|
||||
.. include:: /pages/release-notes/v6-1/new-features/mellanox-support.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/role-operations.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/0000-exp-features.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/cinder.rst
|
||||
.. include:: /pages/release-notes/v6-1/new-features/horizon.rst
|
||||
|
||||
|
||||
|
||||
Additional Information
|
||||
----------------------
|
||||
|
||||
28
pages/release-notes/v6-1/new-features/glance.rst
Normal file
28
pages/release-notes/v6-1/new-features/glance.rst
Normal file
@@ -0,0 +1,28 @@
|
||||
Glance new features
|
||||
-------------------
|
||||
|
||||
* A new metadata definitions catalog, where a user can register
|
||||
the metadata definitions to be used on various resource types
|
||||
including images, volumes, aggregates, and flavors. See the
|
||||
`Metadata Definitions Catalog`_ blueprint for details.
|
||||
|
||||
* Restrict normal users from downloading images by adding a new
|
||||
rule to the ``policy.json`` file and applying that rule
|
||||
to the ``download_image`` policy. See the `Restrict users from
|
||||
downloading image based on policy`_ blueprint for details.
|
||||
|
||||
* Use an internal library API for asynchronous processing. See the
|
||||
`Asynchronous Processing in Glance`_ blueprint for details.
|
||||
|
||||
* The glance.store package is pulled out into its own library,
|
||||
so now other projects (like Nova) can use glance_store library
|
||||
for accessing images directly. See the `Pull Glance's store
|
||||
package out of glance`_ blueprint for details.
|
||||
|
||||
* Now enhanced Scrubber service allows a single instance to maintain
|
||||
multiple glance-api servers cross nodes.
|
||||
|
||||
.. _`Metadata Definitions Catalog`: https://blueprints.launchpad.net/glance/+spec/metadata-schema-catalog
|
||||
.. _`Restrict users from downloading image based on policy`: https://blueprints.launchpad.net/glance/+spec/restrict-downloading-images-protected-properties
|
||||
.. _`Asynchronous Processing in Glance`: https://blueprints.launchpad.net/glance/+spec/async-glance-workers
|
||||
.. _`Pull Glance's store package out of glance`: https://blueprints.launchpad.net/glance/+spec/create-store-package
|
||||
Reference in New Issue
Block a user