Commit Graph

6 Commits

Author SHA1 Message Date
Brian Rosmaita ef0df98f9e Close out queens in glance-specs repo
Update queens specs from 'approved' to 'implemented' or to
rocky/approved or to untargeted, define the redirects, and
make appropriate changes on the supporting pages.

Change-Id: I48aa6a2f11831ffc544e8b02b0bfdb80aa51d3e2
2018-03-05 05:15:33 -05:00
Flavio Percoco 4a9ffb4d06 Glance trusts has been implemented
Change-Id: I2882dabb6bd67a18c607e877f867f00b1a2b230f
2016-02-02 11:03:18 -04:30
bria4010 70b83a5679 Image Import Refactor
This spec proposes a refactoring of the Glance image import functionality
along the lines worked out at the Mitaka summit and lengthy subsequent
discussion on this patch set.

ApiImpact
DocImpact
SecurityImpact

Change-Id: If143638a5ae21068c062048dc6e5e91b31cd524f
Implements: blueprint image-import-refactor
2015-12-28 07:34:37 -04:30
Hemanth Makkapati 5e3321b4d5 Upload recovery to Swift
This change proposal introduces a buffering wrapper around image
data for use during image uploads. This buffering wrapper helps
improve the reliability of image uploads by providing the
ability to recover from errors occurring during the upload process.
The ability to recover from errors comes from buffering the image
segments before uploading to swift. When an error occurs, Swift
client resumes the upload process from the last successful position
determined using 'seek' and 'tell' operations on the buffered image
segment.

Change-Id: I41ab910cfef219b48230d9345246f1e5143774b4
2015-10-20 14:51:05 -05:00
Flavio Percoco 3b94864d55 Put approved specs under `specs/$release/approved`
Put approved specs in a specific dir and move them under `implemented`
once they've been completely implemented. This way, we can differentiate
between implemented specs and unfinished specs more easily.

Change-Id: Id90b2b0a7cd0542078d6f4830e84da7b06cd76d9
2015-10-06 00:36:33 +09:00
Deepti Ramakrishna 2616905dc9 Mitaka spec folder for tracking proposed specs
Now that the name of the new milestone has been decided, it is time to create
a folder to house specs for it.

Change-Id: Ic13e5f89f600d3d48f4f8c16576d4a5722e1110a
2015-09-07 00:45:27 -07:00