Merge "[config-ref] add glance sample files"

This commit is contained in:
Jenkins 2016-06-29 11:03:01 +00:00 committed by Gerrit Code Review
commit 4674ab6c8a
13 changed files with 135 additions and 82 deletions

View File

@ -0,0 +1,12 @@
====================
glance-api-paste.ini
====================
Configuration for the Image service's API middleware pipeline is found in the
``glance-api-paste.ini`` file.
You should not need to modify this file.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api-paste.ini?h=stable/mitaka

View File

@ -0,0 +1,12 @@
===============
glance-api.conf
===============
The configuration file for the Image service API is found in the
``glance-api.conf`` file.
This file must be modified after installation.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api.conf?h=stable/mitaka

View File

@ -0,0 +1,10 @@
=================
glance-cache.conf
=================
The configuration options for an optional local image cache
are found in the ``glance-cache.conf`` file.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-cache.conf?h=stable/mitaka

View File

@ -0,0 +1,17 @@
==================
glance-manage.conf
==================
The Image service's custom logging options are found in the
``glance-manage.conf`` file.
.. note::
Options set in ``glance-manage.conf`` will override options of the same
section and name set in ``glance-registry.conf`` and ``glance-api.conf``.
Similarly, options in ``glance-api.conf`` will override options set in
``glance-registry.conf``.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-manage.conf?h=stable/mitaka

View File

@ -0,0 +1,10 @@
=========================
glance-registry-paste.ini
=========================
The Image service's middleware pipeline for its registry is found in the
``glance-registry-paste.ini`` file.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry-paste.ini?h=stable/mitaka

View File

@ -0,0 +1,12 @@
====================
glance-registry.conf
====================
Configuration for the Image service's registry, which stores the metadata about
images, is found in the ``glance-registry.conf`` file.
This file must be modified after installation.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry.conf?h=stable/mitaka

View File

@ -0,0 +1,11 @@
====================
glance-scrubber.conf
====================
``glance-scrubber`` is a utility for the Image service that cleans up images
that have been deleted; its configuration is stored in the
``glance-scrubber.conf`` file.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-scrubber.conf?h=stable/mitaka

View File

@ -0,0 +1,7 @@
=================
glance-swift.conf
=================
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-swift.conf.sample?h=stable/mitaka

View File

@ -0,0 +1,7 @@
=================
ovf-metadata.json
=================
.. remote-code-block:: json
https://git.openstack.org/cgit/openstack/glance/plain/etc/ovf-metadata.json.sample?h=stable/mitaka

View File

@ -0,0 +1,10 @@
===========
policy.json
===========
The ``/etc/glance/policy.json`` file defines additional access controls that
apply to the Image service.
.. remote-code-block:: json
https://git.openstack.org/cgit/openstack/glance/plain/etc/policy.json?h=stable/mitaka

View File

@ -0,0 +1,7 @@
==================================
property-protections-policies.conf
==================================
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/property-protections-policies.conf.sample?h=stable/mitaka

View File

@ -0,0 +1,7 @@
===============================
property-protections-roles.conf
===============================
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/property-protections-roles.conf.sample?h=stable/mitaka

View File

@ -5,86 +5,17 @@ Image service sample configuration files
You can find the files that are described in this section in the
``/etc/glance/`` directory.
glance-api.conf
~~~~~~~~~~~~~~~
.. toctree::
The configuration file for the Image service API is found in the
``glance-api.conf`` file.
This file must be modified after installation.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api.conf?h=stable/mitaka
glance-registry.conf
~~~~~~~~~~~~~~~~~~~~
Configuration for the Image service's registry, which stores the metadata about
images, is found in the ``glance-registry.conf`` file.
This file must be modified after installation.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry.conf?h=stable/mitaka
glance-api-paste.ini
~~~~~~~~~~~~~~~~~~~~
Configuration for the Image service's API middleware pipeline is found in the
``glance-api-paste.ini`` file.
You should not need to modify this file.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api-paste.ini?h=stable/mitaka
glance-manage.conf
~~~~~~~~~~~~~~~~~~
The Image service's custom logging options are found in the
``glance-manage.conf`` file.
.. note::
Options set in ``glance-manage.conf`` will override options of the same
section and name set in ``glance-registry.conf`` and ``glance-api.conf``.
Similarly, options in ``glance-api.conf`` will override options set in
``glance-registry.conf``.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-manage.conf?h=stable/mitaka
glance-registry-paste.ini
~~~~~~~~~~~~~~~~~~~~~~~~~
The Image service's middleware pipeline for its registry is found in the
``glance-registry-paste.ini`` file.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry-paste.ini?h=stable/mitaka
glance-scrubber.conf
~~~~~~~~~~~~~~~~~~~~
``glance-scrubber`` is a utility for the Image service that cleans up images
that have been deleted; its configuration is stored in the
``glance-scrubber.conf`` file.
.. remote-code-block:: ini
https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-scrubber.conf?h=stable/mitaka
policy.json
~~~~~~~~~~~
The ``/etc/glance/policy.json`` file defines additional access controls that
apply to the Image service.
.. remote-code-block:: json
https://git.openstack.org/cgit/openstack/glance/plain/etc/policy.json?h=stable/mitaka
glance-api.conf.rst
glance-api-paste.ini.rst
glance-cache.conf.rst
glance-manage.conf.rst
glance-registry.conf.rst
glance-registry-paste.ini.rst
glance-scrubber.conf.rst
glance-swift.conf.rst
ovf-metadata.json.rst
policy.json.rst
property-protections-policies.conf.rst
property-protections-roles.conf.rst