- 25 Apr, 2019 1 commit
-
-
Pavlo Shchelokovskyy authored
oslo.cache uses a simple curl command in its tox_install.sh to fetch the upper-constraints, and curl does not follow redirects that are now in place due to move to opendev.org. This breaks running tox-based tests w/o overriding the UPPER_CONSTRAINTS_FILE which upstream CI does, for example running tox locally. Change-Id: Ifcb555c8f4ccb813b48c613c79dceb4bf23318eb (cherry picked from commit 6eceb160eaaebbc6ea04768f62876738aa61c2d1)
-
- 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: I84cb4f03cf04ed7bb1a99841b4deaf4996ef1ff1 Story: #2003250
-
- 02 May, 2018 1 commit
-
-
eeldill authored
build-openstack-sphinx-docs jobs fail on all 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: I400d4acf93ab634683cd9c4b05db7c79a51810be
-
- 15 Dec, 2017 1 commit
-
-
Victor Stinner authored
The JSONFormatter formatter now converts unserializable objects with repr() to prevent JSON serialization errors on logging. The fix requires oslo.serialization 2.20.2 or newer to get the new fallback parameter of jsonutils.to_primitive(). Backport/cherry-pick note: 2.21.1 replaced with 2.20.2. Closes-Bug: #1593641 Change-Id: Ibda7d145af95903b2bf8d87113804350330a93b4 (cherry picked from commit 22bd3d53)
-
- 11 Aug, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I1bb0d7915dd43816518ed6cf89871234f8388ed6
-
- 28 Jul, 2017 2 commits
-
-
OpenStack Release Bot authored
Change-Id: I052043800ea6c043d23694f50eb08fba1eb16225
-
OpenStack Release Bot authored
Change-Id: I76d1f2b3657c721bc7745e631c35db8a376e9b26
-
- 18 Jul, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I329fe25a69ac2d18a5ea38b9ac4bed50c9466fac
-
- 13 Jul, 2017 1 commit
-
-
Jenkins authored
-
- 11 Jul, 2017 2 commits
-
-
ChangBo Guo(gcb) authored
* Update setup.cfg/README.rst with right document links * Update HACKING.rst with latest link for hacking Change-Id: I0ff110b56fc86aa144d2ad67af5f0f09e75ad561
-
ChangBo Guo(gcb) authored
It shows 'UPDATED: NONE' without setting variable html_last_updated_fmt Change-Id: I43f63cd2ef3c3e33986ac064897faac3a387152a
-
- 05 Jul, 2017 3 commits
-
-
OpenStack Proposal Bot authored
Change-Id: I9944f280fcca7ff76cd5ebbb7f21516af6cc7c22
-
Jenkins authored
-
Jenkins authored
-
- 27 Jun, 2017 4 commits
-
-
Doug Hellmann authored
Depends-On: Ifc5512c0e2373cf3387e0e0498268eab092e52bb Change-Id: I890bc443bf07a4570c907668288176ff2411e4ed Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Doug Hellmann authored
Change-Id: Ic218b63c96d43c3c08744f18e0e0d56dd381987c Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Doug Hellmann authored
Further reduce the clutter from error_summary by only including it when the log message will be emitted for the warning level or above. Change-Id: Ia46a7e569b875cd75fec652dfe8a4d73661dfda8 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
OpenStack Proposal Bot authored
Change-Id: I1fa74fa0f2188aa765210f1e455a7bfde0c84098
-
- 26 Jun, 2017 1 commit
-
-
Gorka Eguileor authored
In the Cinder project restarting the volume service is problematic because it's not only in the control path but also in the data path of some operations, so restarting it to change log levels is really disruptive because it takes a long time to be done properly and it does not support Active-Active configurations yet. For this reason there's a specific API to change the log levels dynamically based on a given prefix [1], but this feature is accessing directly the `_loggers` dictionary which is not ideal. This patch adds a simple method called `get_loggers` that will return a copy of the internal `_loggers` dictionary so that the Cinder feature can be changed to use this instead. [1] https://review.openstack.org/445885 Change-Id: Ife33a5dd044a4565ad6a4d559ef9f0c108f260a3
-
- 15 Jun, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I052c7f9df68be3e09e091ed4d937dce023cd6b95
-
- 12 Jun, 2017 1 commit
-
-
Doug Hellmann authored
We catch exceptions and log debug messages a lot, which results in extra occurrences of the exception when we don't need them. Change-Id: I4dd3bf65fb456afc07a8fa7d0c9869bcc266b800 Related-Bug: #1696213 Related-Bug: #1696855 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
- 05 Jun, 2017 1 commit
-
-
Jenkins authored
-
- 02 Jun, 2017 3 commits
-
-
OpenStack Proposal Bot authored
Change-Id: I39a505e5947d243d3821676fa16adf6411313884
-
Ihar Hrachyshka authored
In some projects, we conditionally import modules that may be not installed, for example in Neutron where we import from ibm_db_alembic but ignore ImportError in alembic env.py. It turned out that ImportError is not cleared by except: pass in py2 (but is correctly cleared in py3), as can be seen in the snippet below (kudos to @dhellmann for providing it): apu:~$ cat testme.py import sys print('before:', sys.exc_info()[0]) try: import nonesuch except ImportError: pass print('after:', sys.exc_info()[0]) apu:~$ python2 ./testme.py ('before:', None) ('after:', <type 'exceptions.ImportError'>) apu:~$ python3 ./testme.py before: None after: None The patch makes the formatter skip ImportErrors. We could in theory limit it to py2 only but to simplify matters and to stick to identical behavior across python runtimes, we will just unconditionally skip it for all library consumers. This is a follow up to Ifecb831c0adf4086a9d39feb3eb7e3865db780e6 ("skip built-in exceptions when adding error_summary") that already skipped some builtin exceptions. Change-Id: Ia8f7e2501a49345b8d828ec3ee4a7cc870c8a0a8 -
OpenStack Proposal Bot authored
Change-Id: I6d4cbefb369c15d2cfd3d3af44c6466c8736a702
-
- 26 May, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ie4369896e11557f34fafb08b8af4b8a5ea59a10b
-
- 25 May, 2017 1 commit
-
-
Kiseok Kim authored
log_method_call decorator miss first argument of staticmethod and function. the cause of bug is wrong start position of argument array for staticmethod. This patch adds a bug fix and test code. Change-Id: Id83378ba5954a855f18a4fdcfd22d2c7887991b2 Closes-Bug: #1672283
-
- 24 May, 2017 4 commits
-
-
Doug Hellmann authored
Change-Id: I1513ab1e1f4e1abf1ad8e968ab47cf043a6f29a7 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Jenkins authored
-
Doug Hellmann authored
Update the comment to explain what the test does, rather than what the old test that was copied to create the new test did. Change-Id: I1a23d1134a3b0269bd2a61b8768a64fe6039fe85 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
OpenStack Proposal Bot authored
Change-Id: If61303cceaec8a336fa39b23cfae89582f11a61a
-
- 23 May, 2017 4 commits
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Andrea Frittoli authored
Oslo i18n removed babel from requirements but it has a runtime dependency on it, so it fails to install. g-r change: Ib77b3271a4e9861e391623ba5f03e5303512096a Related-Bug: #1692773 Change-Id: I99afc304b2f0955a190ea5f298cdd1018bdf4ae4
-
- 22 May, 2017 2 commits
-
-
Jenkins authored
-
ChangBo Guo(gcb) authored
The class WritableLogger was deprecated since liberty, and it's not used by other projects, just remove it. Depends-On: If8adae9807387fd32bad9923f5c7dab769572035 Depends-On: I1709f8a3f3ec50567b7f6217c3c1a2a61eecae62 Change-Id: I1ebed0855c5f9f410d8f6fbd786ce5b3409d8eb6
-
- 21 May, 2017 2 commits