summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Ignore not found when delete in test" into stable/traintrain-eoltrain-em1.18.1stable/trainZuul2019-10-151-1/+8
|\
| * Ignore not found when delete in testricolin2019-09-201-1/+8
| | | | | | | | | | | | | | | | | | Ignore not found when delete stack or stack snapshot in tests. Story: #1737100 Task: #19354 Change-Id: I6c980b68023b33dc318c5d9506c2cac5866c4924 (cherry picked from commit 3b74f2ddd1cb624b98264426509200da00ea3745)
* | Update TOX/UPPER_CONSTRAINTS_FILE for stable/trainOpenStack Release Bot2019-09-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/train branch, tests will continue to use the upper-constraints list on master. Change-Id: I01e85dd79a5b008c11e72b0984b8bccd915abc43
* | Update .gitreview for stable/trainOpenStack Release Bot2019-09-201-0/+1
|/ | | | Change-Id: I40e557874de4d8872c312e00a8b3c976a85ad252
* Merge "Update stack_id clearify for heat client functions"1.18.0Zuul2019-08-053-16/+34
|\
| * Update stack_id clearify for heat client functionsricolin2019-08-033-16/+34
| | | | | | | | | | | | | | | | | | | | most of our client major function require stack_id. We should provide more specific information (at lest in function description) to clearify that it's allowed to feed in stack name to `stack_id` too. For example, both `heat.stacks.get($Stack_UUID)` and `heat.stacks.get($Stack_Name)` works. Change-Id: I4428097140e0391a77679f5c69e00966f249efd7
* | Merge "Add Python 3 Train unit tests"Zuul2019-07-063-3/+3
|\ \
| * | Add Python 3 Train unit testsCorey Bryant2019-06-243-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Id9ed3cec95f0e0203ef00dd5ff10d124913e39f2 Story: #2005924 Task: #34209
* | | Fix unit testsZane Bitter2019-06-241-1/+1
|/ / | | | | | | Change-Id: I44bbafa95d6eeb3550aac5b480391a3fc7ddaef5
* | Fix missing print formatzhufl2019-05-212-3/+2
| | | | | | | | | | | | | | | | This is to: 1. Add missing print format for "%(hook_type)". 2. Add ws between words in log message "notavailable". Change-Id: Iaee8697c95f66bff0536db9a266158a3cbc89412
* | Merge "Dropping the py35 testing"Zuul2019-05-043-3/+2
|\ \
| * | Dropping the py35 testingGhanshyam Mann2019-04-153-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I6b8dacf455ec068acd9599d96e0d66522c8bdf5c
* | | OpenDev Migration PatchOpenDev 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.
* | Merge "Update master for stable/stein"Zuul2019-04-042-0/+7
|\ \
| * | Update master for stable/steinOpenStack Release Bot2019-03-182-0/+7
| |/ | | | | | | | | | | | | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/stein. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/stein. Change-Id: I241c58785ff541681113628bb9409821f035b2a2 Sem-Ver: feature
* | 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: I84aa448129801474cb5e65d27b4901e806b319f6
* Merge "add python 3.7 unit test job"Zuul2019-03-151-0/+1
|\
| * add python 3.7 unit test jobCorey Bryant2019-02-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: Iad68a8b8e18f8b2d6e25444b4c79adf1b5bc8825 Story: #2004073 Task: #27416
* | Set Content-Type header explictly for SessionClientRabi Mishra2019-03-152-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
* Merge "Update the bugs link to storyboard"1.17.0Zuul2019-01-031-2/+2
|\
| * Update the bugs link to storyboardZhijunWei2019-01-031-2/+2
| | | | | | | | Change-Id: Ie217f622ec437efb772ccdb3ed65f1c5a04c8c7f
* | Merge "Trivial: Update pypi url to new url"Zuul2019-01-031-2/+2
|\ \
| * | Trivial: Update pypi url to new urlTovin Seven2018-09-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: Ifda5fe743589ad510469db7c28258c8432df9d13
* | | Merge "Set X-Region-Name in header when using SessionClient"Zuul2018-12-191-0/+4
|\ \ \ | |_|/ |/| |
| * | Set X-Region-Name in header when using SessionClientrabi2018-09-191-0/+4
| |/ | | | | | | | | | | | | | | | | We don't seem to set the header for region name when using session client. It's used to look for service endpoints in the catalog. Change-Id: I10cfdfb88b3f09e4ceb69b1020e82c4eba733804 Story: #2003806 Task: 26550
* | Merge "Replace deprecated "decodestring()" by "decodebytes()""Zuul2018-11-281-8/+8
|\ \
| * | Replace deprecated "decodestring()" by "decodebytes()"Vu Cong Tuan2018-11-021-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | decodestring() is deprecated alias of decodebytes() https://docs.python.org/3/library/base64.html#base64.decodestring The same has been done for nova: https://review.openstack.org/#/c/610401/ Change-Id: Ie069aaaff1646a70f3717fc6f9c7252949c4e5fd
* | | Update min tox version to 2.0huang.zhiping2018-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Ie594fc55eb54d48d96157e31a319f0ff97afc9be Closes-Bug: #1801691
* | | Merge "Load files from adopt file when adopt stack"Zuul2018-11-204-9/+76
|\ \ \ | |/ / |/| |
| * | Load files from adopt file when adopt stackricolin2018-07-204-9/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add files from adopt file into create fields. This allow us to adopt nested stack which the template defined in files. Story: #1700744 Task: #17263 Change-Id: I2b473791186949d49be59ee790185b3e394c7000
* | | Don't quote {posargs} in tox.iniVieri2018-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Quotes around {posargs} cause the entire string to be combined into one arg that gets passed to stestr. This prevents passing multiple args (e.g. '--concurrency=16 some-regex') Change-Id: I6ee01703bd4c432211f0d6e2f3501c989523ae11
* | | Merge "Use templates for cover and lower-constraints"Zuul2018-10-031-5/+2
|\ \ \ | |_|/ |/| |
| * | Use templates for cover and lower-constraintsAndreas Jaeger2018-09-071-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use openstack-tox-cover template, this runs the cover job in the check queue only. Use openstack-lower-constraints-jobs template. Remove jobs that are part of the templates. Change-Id: I37a870625da43f738c20edc88313f2b771990659
* | | Merge "Migrate the link of bug report button to storyboard"Zuul2018-09-081-2/+2
|\ \ \
| * | | Migrate the link of bug report button to storyboardzhulingjie2018-08-301-2/+2
| | | | | | | | | | | | | | | | Change-Id: I28dc73a0b21719c02ea3b7fa47c68326bb87832d
* | | | Merge "fix bug link in readme"Zuul2018-09-081-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fix bug link in readmeZhijunWei2018-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the bug tracker link in the readme. It is set to depend on a job definition change in project-config so we can use this patch to test the new release jobs. Change-Id: Id976a5fc4ba8fede726a80097fde8c0ce3c2019d
* | | | Don't change pyyaml behaviorMehdi Abaakouk2018-09-041-4/+13
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an application load heatclient, the default pyyaml behavior change. This ensures only heatclient use it's custom pyyaml stuffs. This currently breaks the telemetry gate if the tempest heat plugin is loaded with the telemetry. Change-Id: I5d7d1a1999e762f2285a0effc081252570f24de8
* | | add python 3.6 unit test jobDoug Hellmann2018-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: I95c8641c42934db5306b35382f1be84da3603645 Story: #2002586 Task: #24298
* | | switch documentation job to new PTIDoug Hellmann2018-08-281-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | 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: Icaba946c1c82afcfe822b9bdd2866d24cbc3755f Story: #2002586 Task: #24298
* | 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: I357a23343b00362ca7a2a9942d02c31ad73fae2f Story: #2002586 Task: #24298
* | Update reno for stable/rockyOpenStack Release Bot2018-08-082-0/+7
| | | | | | | | Change-Id: If443f0176132d0c03db4c0ffa3e59c35c851e8f3
* | Merge "Switch to stestr"Zuul2018-07-306-10/+13
|\ \
| * | Switch to stestrVu Cong Tuan2018-07-306-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I7079a92f972f5cb21e0d2077dd029701930a3590
* | | 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