summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchrocky-eolrocky-em1.16.3stable/rockyOpenDev Sysadmins2019-04-193-6/+6
| | | | | | | | | | | | | | | 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.
* Replace openstack.org git:// URLs with https://Ian Wienand2019-03-241-2/+2
| | | | | | | | | | | | | | | | | This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Ia9c586ba419fbb998cc5e672d51ff3a635bbec0b
* Set Content-Type header explictly for SessionClient1.16.2Rabi Mishra2019-03-182-2/+9
| | | | | | | | | | | SessionClient is subclassed from keystoneauth LegacyJsonAdapter. LegacyJsonAdapter does not set the Content-Type explicitly and results in decodeing issues in some cases. Change-Id: Idf23022b394607c332490331fc4b216de6ff1313 Story: 2005237 Task: 30027 (cherry picked from commit bd33e310e09339a21097c66d4022538f6bcbad2f)
* Merge "Update UPPER_CONSTRAINTS_FILE for stable/rocky" into stable/rockyZuul2018-09-201-3/+3
|\
| * Update UPPER_CONSTRAINTS_FILE for stable/rockyOpenStack Release Bot2018-08-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new stable upper-constraints file is only available after the openstack/requirements repository is branched. This will happen around the RC1 timeframe. Recheck and merge this change once the requirements repository has been branched. The CI system will work with this patch before the requirements repository is branched because zuul configues the job to run with a local copy of the file and defaults to the master branch. However, accepting the patch will break the test configuration on developers' local systems, so please wait until after the requirements repository is branched to merge the patch. Change-Id: I585c208115742c32d8fd38acb55ca6abc714065e
* | import zuul job settings from project-configDoug Hellmann2018-08-281-0/+10
|/ | | | | | | | | | | | | | | | | | | | 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: I5eb97a40e96730119ba0b38d23f1d6929ccf8509 Story: #2002586 Task: #24298
* Update .gitreview for stable/rockyOpenStack Release Bot2018-08-081-0/+1
| | | | Change-Id: I07ef04ec1d959b50a0db9a96638170d5447abce1
* Merge "Using fixtures instead of deprecated mockpatch module"1.16.1Zuul2018-07-270-0/+0
|\
| * Using fixtures instead of deprecated mockpatch modulerajat292017-08-221-2/+1
| | | | | | | | | | | | | | | | | | | | This module mockpatch of oslotest[1] is deprecated since version 1.13 and may be removed in version 2.0. Use fixtures.Mock* classes instead[2] [1]OpenStack Testing Framework and Utilities [2]https://docs.openstack.org/developer/oslotest/api/oslotest.mockpatch.html#module-oslotest.mockpatch Change-Id: I6ab2f326cecb95fa7f9e6cbb01be1b2b498abdb1
* | Merge "Enable some off-by-default checks"Zuul2018-07-202-2/+2
|\ \
| * | Enable some off-by-default checksblue552017-06-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Some of the available checks are disabled by default, like: [H106] Don’t put vim configuration in source files [H203] Use assertIs(Not)None to check for None Change-Id: I815f189258356cb911d1e232b6f53c864e53c602
* | | Merge "Add heat CLI test for stack-show"Zuul2018-07-132-0/+12
|\ \ \
| * | | Add heat CLI test for stack-showGeorgy Dyuldin2018-03-262-0/+12
| | | | | | | | | | | | | | | | Change-Id: I35b17be14438e6de6fffd0396bab9989ef812a2a
* | | | Merge "Fix log_http_request function in http module"Zuul2018-07-051-1/+4
|\ \ \ \
| * | | | Fix log_http_request function in http moduleliyi2018-02-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I043f90541c8d2d604f3edb4e7ea082ec8adb4b25 Closes-Bug: #1746669
* | | | | Merge "fix tox python3 overrides"Zuul2018-07-041-0/+6
|\ \ \ \ \
| * | | | | fix tox python3 overridesDoug Hellmann2018-06-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: Ia20d2ef56af2da00b374b3a3e5d79d7228c6a763 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* | | | | | Merge "Update the documentation link for doc migration"Zuul2018-06-295-10/+10
|\ \ \ \ \ \
| * | | | | | Update the documentation link for doc migrationlingyongxu2018-06-095-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is proposed according to the Direction 10 of doc migration. https://etherpad.openstack.org/p/doc-migration-tracking Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com> Change-Id: I9675af92149ab126534f541534b50a02688e5337
* | | | | | | Merge "Remove PyPI downloads"Zuul2018-06-131-4/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove PyPI downloadsChen2018-06-071-4/+0
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to official site, https://packaging.python.org/guides/analyzing-pypi-package-downloads/ PyPI package download statistics is no longer maintained and thus should be removed. Change-Id: I70c9814f8ce67a46628d2101dc638783715160db
* | | | | | | Handle token_endpoint auth type in osc pluginrabi2018-06-111-1/+3
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There can be situations where the auth_type=token_endpoint, we should use the appropriate attributes from the auth plugin when creating heatclient. Change-Id: Ic929f6ceaa92002eb2b3443934d1f541758e4dda Closes-Bug: #1632341
* | | | | | Merge "Mark stacks returned by get loaded"1.16.0Zuul2018-06-081-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Mark stacks returned by get loadedThomas Herve2018-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When calling stacks.get, mark the returning stacks as loaded, so that attribute retrieval works right away. If not, any getattr on the Stack will call get() which will request the stack again (and ignore things like resolve_outputs). Change-Id: I3a3f25aa0c6f88e7e4274107c0578fd30dc9f155 Related-Bug: #1774958
* | | | | | Merge "Improve titles of generated API documentation"Zuul2018-06-041-6/+10
|\ \ \ \ \ \
| * | | | | | Improve titles of generated API documentationZane Bitter2018-04-061-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1a5820e979418063b7e203acc5e07ce0e7be30bd
* | | | | | | Merge "add lower-constraints job"Zuul2018-06-044-1/+108
|\ \ \ \ \ \ \
| * | | | | | | add lower-constraints jobDoug Hellmann2018-04-094-1/+108
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. Update PrettyTable dependency so the tests pass. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I59c771ca583fb0ebc9f39314ee68264410f8a173 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* | | | | | | Fix osc cli docsrabi2018-06-041-2/+2
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In d1d4387babd7b249fc1fc3871a5756f88263c7e1 we changed to auto generate osc cli docs. But it seems some of them use incorrect commands. Change-Id: I650b09a1d998269cce767a59aaf92e0cc5797bc7
* | | | | | Merge "Use assertRegex instead of assertRegexpMatches"Zuul2018-05-231-17/+17
|\ \ \ \ \ \
| * | | | | | Use assertRegex instead of assertRegexpMatchesVu Cong Tuan2018-04-111-17/+17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python3, assertRegexpMatches & assertNotRegexpMatches are deprecated in favor of assertRegex and assertNotRegex Change-Id: Ied56eda65800d72105ef2e2b683c6ce71cda6c4c
* | | | | | Merge "Update reno for stable/queens"Zuul2018-04-202-0/+7
|\ \ \ \ \ \
| * | | | | | Update reno for stable/queensOpenStack Release Bot2018-02-012-0/+7
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: Ie5d57e22855cbfcb2dd1e3eee30612dfa6e202e9
* | | | | | Change testenv from py34 to py351.15.0Nguyen Hai2018-04-161-2/+2
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Change testenv:debug34 to testenv:debug35 Change-Id: I49a63aabb33ff117842455d475fb8eab0e086912
* | | | | Follow the new PTI for document buildricolin2018-03-234-12/+11
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html Refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html Change-Id: Ibb35b13fe121fa2489ef31f51e1a662fbd01cc8b Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com>
* | | | Updated from global requirementsOpenStack Proposal Bot2018-03-231-2/+2
| | | | | | | | | | | | | | | | Change-Id: I631b07a7187a67042f094683da64b663d3c4a40b
* | | | Updated from global requirementsOpenStack Proposal Bot2018-03-041-1/+1
| | | | | | | | | | | | | | | | Change-Id: I03a19c6c7acf6138b261e99e66b7d30811d7f410
* | | | Merge "Updated from global requirements"Zuul2018-03-011-1/+1
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2018-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I71422dc69b237ddf39adbe2cb9fc0c8ebd00970f
* | | | | Merge "Document osc CLI"Zuul2018-03-018-20/+238
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Document osc CLIZane Bitter2018-01-258-20/+238
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idafe730021f272360ac0588f8b35e7d392c96d4b Closes-Bug: #1735019
* | | | | Merge "Zuul: Remove project name"Zuul2018-02-161-2/+1
|\ \ \ \ \
| * | | | | Zuul: Remove project nameJames E. Blair2018-01-271-2/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: Iaf6080f75d690efb3941fbfef953df3d3351dccf
* | | | | Merge "[policy in code] Change policy description"Zuul2018-02-071-1/+2
|\ \ \ \ \
| * | | | | [policy in code] Change policy descriptionricolin2017-10-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we also support get policy from policies in code. Depends-On: I610115dc1974b2182ce673bb086a1da15b022de3 Change-Id: I46d03c3303b3116e749effeecefe48949473daeb
* | | | | | Merge "Mark python-heatclient as stable"Zuul2018-02-071-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Mark python-heatclient as stablericolin2017-09-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark python-heatclient as stable in classifier. See more detail in https://packaging.python.org/tutorials/ distributing-packages/#classifiers Change-Id: I751a6f31943ee33e9d3af08e3380848bf1410f1a
* | | | | | Updated from global requirements1.14.0OpenStack Proposal Bot2018-01-312-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3618291ee2c3db35ab0e0d5e9c962ed49546588a
* | | | | | Merge "Add reno for release notes management"Zuul2018-01-316-0/+202
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add reno for release notes managementricolin2018-01-046-0/+202
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia6d1c66602ac2845d30d9f95914445890a51329c