/usr/lib/python2.7/dist-packages/glance-16.0.0.egg-info/PKG-INFO is in python-glance 2:16.0.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | Metadata-Version: 1.1
Name: glance
Version: 16.0.0
Summary: OpenStack Image Service
Home-page: https://docs.openstack.org/glance/latest/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: ========================
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/glance.svg
:target: http://governance.openstack.org/reference/tags/index.html
:alt: The following tags have been asserted for the Glance project:
"project:official",
"tc:approved-release",
"stable:follows-policy",
"tc:starter-kit:compute",
"vulnerability:managed",
"team:diverse-affiliation",
"assert:supports-upgrade",
"assert:follows-standard-deprecation".
Follow the link for an explanation of these tags.
.. NOTE(rosmaita): the alt text above will have to be updated when
additional tags are asserted for Glance. (The SVG in the
governance repo is updated automatically.)
.. Change things from this point on
======
Glance
======
Glance is a project that provides services and associated libraries
to store, browse, share, distribute and manage bootable disk images,
other data closely associated with initializing compute resources,
and metadata definitions.
Use the following resources to learn more:
API
---
To learn how to use Glance's API, consult the documentation available
online at:
* `Image Service APIs <http://developer.openstack.org/api-ref/image/>`_
Developers
----------
For information on how to contribute to Glance, please see the contents
of the CONTRIBUTING.rst in this repository.
Any new code must follow the development guidelines detailed in the
HACKING.rst file, and pass all unit tests.
Further developer focused documentation is available at:
* `Official Glance documentation <http://docs.openstack.org/glance/>`_
* `Official Client documentation <http://docs.openstack.org/python-glanceclient/>`_
Operators
---------
To learn how to deploy and configure OpenStack Glance, consult the
documentation available online at:
* `Openstack Glance <http://docs.openstack.org/glance/>`_
In the unfortunate event that bugs are discovered, they should be
reported to the appropriate bug tracker. You can raise bugs here:
* `Bug Tracker <https://bugs.launchpad.net/glance/>`_
Other Information
-----------------
During each design summit, we agree on what the whole community wants
to focus on for the upcoming release. You can see image service plans:
* `Image Service Plans <http://specs.openstack.org/openstack/glance-specs/>`_
For more information about the Glance project please see:
* `Glance Project <https://launchpad.net/glance/>`_
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
|