summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchqueens-eolstable/queensOpenDev Sysadmins2019-04-192-2/+2
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* import zuul job settings from project-configqueens-em2.10.1Nguyen Hai2018-08-201-2/+12
| | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ief236891f7835c58c1776daf525350ad46512803 Story: #2002586 Task: #24297
* Update local copy of image schema for 2.6Brian Rosmaita2018-04-112-2/+6
| | | | | | | | | Update the local copy of the image schema to reflect Image API 2.6. Change-Id: Ib0e56027927880d0fa198ffd8ea4b57e39f9d0fe Closes-bug: #1762044 Depends-on: https://review.openstack.org/#/c/560126/ (cherry picked from commit e89fcae346eee1e3e5b5beb65e641fbc666fd59c)
* Add releasenotes for 2.10.0 release2.10.0Erno Kuvaja2018-04-091-0/+35
| | | | Change-Id: I16cda4e5079224fe052a33c0bd4a084491cabdc6
* Merge "Make image-import fail faster" into stable/queensZuul2018-04-092-18/+240
|\
| * Make image-import fail fasterBrian Rosmaita2018-04-092-18/+240
| | | | | | | | | | | | | | | | | | Add checks to image-import command so that it provides better user feedback in failure situations. Change-Id: I8b6b32c3d1d1a745aa68ff8dc629419dff9bb130 Closes-bug: #1758718 (cherry picked from commit 46dd4dd60fa31aff71f3ba94cf496aa6fea0d582)
* | Merge "Fix intermittent v2 shell unit test failures" into stable/queensZuul2018-04-091-2/+7
|\ \ | |/ |/|
| * Fix intermittent v2 shell unit test failuresBrian Rosmaita2018-04-061-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The do_image_download code has a check to make sure that there's a place to put the data (either filename or stdout redirect) before initiating the download. The location of this check was moved by change I841bebeda38814235079429eca0b1e5fd2f04dae to happen at the beginning of the function. The two intermittently failing tests do not explicitly address the check condition, and as a result the tests do exit early, but before they can check what they're supposed to be testing. Closes-bug: #1759951 Change-Id: I3c85bb358f669504b364d55618c21382b7a2a66b (cherry picked from commit dc3ee4aedbd9023bba1581a987b517f00b9bfd0e)
* | Make image-create-via-import fail fasterBrian Rosmaita2018-04-052-36/+545
|/ | | | | | | | | | | | | | | Add checks to the image-create-via-import commmand so that it provides better user feedback and doesn't begin the import workflow unless the input has a chance of succeeding. Preserves backward compatibility with the current image-create command by (1) allowing an image record only to be created when no import-method is specified AND no data is supplied, and (2) doing the glance-direct workflow when no import- method is specified AND data is provided. Also adds the ability for the import-method to be set as an env var OS_IMAGE_IMPORT_METHOD. Change-Id: I0a225f5471a9311217b5d90ebb5fd415c369129a Closes-bug: #1758149 (cherry picked from commit 79543a67edd7a15aa23426548d3be9ac5b99366d)
* Merge "Check for container,disk_format on web-download" into stable/queensZuul2018-03-262-1/+41
|\
| * Check for container,disk_format on web-downloadBrian Rosmaita2018-03-232-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | Fail image-create-via-import requests for the web-download import method that don't include values for container_format or disk_format. Closes-bug: #1757927 Depends-on: I0e1d18844f64723608288de473e97710798eb602 Change-Id: Ic5c81916823ff32f2dbddd32b40e825de0697dc9 (cherry picked from commit 6cd537e2748fa636aa3061812b257d549a6d603f)
* | Add support for web-download import methodPranaliD2018-03-225-6/+83
|/ | | | | | | | | | | | | | | | This change adds support for 'web-download' import method to 'image-import' and 'create-image-via-import' call. To use this 'web-download' import method, user needs to pass --uri option 'a valid uri to external image to import in glance' to 'image-import' and 'create-image-via-imaport' calls. Co-authored-by: Pranali Deore <pdeore@redhat.com> Co-authored-by: Erno Kuvaja <jokke@usr.fi> Closes-Bug: #1758039 Change-Id: I0e1d18844f64723608288de473e97710798eb602 (cherry picked from commit aedabec9e46e80266cdefb315f112a30927e216a)
* Updated from global requirementsOpenStack Proposal Bot2018-02-131-1/+1
| | | | Change-Id: I99b774704ea970b37965b595d3e34ce00c96fa5e
* Update UPPER_CONSTRAINTS_FILE for stable/queensOpenStack Release Bot2018-01-241-1/+1
| | | | Change-Id: I66ca8ab17a1ba2d044af9e72292589fbc18beedf
* Update .gitreview for stable/queensOpenStack Release Bot2018-01-241-0/+1
| | | | Change-Id: I5fc4533cbcd39531b45d53a0932473011c6d7a76
* Updated from global requirements2.9.1OpenStack Proposal Bot2018-01-182-2/+2
| | | | Change-Id: Id6510579123bd2eb5f54f8f7cf02eb74cc1e777c
* Avoid tox_install.sh for constraints supportAndreas Jaeger2018-01-122-58/+4
| | | | | | | | | | | We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: I02c57a8eeaf9540e4b94882a581b89533a129350
* Merge "Compare against 'RequestIdProxy.wrapped'"2.9.0Zuul2018-01-022-6/+5
|\
| * Compare against 'RequestIdProxy.wrapped'Stephen Finucane2018-01-022-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | Due to the 'glanceclient.common.utils.add_req_id_to_object' decorator, an instance of 'glanceclient.common.utils.RequestIdProxy' is returned for most calls in glanceclient. If we wish to compare to None, we have to compare the contents of this wrapper and not the wrapper itself. Unit tests are updated to highlight this. Change-Id: I7dadf32d37ac2bda33a92c71d5882e9f23e38a82 Closes-Bug: #1736759
* | Merge "Update Image service property keys doc"Zuul2018-01-021-0/+8
|\ \
| * | Update Image service property keys docBrian Rosmaita2017-12-221-0/+8
| |/ | | | | | | | | | | | | Doc update for change Ie8227fececa40e502aaa39d77de2a1cd0cd72682 Change-Id: I4b35d0ae768b331945cd014c004cef16ed2155b3 Closes-bug: #1694441
* | Update Image service property keys docsBrian Rosmaita2017-12-221-0/+7
|/ | | | | | | Doc update for change I7c77fb13f20b59ad764070d14dc98a46f8b7c823 Change-Id: I8a636019c88526f6d65a96e9184aad10010eded2 Closes-bug: #1651907
* Merge "Updated from global requirements"Zuul2017-12-212-5/+5
|\
| * Updated from global requirementsOpenStack Proposal Bot2017-12-192-5/+5
| | | | | | | | Change-Id: If0232005809670f9b55da915fbdad11cbbc7b146
* | Merge "Restore functional testing under ssl"Zuul2017-12-213-2/+42
|\ \
| * | Restore functional testing under sslBrian Rosmaita2017-12-153-2/+42
| |/ | | | | | | | | Closes-bug: #1738033 Change-Id: Ia3e2e210eea09ac07311f25ffa99ad0f4ced418d
* | Revise functional testing README fileBrian Rosmaita2017-12-151-8/+17
|/ | | | | | Clarifies the location of clouds.yaml for functional testing. Change-Id: Ib0b8e84579bca72e791229752df14542358e21b7
* Migrate dsvm functional test jobs to project repoBrian Rosmaita2017-12-142-46/+50
| | | | | | | | | | | | | | Migrate legacy dsvm functional test jobs for python-glanceclient to the project repository as zuul3 jobs using the devstack functional base job. Co-authored-by: Monty Taylor <mordred@inaugust.com> Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com> Needed-By: I0b974bf60da6bafabeb037a75ac10654e2a6406c Needed-By: I0271a1430843ef546e991a7a3c4b572b3e404963 Depends-On: I84de60181cb88574e341ff83cd4857cce241f2dd Change-Id: I1977ee0d348645987107c2efb5b454d7f8b81adf
* Add domain info to functional test clientsBrian Rosmaita2017-12-111-1/+5
| | | | | | | Keystone wants domain info, so pass it on. Change-Id: Ie99f79b61e5f8d469695fa19ad99d919fa23ae8e Closes-bug: #1737583
* Merge "Remove Babel as a runtime requirement"Jenkins2017-09-221-1/+0
|\
| * Remove Babel as a runtime requirementyatin2017-08-291-1/+0
| | | | | | | | | | | | | | | | | | Babel is in requirements.txt but is no longer required post [0]. [0] https://review.openstack.org/#/c/145273/ Change-Id: I5d906f84ecbd144073a019936af227702b1c699a
* | Updated from global requirementsOpenStack Proposal Bot2017-09-201-1/+1
| | | | | | | | Change-Id: I8448038730b593d69b912cde62a13f0c6baf6f7f
* | Updated from global requirementsOpenStack Proposal Bot2017-09-132-5/+5
| | | | | | | | Change-Id: I8ac16e2968fc65c7b7ecea3d4687b12ea9d3fa7f
* | Updated from global requirementsOpenStack Proposal Bot2017-09-011-1/+1
|/ | | | Change-Id: I95dba38f43a44606f4f1b51e931ed5c9f48216c5
* Merge "image-create-via-import fails with ValueError"Jenkins2017-08-241-1/+4
|\
| * image-create-via-import fails with ValueErrorAbhishek Kekane2017-08-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | CLI image-create-via-import fails with ValueError. The reason is create command returns RequestIdWrapper object and not image and response. Further it fails with AttributeError: 'Namespace' object has no attribute 'import_method'. The reason is do_import_image() call requires 'import_method' as input which is not provided at the moment. Change-Id: Ic4c4d1f3c5d290b584840e8f9047fb53611a5748 Closes-bug: #1711511
* | Merge "Fix image-import call"Jenkins2017-08-241-1/+1
|\ \ | |/ |/|
| * Fix image-import callBrian Rosmaita2017-08-181-1/+1
| | | | | | | | | | | | | | | | | | Change the request body sent from the client to be the format that the API expects for the image-import call. Depends-On: I08783e28719e63b5a4b2115b8fce135e55be460a Change-Id: I5e34d772d561306c6f103c859740658a825dd189 Closes-bug: #1711259
* | Merge "stage call fails with TypeError"Jenkins2017-08-211-4/+6
|\ \
| * | stage call fails with TypeErrorAbhishek Kekane2017-08-171-4/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | image-stage call fails with TypeError saying 'stage() takes exactly 3 arguments (4 given). The reason is stage() also accepts image_size as a argument which is not provided. Further it raises 'NoneType' object has no attribute 'headers'. The reason is stage() internally calls upload method which returns a object of RequestIdWrapper on body (which is None) and response. In stage call it again tries to add request id which requires response object but instead it has a RequestIdWrapper which fails to retrieve headers. Change-Id: I4de4be7a55f35c3533b53acd48042c7c95b4bdc0 Closes-bug: #1711090
* | Updated from global requirementsOpenStack Proposal Bot2017-08-181-3/+3
|/ | | | Change-Id: I5205e01980fc00b011a4aa4f9d24f045c375a4c5
* Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
| | | | Change-Id: I7bf1085df394a13a2b0d4493af9a3f52a6548acf
* Updated from global requirementsOpenStack Proposal Bot2017-07-272-2/+2
| | | | Change-Id: Ic918892cd48f45e9f1e916aa73c96398fe786b7c
* Add missing docstring2.8.0Erno Kuvaja2017-07-271-0/+1
| | | | | | Adding missing docstring for image-import command. Change-Id: Ide95056797230963e9ef63c1cb72d42e697023e7
* Merge "Add image import features to client"Jenkins2017-07-272-2/+133
|\
| * Add image import features to clientErno Kuvaja2017-07-272-2/+133
| | | | | | | | | | | | | | | | | | | | | | This change adds availability of the features introduced on Image Import Refactoring work. Including: Discovery call to discover what Import modes are available Staging call to stage the image for import in 'glance-direct' Import call to trigger the actual Image Import task EXPERIMENTAL: Image creation with the new workflow Change-Id: I2d10ac0cc951c933c3594837b490638e38ff0b12
* | Merge "Add release note for Pike"Jenkins2017-07-271-0/+76
|\ \
| * | Add release note for PikeBrian Rosmaita2017-07-271-0/+76
| | | | | | | | | | | | | | | | | | This note describes what has been prioritized to land in Pike. Change-Id: Ia0a7f80cd7dfc4fa4a1126123b6aebb32a459099
* | | Merge "Add documentation for image import commands"Jenkins2017-07-271-0/+173
|\ \ \
| * | | Add documentation for image import commandsBrian Rosmaita2017-07-271-0/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for the image import commands, particularly pointing out that the image-create-via-import command is an EXPERIMENTAL command that my be renamed or removed in a future release. Change-Id: I20ebc0145db6acc794039ed25e7754ec8d479bc8