- 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: Ie7f1e39a62b6dc15e43d7f5ba1720f06b54a6904 Story: #2003250
-
- 08 Jan, 2018 1 commit
-
-
Sean McGinnis authored
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more detials information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: Ifa689b590378f58d7abe2a52e8b92f5f32dc5196
-
- 05 Jan, 2018 1 commit
-
-
Andreas Jaeger authored
We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: I79cc8160e11d11de83d91323ec28ccbe1b5fc15f (cherry picked from commit 093bae22) (cherry picked from commit b64f9b78)
-
- 16 Nov, 2017 1 commit
-
-
IWAMOTO Toshihiro authored
Wrap the call with eventlet.Semaphore. Simultaneous Client.execute calls can fail badly. Alternatively, rootwrap daemon connections could be made every time when Client.execute is called, without using a semaphore. Change-Id: Id9d38832c67f2d81d382cda797a48fee943a27f1 Closes-bug: #1654287 (cherry picked from commit 7711a6ce)
-
- 22 Mar, 2017 1 commit
-
-
IWAMOTO Toshihiro authored
If the client side abnormally exits, its rootwrap daemon cannot receive a shutdown message and will be left forever. Let it timeout and exit to save such cases. Change-Id: I783717b5fa019371747b98bf92965b6e689603f6 Related-bug: #1658973 Related-bug: #1658977 Related-bug: #1663458 (cherry picked from commit 6285b635)
-
- 02 Mar, 2017 1 commit
-
-
Claudiu Belu authored
oslo.rootwrap currently imports a few Linux-specific modules, which means that any services importing oslo.rootwrap modules will fail to start on Windows (e.g.: neutron-ovs-agent). Change-Id: I229c311939facdffdcde484f590e980102024b5a Closes-Bug: #1661326 (cherry picked from commit 847c28ab)
-
- 16 Feb, 2017 1 commit
-
-
Ralf Haferkamp authored
We don't want to keep listening on the parent's sockets (e.g. when started by neutron-openvswitch agent) after forking the rootwrap daemon. Closes-Bug: #1658973 Change-Id: I3e364e9d3ad4e2fcd6f4d8f52f847ec9fa944572 (cherry picked from commit 458d79b6)
-
- 20 Jan, 2017 2 commits
-
-
OpenStack Release Bot authored
Change-Id: I16d26e152049d3dd37d84026b54dd2231841ebba
-
OpenStack Release Bot authored
Change-Id: Ib80781abfa4018e017188761ec62c6eb62f0d7ae
-
- 23 Dec, 2016 1 commit
-
-
Jenkins authored
-
- 22 Dec, 2016 1 commit
-
-
Davanum Srinivas authored
Looks like things changed in 3.2: "In previous versions of configparser behaviour matched strict=False." from: https://docs.python.org/3/library/configparser.html Closes-Bug: #1652157 Change-Id: Iffb058b72b14b7535c501d5bf03b8f3576443b34
-
- 13 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.rootwrap. Change-Id: Ie14167eced0bba29f7d4e30f815785641c1da6c0
-
- 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/be32d1e9078b77255769827fe4d55c99\n' Change-Id: I734a910040b4254cdda8b8bb1391a701f8267614
-
- 09 Nov, 2016 1 commit
-
-
Jenkins authored
-
- 02 Nov, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I7f40a6f9ca05d56762d1292c2f4ed78ea33d9430
-
- 22 Oct, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ie7f35b36e28a14a3214d607e7e0c8e54030ff317
-
- 20 Oct, 2016 1 commit
-
-
howardlee authored
Change-Id: I11e5f2db80249f5ff8275da97458e9455319ddfe
-
- 18 Oct, 2016 1 commit
-
-
Thomas Bechtold authored
Running a unknown command (which is mentioned in the filter but not available on the filesystem) leads currently to an exception. Make sure that the return codes for both, daemon and non-daemon mode are equal when running the same command. Also add functional tests for this case. Change-Id: I20004c3c370d004b5b76f4c8f8ab167d0949fabf Closes-Bug: #1632768
-
- 06 Oct, 2016 1 commit
-
-
Andreas Jaeger authored
Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: Ib1a145799101da6196445e8ed78ba70863df30e2
-
- 24 Sep, 2016 1 commit
-
-
Tony Xu authored
Change-Id: I0f51789550ba2bc55f783f7ae1e2bdb91608b235
-
- 14 Sep, 2016 1 commit
-
-
Jenkins authored
-
- 01 Sep, 2016 1 commit
-
-
Jenkins authored
-
- 31 Aug, 2016 1 commit
-
-
Jenkins authored
-
- 19 Aug, 2016 1 commit
-
-
Victor Stinner authored
* _program_path() now uses shutil.which() if available (Python 3.3 and newer) * Convert _program_path() to static method (self is not needed) * Explain when os.readlink("/proc/pid/exe") result can contain NUL byte followed by junk data * PATH environment variable: use os.defpath if PATH is not set (as shutil.which()) * Update test_KillFilter_renamed_exe() for Python 3 using shutil.which(): mock also os.path.exists() and os.access() * test_KillFilter_upgraded_exe(), test_KillFilter_renamed_exe(): use @mock.patch() decorator * Cleanup the code Change-Id: I91a7a8505380d4aeae7b2c0b3199e25b17b96888
-
- 02 Aug, 2016 1 commit
-
-
yan.haifeng authored
Many assertEqual sentences don't follow assertEqual(expected, actual), These misplaces have 2 impacts: 1, giving confusing messages when some tests failed. 2, mislead other developers, new test modules may follow these wrong pattern. This patch fix all of them. Change-Id: I4adfc98d6eecd5ea117d725775b2476b237212d9 Closes-Bug: #1604213
-
- 22 Jul, 2016 1 commit
-
-
Swapnil Kulkarni (coolsvap) authored
It's only needed for python < 2.7 which is not supported Change-Id: Ifb46b956bf22ae7ab0fd317e0667158ac36ba88c
-
- 20 Jul, 2016 1 commit
-
-
Sean Dague authored
To support the seamless transition from oslo.rootwrap to oslo.privsep across multiple projects: nova, neutron, cinder, and libraries os-vif, os-brick we need to be able to execute privsep-helper as root from rootwrap. Rootwrap's use of etc (by default) for rules makes the upgrade path very manual for operators. Given that every project is going to add the same privsep-helper rule at some point over the next few cycles, instead of making every project have to have a manual update process, we just whitelist privsep-helper. This will immediately make it available for all, and upgrades become far more seamless. Change-Id: If8b60f2d671b9d12c58226019d787917efaedd9c
-
- 12 Jul, 2016 1 commit
-
-
Yatin Kumbhare authored
Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: I7c1ce52e6d1427e797d4a002d0ee0543e11dd92b
-
- 30 Jun, 2016 1 commit
-
-
Kirill Bespalov authored
An initial patch to add reno and create a base directory for release notes Change-Id: I14222756c84e0d2161fea5f4df75d78cd00dccb4
-
- 21 Jun, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ia4c6330cf6bd02e670b07e92353cf9559fa57637
-
- 02 Jun, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I39aadb58d8c75746d33cec62d7742415b92a1b68
-
- 08 Apr, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I7c5c5becf142b298bca604bcadeff64eee388511
-
- 19 Feb, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I0e54266218df3e5cf36d91a9c95be4350d7f6ae8
-
- 11 Feb, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ib252e56cc056397ac4f48c6f1199846a299983d4
-
- 04 Feb, 2016 1 commit
-
-
Ronald Bradford authored
Remove this option that appears ignored. For reference by similar name only, this option is marked as deprecated and to be removed from oslo.log in Mitaka. Refer to I9b77899fe437d359df2a15961866b194b564ca48. Change-Id: I9a97b53d829a9ca6b92ee4b545f616a3bc5b25be
-
- 24 Jan, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I453c08ffabab010db2a0fe1fba8071e262d334c5
-
- 16 Jan, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ic0a5b3e29102579b8ed5bc85f2e64a7c597c982a
-
- 10 Dec, 2015 1 commit
-
-
sonu.kumar authored
This patch removes `MANIFEST.in` file as pbr generates a sensible manifest from git files and some standard files and it removes the need for an explicit `MANIFEST.in` file. Change-Id: Ib17ef621f8d71940d49aec4d9e0ca0eee9d91fca
-
- 26 Nov, 2015 1 commit
-
-
ChangBo Guo(gcb) authored
* Use weakref.WeakSet * Use memoryview * Allow test_graceful_death for eventlet Change-Id: I46651c2e84e2ef0057d338841bf4981e61cdc257
-