Jump to: navigation, search

Difference between revisions of "Glance"

m (OpenStack Image service ("Glance"))
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
+
[[Category:ImageService]]
= [[OpenStack]] Image service ("Glance") =
+
= OpenStack Image Service ("Glance") =
  
 +
{| border="1" cellpadding="2" cellspacing="0"
 +
|  Source code
 +
| https://github.com/openstack/glance 
 +
|-
 +
|  Bug tracker 
 +
| https://bugs.launchpad.net/glance/+bugs
 +
|-
 +
|  Design Specifications 
 +
| https://specs.openstack.org/openstack/glance-specs/index.html
 +
|-
 +
|  Glance Documentation
 +
| https://docs.openstack.org/glance/latest/index.html
 +
|-
 +
| Image Service API Reference
 +
| https://developer.openstack.org/api-ref/image/
 +
|}
 +
 +
== Related projects ==
 +
* Python Glance client
 +
* Glance store library
 +
 +
== Other resources ==
 
* [[GlanceFeatureMatrix|Feature Support Matrix]]
 
* [[GlanceFeatureMatrix|Feature Support Matrix]]
* [[InstallInstructions/Glance|Install Instructions]]
+
* [https://review.openstack.org/#/dashboard/?foreach=project%3A%5Eopenstack%2F.%2Aglance.%2A+status%3Aopen+NOT+owner%3Aself+NOT+label%3AWorkflow%3C%3D%252D1+label%3AVerified%3E%3D1+NOT+label%3ACode%252DReview%3C%3D%252D1%252cself+NOT+label%3ACode%252DReview%3E%3D1%252cself&title=Glance+Review+Inbox&Glance+Specs=project%3Aopenstack%2Fglance%252Dspecs&Bug+Fixes=topic%3A%5Ebug%2F.%2A&Needs+Feedback+%28Changes+older+than+5+days+that+have+not+been+reviewed+by+anyone%29=NOT+label%3ACode%252DReview%3C%3D2+age%3A5d&You+are+a+reviewer%252c+but+haven%27t+voted+in+the+current+revision=reviewer%3Aself&Needs+final+%2B2=label%3ACode%252DReview%3E%3D2+limit%3A50&New+Contributors=reviewer%3A10068&Passed+Jenkins%252c+No+Negative+Feedback=NOT+label%3ACode%252DReview%3E%3D2+NOT+label%3ACode%252DReview%3C%3D%252D1+limit%3A50&Wayward+Changes+%28Changes+with+no+code+review+in+the+last+2days%29=NOT+label%3ACode%252DReview%3C%3D2+age%3A2d Review Dashboard]
* Project and bug reporting on [https://launchpad.net/glance Launchpad], Code on [https://github.com/openstack/glance GitHub]
 
* [http://glance.openstack.org Glance Developer Documentation]
 

Latest revision as of 17:39, 9 August 2018

OpenStack Image Service ("Glance")

Source code https://github.com/openstack/glance
Bug tracker https://bugs.launchpad.net/glance/+bugs
Design Specifications https://specs.openstack.org/openstack/glance-specs/index.html
Glance Documentation https://docs.openstack.org/glance/latest/index.html
Image Service API Reference https://developer.openstack.org/api-ref/image/

Related projects

  • Python Glance client
  • Glance store library

Other resources