- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
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.
-
- 03 Aug, 2018 1 commit
-
-
Doug Hellmann 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. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I09dbae75667717a39b1c0b0f7d8d8dce5ab07a36 Story: #2003250
-
- 27 Apr, 2018 1 commit
-
-
eeldill authored
build-openstack-sphinx-docs jobs fail on stable branches due to the new pip version 10 introduces some previously Warning as Error: in case of calling "pip install" without any package name, the command fails. tox_install.sh is called during docs job without any package passed to pip. Change-Id: Ic011be44d4852a293d7adc0ef25b7e498e4b5d20
-
- 18 Aug, 2017 1 commit
-
-
Lucian Petrut authored
eventlet.green.subprocess is not actually greenthread friendly on Windows. It just uses the native subprocess.Popen in this case. For this reason, exec calls do not yield on Windows, blocking other greenthreads. This change avoids this issue by wrapping the 'communicate' call using eventlet.tpool. We're also ensuring that subprocess.Popen uses *native* threads internally in order to avoid deadlocks when passing data through stdin. Change-Id: Ic25fd1b61b5498f16e6049cbbe0877492f8aab4d Closes-Bug: #1709586 (cherry picked from commit 3ac3c169)
-
- 11 Aug, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Id90419d56b43412cbf18af725236d4fa0c493719
-
- 28 Jul, 2017 2 commits
-
-
OpenStack Release Bot authored
Change-Id: I67646d8321e4686dc3c592833c0323fb4a4db048
-
OpenStack Release Bot authored
Change-Id: I7da789ed2b7befe7c81fc732a491eaf240d7de8d
-
- 12 Jul, 2017 5 commits
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
ChangBo Guo(gcb) authored
Change-Id: I42b34fbc19d3f895b0260bedf06b9cae0d27338b
-
OpenStack Proposal Bot authored
For more information about this automatic import see: http://docs.openstack.org/developer/i18n/reviewing-translation-import.html Change-Id: Ia11093f4fd2fa12077a202872b3ed6ce79e34e83
-
- 11 Jul, 2017 8 commits
-
-
OpenStack Proposal Bot authored
Change-Id: I59fb58c5cacaf2168d1f9ef01c1a172807270fc0
-
Doug Hellmann authored
Change-Id: Ieadf9b992b269d54dd9c79523d5879b6ad71ba7c Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Doug Hellmann authored
Change-Id: I6267ccf0581fe72f20118856ec4309caed55f05f Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Doug Hellmann authored
Change-Id: I79d7b97c7e9395f75fa158d870485853418a4db7 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Jenkins authored
-
loooosy authored
Log messages are no longer being translated. This removes all use of the _LE, _LI, and _LW translation markers to simplify logging and to avoid confusion with new contributions. See: http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html Change-Id: Iec2ef31f8543d51c8b6e1aed53f950800813c30b
-
ZhongShengping authored
Change-Id: Ib07b12e376d5c89c04ad525c75228d14e6595614
-
OpenStack Proposal Bot authored
Change-Id: I7db5f2e87abe16fa39d41749935bb4477a43da58
-
- 29 Jun, 2017 1 commit
-
-
Yuriy Taraday authored
With eventlet SubprocessError raised by Popen seem to have different class from subprocess.SubprocessError accessible from test. I don't have proper solution for this, it seems somewhere old SubprocessError is cached and then eventlet overrides it, so it is not visible from test method context. This workaround seems to be good enough to unblock gate. Change-Id: If5ae0911e14671e05aca5e393c5cc183b72703d6 Closes-Bug: #1688201
-
- 13 Mar, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ia8724dde541b199dcdcacab866b4b93272a25641
-
- 09 Mar, 2017 1 commit
-
-
gecong1973 authored
This module has been deprecated in favor of fixtures.MockPatch. Change-Id: Iee59fa82e727e0575e8b6b6afe042231aa8fa5b8
-
- 03 Mar, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ib8a380982a5eb32fc18150987d97c3f067cdc858
-
- 02 Mar, 2017 1 commit
-
-
ricolin authored
Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Partial-Bug: #1668848 Change-Id: I6067710f787cdf213942ace53890d22ee691bd02
-
- 10 Feb, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I3dead32d0b34a484e0857b3cddd4bf3174066c28
-
- 09 Feb, 2017 1 commit
-
-
Jenkins authored
-
- 08 Feb, 2017 1 commit
-
-
gengchc2 authored
The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I69fedf01df329ab2f60c4b2583ac5541debeeee4
-
- 07 Feb, 2017 1 commit
-
-
Jenkins authored
-
- 06 Feb, 2017 1 commit
-
-
Davanum Srinivas authored
We need to pass into VersionInfo what one would expect from running: setup.py --name Right now we pass in say oslo_context and pbr fails if there is no .git in the python source tree Closes-Bug: #1662266 Change-Id: I6bb3594ad625e0538cc8c654d679886b8302719a
-
- 20 Jan, 2017 1 commit
-
-
OpenStack Release Bot authored
Change-Id: I8505c756222d7c58d6d29fea2685f385dfee262f
-
- 12 Jan, 2017 1 commit
-
-
Davanum Srinivas authored
On py35, if process_input is a string we end with an Error: TypeError: memoryview: a bytes-like object is required, not 'str' A whole lot of code in os-brick/cinder/neutron currently need to be fixed. Hardest problem is tracking down every instance of this problem and trying to test/fix it at source. See example of cinder/os-brick/oslo.rootwrap/oslo.privep code problem here: http://logs.openstack.org/43/418643/2/check/gate-rally-dsvm-py35-cinder-nv/6efa7b5/logs/screen-n-cpu.txt.gz?level=ERROR It's just better to fix it in one spot and pass the correct thing to subprocess.communicate Change-Id: I88d1510a7ba4c020f73452f0b80e996c22b1edf1
-
- 20 Dec, 2016 1 commit
-
-
Tony Breeds authored
Adding constraints support to libraries is slightly more complex than services as the libraries themselves are listed in upper-constraints.txt which leads to errors that you can't install a specific version and a constrained version. This change adds constraints support by also adding a helper script to edit the constraints to remove oslo.concurrency. Change-Id: Ic887ce8e220df6b87d823490dfb14894935cac61
-
- 25 Nov, 2016 1 commit
-
-
Flavio Percoco authored
This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: b'https://gist.github.com/c05e5ae8515d9cf02814a415f26db4d2\n' Change-Id: I97e7bbe8e0eedf5db5d99657131e0433fb2802c0
-
- 09 Nov, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I8a42bd24d92d0e75ed8d192cc9b23833f8de2ce8
-
- 06 Nov, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Id18166d7f659dc601d4fecca1e382c93fd68f987
-
- 02 Nov, 2016 2 commits
-
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: I5f0339656211a7aebc2941f5aa865e6afb6b9d5b
-
- 26 Oct, 2016 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I69e37304aa12c92ec5fe645ec1425784c3e26d42
-
- 25 Oct, 2016 1 commit
-
-
Jenkins authored
-