Commit Graph

5998 Commits

Author SHA1 Message Date
Tony Breeds 0c6ea7f2a6 Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: I1f28a2ce2253aff8e93d24f9840245ab7fc52db1
2017-09-12 15:38:25 -06:00
OpenStack Proposal Bot adb219cf45 Updated from global requirements
Change-Id: I07a6795dc0ac1facc8fe7612d07bb531d73caeea
2017-07-23 13:41:29 +00:00
Jenkins 0752f7f836 Merge "Updated from global requirements" 2017-07-19 16:11:01 +00:00
Jenkins 87f4209cca Merge "Add Discovery stub for Image Import" 2017-07-19 16:09:41 +00:00
OpenStack Proposal Bot f45b78d82e Updated from global requirements
Change-Id: Idd4736a9a8f1f2d4f6aebb4e753fb3158d737641
2017-07-18 19:33:40 +00:00
Jenkins 20ea7ab120 Merge "Satisfy API Reference documentation deleting tags" 2017-07-18 09:36:59 +00:00
Erno Kuvaja 0539f612bc Add Discovery stub for Image Import
This change adds discovery stub for Image Import MVP returning
['glance-direct'] as import-methods if Image Import has been
enabled in config. The default behavior for Pike is disabled so
the GET call to /v2/info/import returns empty list as default.

The stub is required for the client work to support the Minimum
Viable Product testing.

This change is based on the work started by Cyril and Nikhil on
https://review.openstack.org/#/c/270980 dropping any components
that are depending of the parts of IIR not implemented yet.

Change-Id: I4bc4c1123fed7ea8a838ea3d06e9da966ae18f58
Co-Authored-By: Cyril Roelandt <cyril@redhat.com>
Co-Authored-By: Nikhil Komawar <nik.komawar@gmail.com>
2017-07-14 15:11:33 +01:00
Jenkins 504ffa0918 Merge "Handle file delete races in image cache" 2017-07-12 00:24:08 +00:00
Ian Cordasco 529dc665a0 Satisfy API Reference documentation deleting tags
The API Reference documentation for Glance v2 documents the response
status code for the metadefs delete-tags call as 204, but instead that
call returns a 200 status code. This patch fixes the disparity and adds
the ability to start testing our response serializer.

This patch changes the response code instead of the documentation
because 204 (No Content) is the correct response for this call and
because all the other metadefs DELETE calls return 204.  So to preserve
consistency and to honor the published contract, this patch changes the
code, not the documentation.

This patch was discussed with the API-WG (on 2 Feb 2017) and the TC (on
14 Feb 2017), and they both endorse this approach. See the meeting logs
for details.

Closes-bug: #1656183
Depends-On: I84626976ca729f65b0ee0ea6afe5c9a6a408eecc
Change-Id: I4b6dc1714aeca409a85bfa1f9b729147da704df8
2017-07-11 16:36:07 +00:00
Sean McGinnis 2ee6e04276 Handle file delete races in image cache
In at least one case (see bug report) files have been deleted between
when we check that they exist and when we actually attempt the deletion.
Since we ultimately just want the file gone, we shouldn't care if we
get an error that the file does not exist and just move on.

Change-Id: Iaf71109fc6659650075ab4b4b48aec57819fb0b5
Closes-bug: #1229823
2017-07-10 11:37:55 -05:00
Jenkins e1cf21dec2 Merge "Add 'protected' filter to image-list call" 2017-07-07 12:18:56 +00:00
Jenkins 764c62b669 Merge "Remove unused None from dict.get()" 2017-07-06 13:25:42 +00:00
space d6068bec44 Add 'protected' filter to image-list call
Implements v2 API image-list filtering on the 'protected' property
following the spec:
https://git.openstack.org/cgit/openstack/glance-specs/tree/specs/pike
/approved/glance/add-protected-filter.rst
The 'protected' query string parameter accepts one of 'true', 'false'.
Any other value raises a 400 with an appropriate message.
See the discussion on https://review.openstack.org/#/c/451560/
for why this implementation strategy was chosen.

Change-Id: Ie90d952edddd3f69b3f489f056ff506e63f96376
Closes-Bug: #1674246
2017-07-06 09:48:17 +08:00
sudhir_agarwal c078cc2b6f Remove unused None from dict.get()
Since the default value is None when can't get a key from a dict,
So there is no need to use dict.get('key', None).

Change-Id: Ie8008e83f432263e7a97e482e83f240b1056feee
2017-07-05 12:49:10 +00:00
Jenkins 69555ae284 Merge "Remove unused parameter from 'stop_server' method" 2017-07-03 09:01:17 +00:00
Jenkins 8bed0bc429 Merge "Add metadefs release note for Pike" 2017-07-01 08:34:03 +00:00
Jenkins c4b0fbe632 Merge "Clean up the redundant code" 2017-07-01 01:15:08 +00:00
Jenkins a97c77a210 Merge "Fix some reST field lists in docstrings" 2017-06-30 20:46:05 +00:00
OpenStack Proposal Bot 17bb02517d Updated from global requirements
Change-Id: I74e862042ce26438ec223cdec370fa05c6dd4f95
2017-06-30 12:14:28 +00:00
Mike Fedosin ec573900dc Remove unused parameter from 'stop_server' method
There is an unused parameter 'name', which can be
removed without any problems.

TrivialFix

