- 07 Mar, 2019 2 commits
-
-
Erno Kuvaja authored
Change-Id: Icd4dc29d6492053b90944f5a57435fc29c6147f2
-
Zuul authored
-
- 06 Mar, 2019 3 commits
-
-
Zuul authored
-
Zuul authored
-
bhagyashris authored
Currently user get redundant HTTP error code in error message. Removed redundant HTTP error code from the message. For Example: Error message display when user trying to get the non existing image: $ glance image-show f433471a-53a8-4d31-bf8f-f0b6b594dfc Error message: 404 Not Found: No image found with ID f433471a-53a8-4d31-bf8f-f0b6b594dfc (HTTP 404) After this fix: HTTP 404 Not Found: No image found with ID f433471a-53a8-4d31-bf8f-f0b6b594dfc Closes-Bug: #1598714 Change-Id: I33971a2a16416c8538158299325471c2a69dbb3e
-
- 04 Mar, 2019 2 commits
-
-
Zuul authored
-
huang.zhiping authored
The commands used by constraints need at least tox 2.0. Update to reflect reality, which should help with local running of constraints targets. Change-Id: Ic477c7af3687535d54d779cce071f3eb1fb5490c Closes-Bug: #1801676
-
- 28 Feb, 2019 1 commit
-
-
Brian Rosmaita authored
Update the irrelevant files so the expensive dsvm-functional test jobs are not run for documentation, release note, or other minor non-code changes. Change-Id: Ifbac5e891131b3f66d9332a33d818437fa67c0cc
-
- 15 Feb, 2019 1 commit
-
-
Corey Bryant authored
This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I4f764b17155bc6cbaf9f03bd9f295de178ed0272 Story: #2004073 Task: #27415
-
- 14 Feb, 2019 1 commit
-
-
Zuul authored
-
- 18 Jan, 2019 1 commit
-
-
Zuul authored
-
- 17 Jan, 2019 1 commit
-
-
Brian Rosmaita authored
This was missed when multihash support was added to the glanceclient. The os_hash_value is an indexed field in the API. Includes a release note. Closes-bug: #1788271 Change-Id: Ibfe28b8c644967b7e0295dfd3f55c3ae1b0cbb2d
-
- 04 Dec, 2018 1 commit
-
-
sunjia authored
Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I0b00d5a692dfcc04b7f8f9fc3ccfaba41c2a84a7
-
- 29 Nov, 2018 1 commit
-
-
qingszhao authored
Change-Id: I96e9aad54e405395d2cfe7a8d30f6ae3bd72efdc
-
- 15 Nov, 2018 1 commit
-
-
Zuul authored
-
- 09 Nov, 2018 1 commit
-
-
Liang Fang authored
When running "glance -v image-list" there's no store info listed, so user cannot know the type of the backend. This patch added an new option "--include-stores" and is to add the store id to the output of "glance image-list --include-stores". The final output may like: +-----+------+-------------+-----+----------+--------+-----+------+ | ID | Name | Disk_format | ... | Size | Status |Owner|Stores| +-----+------+-------------+-----+----------+--------+-----+------+ | xxx | img1 | raw | ... | 10737418 | active | xxx | ceph | | xxx | img2 | raw | ... | 5086345 | active | xxx | file | +-----+------+-------------+-----+----------+--------+-----+------+ Change-Id: If86ef714c3aa03ce43ef29f26892f431f4766560 Co-authored-by:
Jack Ding <jack.ding@windriver.com> Signed-off-by:
Liang Fang <liang.a.fang@intel.com>
-
- 01 Nov, 2018 1 commit
-
-
imacdonn authored
Since the introduction of quoting of header content in https://review.openstack.org/568698, the 'x-image-meta-location' header has been broken, because urllib.quote() is really intended to be applied to only the path section of a URL, but in this case, it gets applied to the entire URL, and catches the colon that separates the scheme from the remainder of the URL. This change adds the colon to the list of characters that should not get quoted. Since a colon can be directly represented in ASCII, this should not invalidate the previous change. Change-Id: I76a1c9a361b6c9f6eb95ae766b8c3bcf2267703a Closes-Bug: #1788942
-
- 24 Oct, 2018 1 commit
-
-
imacdonn authored
Add support for embedding of checksum, os_hash_algo and os_hash_value when adding a location to an image. Depends-On: https://review.openstack.org/597648 Change-Id: Ibbe2f2bb226f52cc6b2ab591913b1797d2b086c0
-
- 11 Oct, 2018 1 commit
-
-
Brian Rosmaita authored
Two changes: 1 - declare the abstract base tips jobs 'abstract' 2 - add a branch matcher to where the periodic tips jobs are invoked in the project definition so that they only apply to the master branch Change-Id: If80ead2796c370b9539a0d7dd12bb8d35de8abcf
-
- 18 Sep, 2018 1 commit
-
-
Zuul authored
-
- 17 Sep, 2018 1 commit
-
-
Andreas Jaeger authored
* Sort list of templates alphabetically * Use lower-constraints-jobs template, remove jobs * Use tox-cover template that runs job voting in gate instead of in post queue, remove job Change-Id: Ifdfa5c4b27cdeb1b4671188bf9fc30cb7f721c07
-
- 07 Sep, 2018 1 commit
-
-
Brian Rosmaita authored
When the Glance "multihash" is available on an image, the glanceclient should use it instead of MD5 to validate data downloads. For cases in which the multihash specifies an algorithm not available to the client, an option is added to the image-download command that will allow fallback to the legacy MD5 checksum verification. Change-Id: I4ee6e5071eca08d3bbedceda2acc170e7ed21a6b Closes-bug: #1788323
-
- 20 Aug, 2018 4 commits
-
-
Nguyen Hai authored
This is a mechanically generated patch to add a functional test job running under Python 3 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I6c76d04d28a610d3bf563f9cecffcdcbd432fc52 Story: #2002586 Task: #24297
-
Nguyen Hai authored
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I4530174cfa59bbaef474847276e4bc39c593f670 Story: #2002586 Task: #24297
-
Nguyen Hai authored
This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I15c2d1da21c05c6530e7c05e8e90c2660a041144 Story: #2002586 Task: #24297
-
Nguyen Hai authored
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: If6a88f851bf2509ae6e452aa27de34cd9a3b5f88 Story: #2002586 Task: #24297
-
- 10 Aug, 2018 1 commit
-
-
zhangbailin authored
In this commit(https://review.openstack.org/#/c/579870/) removed diversity tags, it should also be updated here. Change-Id: I035e6286286558b74a6949dc2f1826ce25b1786f
-
- 26 Jul, 2018 3 commits
-
-
Zuul authored
-
OpenStack Release Bot authored
Change-Id: I604e167d66f498f99fa7be584586e74dfce96874
-
wangxiyuan authored
If the token is encoded by base64, it may contain '=' char as well. We should skip quoting it. Change-Id: I1ca63d251fa366f0e8e58128d45b729a2489b65c Partial-Bug: #1783290
-
- 25 Jul, 2018 10 commits
-
-
Zuul authored
-
Brian Rosmaita authored
A missing space is messing up the html rendering. Change-Id: If65cae35384995c7dbb138ee3993ee4d99850e64
-
Erno Kuvaja authored
Change-Id: I4094fe3e08b418dc6e62b929789cb06379bb368f
-
Zuul authored
-
Zuul authored
-
Abhishek Kekane authored
Added --hidden argument to list, create and update call. Related to blueprint hidden-images Change-Id: I1f2dcaa545c9da883186b20a96a70c7df994b994
-
wangxiyuan authored
The token in request header may contain url char, such as '+', if quote it, '+' will change to '%2B' which will lead to 401 error. Our CI doesn't notice this bug because Keystone use fernet token which doesn't contain url char by default. But token format in keystone is plugable, some out-tree token formats may contain url char (for example, PKI/PKIZ token). So we should skip quote token to avoiding information changing. Closes-bug: #1783290 Change-Id: I5aa71b3e2b9b19581e46ccf8a80eda5d637f17d1
-
Brian Rosmaita authored
Related to blueprint hidden-images Change-Id: Ie915c6af1142b02716aef89d4832cd8e466e5ec9
-
Zuul authored
-
Zuul authored
-