Jump to: navigation, search

Difference between revisions of "Glance"

(OpenStack Image service ("Glance"))
m (OpenStack Image service ("Glance"))
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
+
[[Category:ImageService]]
= [[OpenStack]] Image service ("Glance") =
+
= OpenStack Image Service ("Glance") =
  
 
{| border="1" cellpadding="2" cellspacing="0"
 
{| border="1" cellpadding="2" cellspacing="0"
Line 9: Line 9:
 
| https://bugs.launchpad.net/glance/+bugs
 
| https://bugs.launchpad.net/glance/+bugs
 
|-
 
|-
Blueprints   
+
Design Specifications 
| https://blueprints.launchpad.net/glance
+
| https://specs.openstack.org/openstack/glance-specs/index.html
 
|-
 
|-
Developer doc
+
Glance Documentation
| http://docs.openstack.org/developer/glance/
+
| https://docs.openstack.org/glance/latest/index.html
 +
|-
 +
| Image Service API Reference
 +
| https://developer.openstack.org/api-ref/image/
 
|}
 
|}
  
 
== Related projects ==
 
== Related projects ==
 
* Python Glance client
 
* Python Glance client
* Image API documentation
+
* Glance store library
 
 
== Documentation ==
 
* [http://http://docs.openstack.org/api/openstack-image-service/2.0/content/openstack-image-service-api-v2-reference.html Image API (v2) specification]
 
* [http://docs.openstack.org/api/openstack-image-service/1.0/content/ Image API (v1) specification]
 
* [http://docs.openstack.org/trunk/openstack-compute/admin/content/ Administration Guide]
 
  
 
== Other resources ==
 
== Other resources ==
* [[InstallInstructions/Glance|Install Instructions]]
 
 
* [[GlanceFeatureMatrix|Feature Support Matrix]]
 
* [[GlanceFeatureMatrix|Feature Support Matrix]]
 +
* [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]

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