Change-Id: I247d95929e9dd586d940e04ffbf716f487ed48bb
2017-06-30 12:43:20 +03:00
Doug Hellmann adf7f5885b use openstackdocstheme html context
Set some of the new config values and enable openstackdocstheme as an
extension so it will inject values into the page context as it writes
each documentation page. This ensures the pages link to the right bug
tracker, etc.

Change-Id: I3e8d3a68aaa5da3318b2b253e8db982d64e4b1b6
Depends-On: Icf3a40ed104cfd828f532f6f2b112ed02f996ff5
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 16:14:46 -04:00
Doug Hellmann 6e81b49d5a update doc URLs in the readme
Change-Id: I5bf82638dde54a29adb14f665d5946c1d7f441b0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 16:14:46 -04:00
Doug Hellmann a792b5829a only show first heading from the glossary on home page
Change-Id: I81fea1c2e4d51994367c42d8f973a9503c366a09
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 16:14:46 -04:00
Doug Hellmann eed781b6cb move links to older install guides to the current install guide
Change-Id: I3226609ab90af0c5eaf55fe68c275a4235903352
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 16:14:46 -04:00
Doug Hellmann 10edf27c7f switch to openstackdocstheme
Change-Id: Iae7d55aa065b3ac18ff3ec84dc9e3eaa7243ca52
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 16:14:44 -04:00
Doug Hellmann c024c792b1 import the cli examples from the admin guide in openstack-manuals
Change-Id: I17da383eb3a3b32e73d0dcdd5f5e9e7f4dff73ee
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 14:02:00 +00:00
Doug Hellmann 6f865190c9 import troubleshooting section of admin guide from openstack-manuals
Change-Id: If8c63a7f4929227084a1bde3767356e28689dc94
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 14:01:52 +00:00
Doug Hellmann 5de99113c6 import the installation guide from openstack-manuals
Change-Id: If8b526e762e20523efc41df960783bfa83026e34
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 14:01:38 +00:00
Doug Hellmann 80a7d0147d import the glossary from openstack-manuals
Change-Id: I01491fe7d24428d4f0ad470c5976feea7caaa157
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 14:00:35 +00:00
Doug Hellmann f9c8f860f3 turn on warning-is-error for sphinx build
Change-Id: I325346f580bb85ffc8834df66a1f2e4a4664dbc7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 13:59:47 +00:00
Jenkins ffc84dec67 Merge "do not declare code blocks as json when they do not parse" 2017-06-29 01:27:23 +00:00
Jenkins 951fcb4c89 Merge "use :ref: instead of :doc: for xref" 2017-06-28 17:34:00 +00:00
Jenkins acf8c38b64 Merge "add index page to cli dir" 2017-06-28 17:33:54 +00:00
Jenkins 6ddca7a830 Merge "fix image path" 2017-06-28 17:33:39 +00:00
Jenkins 60fd4eb91b Merge "fix include directives" 2017-06-28 17:33:32 +00:00
Jenkins f0afd962a0 Merge "fix repeated hyperlink target names" 2017-06-28 17:33:25 +00:00
Jenkins 0728ff34d2 Merge "fix the autodoc instructions" 2017-06-28 17:33:10 +00:00
Jenkins 18f7a04ad0 Merge "rearrange existing documentation to follow the new layout standard" 2017-06-28 17:33:02 +00:00
Jenkins 0fb096ffcd Merge "Fix some reST field lists in docstrings" 2017-06-28 15:57:39 +00:00
junboli 103463e547 Clean up the redundant code
In the file common/wsgi.py and common/config.py, the unused import
is still existed, This patch is to remove the redundant codes.

Change-Id: I7869121a2fc11b44f81b03adfd9b5807e8d08ce7
2017-06-25 05:50:49 +00:00
OpenStack Proposal Bot 13961baa63 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Ice8f871a304e366ce01559bb3ac56cb66c0d509f
2017-06-24 10:32:07 +00:00
Jenkins 8188eca52e Merge "Change keystoneclient to keystoneauth1" 2017-06-23 20:44:52 +00:00
Jenkins 1c2612eed5 Merge "Update vmware metadef with ESX 6.5 supported OSes" 2017-06-23 20:19:09 +00:00
Jenkins 49577ac71c Merge "Fix broken link to the "Image service property keys" doc" 2017-06-22 17:25:49 +00:00
Brian Rosmaita ccf07eeec5 Add metadefs release note for Pike
Metadefs changes for Pike will be described in a single release note.
This patch introduces the file and the first change.  Other metadefs
changes in Pike should include a change to this file.

Change-Id: Id71acaf54e2fa623e1af247d5ddcafc27f55ee75
Partial-bug: #1699549
2017-06-22 09:42:20 -04:00
Jenkins eeaaa42fd7 Merge "Make i18n log translation functions as no-op" 2017-06-22 11:09:50 +00:00
Jenkins edcca24fba Merge "Add hide hypervisor id on guest host" 2017-06-22 11:09:43 +00:00
OpenStack Proposal Bot 659f9826be Updated from global requirements
Change-Id: I276eafa3a00177eb7684b18ae880ca023ed64c1c
2017-06-22 00:11:37 +00:00
Doug Hellmann 03c0a1875c do not declare code blocks as json when they do not parse
Change-Id: I697be9b9dd15801d8d8df4fdae429e2d639f250e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-21 14:15:58 -04:00
Doug Hellmann ca7a572d11 use :ref: instead of :doc: for xref
Using :ref: makes it easier to move files around.

Change-Id: I6e5e4403f01cf78fcfe2c5f716bb59455766e652
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-21 14:15:58 -04:00