summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchocata-eolstable/ocataOpenDev Sysadmins2019-04-191-1/+1
| | | | | | | | | | | | | | | 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.
* import zuul job settings from project-configDoug Hellmann2018-08-031-0/+12
| | | | | | | | | | | | | | | 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: Ie9a4325f140c7b0652258c174fc821854d5c8e31 Story: #2003250
* Fix sphinx-docs job for stable brancheeldill2018-05-021-0/+5
| | | | | | | | | 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
* Updated from global requirementsocata-em3.18.1OpenStack Proposal Bot2017-05-151-1/+1
| | | | Change-Id: I6461b2f87e48b00b29f8457b9fd23dac0d9e44b0
* Updated from global requirementsOpenStack Proposal Bot2017-03-091-1/+1
| | | | Change-Id: I6fa8a0e284e17b4815c14e688ac2ffa8c152f927
* Update UPPER_CONSTRAINTS_FILE for stable/ocataOpenStack Release Bot2017-01-201-1/+1
| | | | Change-Id: Ia807570ed3257b18e508fc4db02299904089f677
* Update .gitreview for stable/ocataOpenStack Release Bot2017-01-201-1/+2
| | | | Change-Id: Ic11c6ba9ff52d26f1d7698ae5f658fa441c91abd
* Automatically convert process_input to bytes3.18.03.17.0Davanum Srinivas2017-01-122-2/+16
| | | | | | | | | | | | | | | | 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
* Add Constraints supportTony Breeds2016-12-202-1/+36
| | | | | | | | | | | | 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
* Show team and repo badges on READMEFlavio Percoco2016-11-251-0/+9
| | | | | | | | | | | | | | | | 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
* Updated from global requirements3.16.0OpenStack Proposal Bot2016-11-091-1/+1
| | | | Change-Id: I8a42bd24d92d0e75ed8d192cc9b23833f8de2ce8
* Updated from global requirementsOpenStack Proposal Bot2016-11-061-1/+1
| | | | Change-Id: Id18166d7f659dc601d4fecca1e382c93fd68f987
* Merge "Updated from global requirements"Jenkins2016-11-022-4/+4
|\
| * Updated from global requirementsOpenStack Proposal Bot2016-11-022-4/+4
| | | | | | | | Change-Id: I5f0339656211a7aebc2941f5aa865e6afb6b9d5b
* | Imported Translations from ZanataOpenStack Proposal Bot2016-10-261-0/+33
|/ | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I69e37304aa12c92ec5fe645ec1425784c3e26d42
* Merge "[TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'"Jenkins2016-10-251-7/+7
|\
| * [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'howardlee2016-10-211-7/+7
| | | | | | | | Change-Id: Ib61f2f2c695f79c8eb0fa47a2d2d1bc66ccaeb7f
* | Remove unnecessary requirementsGevorg Davoian2016-10-221-2/+0
|/ | | | Change-Id: I84cb68878ff929b5160d00b4353391dbfbf52347
* Changed the home-page link3.15.0melissaml2016-10-161-1/+1
| | | | | | Set the correct link for home-page. Change-Id: I535808010ddfeb5b58efd11567820c52bd6ce58c
* Merge "Enable release notes translation"Jenkins2016-10-121-0/+3
|\
| * Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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: I6fd9f1265f05a5d4e44355def5a6519a8021e25d
* | Change assertTrue(isinstance()) by optimal assertgecong19732016-10-081-6/+6
|/ | | | | | | | | Some of tests use different method of assertTrue(isinstance(A, B)) or assertEqual(type(A), B). The correct way is to use assertIsInstance(A, B) provided by testtools Change-Id: Iad2ee275837c28b40c1062386db5a29969ee98dc
* Merge "Ignore prlimit argument on Windows"Jenkins2016-10-022-5/+32
|\
| * Ignore prlimit argument on WindowsLucian Petrut2016-09-292-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | The built in 'resource' module is used in order to apply process resource limits. This is not available on Windows. For the moment, we'll ignore this argument and log a warning message. In the future, we may provide a portable implementation for this feature. Change-Id: I6a82916eb68fbf8737b45a65f71cae1f835d12d1 Closes-Bug: #1627766
* | Updated from global requirementsOpenStack Proposal Bot2016-09-281-1/+1
| | | | | | | | Change-Id: Ife80bde19a9b6fc6ea57f961bf4b75b0ca7d634e
* | Updated from global requirementsOpenStack Proposal Bot2016-09-271-1/+1
|/ | | | Change-Id: I5e5ead5f3adf9f3555233fac4f17fa1a6f9d0046
* Update reno for stable/newtonDoug Hellmann2016-09-022-2/+9
| | | | Change-Id: I995a3f604b4520a87444f444e58d17fe99ef26df
* Updated from global requirements3.14.0OpenStack Proposal Bot2016-08-131-1/+1
| | | | Change-Id: Iaef3d3ff7c565991ed4eaf00a8ee2bdfe80c2347
* Fix external lock tests on WindowsDenis Buliga2016-08-081-42/+55
| | | | | | | | | | | | | | | At the moment, those tests use fcntl to acquire file locks, which will fail on Windows. This change addresses this issue by adding some platform checks, using the appropriate functions when handling file locks. Note that we've avoided running private methods from fasteners. Also, we now avoid using os.fork, which won't work on Windows. Instead, we spawn new processes using multiprocessing.Process, using queues for communication between processes. Change-Id: I9839b9033c814280f6d1b53c5ed2643fd2bf8bf8
* Updated from global requirements3.13.0OpenStack Proposal Bot2016-07-291-1/+1
| | | | Change-Id: I2e9ff687f0408795147e5b8c4769aa3a21fa87bd
* Fix parameters of assertEqual are misplacedyanheven2016-07-232-39/+41
| | | | | | | | | | | | 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: I00bb4801c208d0eb8078e8a34ae52f9bcfe0b1a6 Closes-Bug: #1604213
* Add Python 3.5 classifier and venvChangBo Guo(gcb)2016-07-142-5/+2
| | | | | | | | 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. This commit also removes py34 specific venv. Change-Id: I50ddda7d96c77e7db60aa0b42e8e3b701dadf404
* Updated from global requirements3.12.0OpenStack Proposal Bot2016-07-091-2/+2
| | | | Change-Id: I40bc3ca015baff9c95499d395168a41eef1d3499
* Imported Translations from ZanataOpenStack Proposal Bot2016-07-011-0/+30
| | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I3657f625009612562b2a40e7295089cf54151846
* Updated from global requirementsOpenStack Proposal Bot2016-06-302-3/+3
| | | | Change-Id: I75f0c00c84523ac027b9f68e3980d7de2815ee02
* Imported Translations from Zanata3.11.0OpenStack Proposal Bot2016-06-111-0/+101
| | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I324acd475c84727b21aa9905c1184add135eb0cd
* Imported Translations from Zanata3.10.0OpenStack Proposal Bot2016-06-043-120/+19
| | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ifa683e2c40e33c05a4b6f6be514bb8a879179ee8
* Updated from global requirementsOpenStack Proposal Bot2016-06-032-3/+3
| | | | Change-Id: Ia49ba770943fee9f3e74cf860a2f77a7a3c14ae6
* Add reno for releasenotes managementKirill Bespalov2016-05-2010-0/+314
| | | | | | | An initial patch to add reno and create a base directory for release notes Change-Id: Ie3f6653a27a49d8b2fced3f399b1d4c8f0c95b7c
* Merge "Add timeout option to ssh_execute"3.9.0Jenkins2016-05-142-3/+13
|\
| * Add timeout option to ssh_executezhangsong2016-05-122-3/+13
| | | | | | | | | | | | | | | | | | Add an optional timeout parameter to ssh_execute() method of oslo_concurrency.processutils. Timeout is None means infinity, which is the default. Change-Id: I45532799ecd23ff8c5572036d06725e71965b2b5 Closes-Bug: #1580826
* | Add doc/ to pep8 checkYuriy Taraday2016-05-122-2/+2
| | | | | | | | | | | | | | We had unused imports there, this would prevent us from letting more of such errors in. Change-Id: Ie78c18dd3b9ab34370e47eba98b32740e0c83e1d
* | Remove unused import statementChangBo Guo(gcb)2016-05-121-2/+1
| | | | | | | | | | | | | | We don't use fnmatch and fileinput, so remove them. Change-Id: Ic49f3a03f4ccafcd02c549a6bdb0a3175f9e07e1
* | Merge "Fix wrong import example in docstring"Jenkins2016-05-111-2/+2
|\ \
| * | Fix wrong import example in docstringChangBo Guo(gcb)2016-05-111-2/+2
| |/ | | | | | | Change-Id: I0abc5403851f9ab2f78cdf26d29b82c3ec76ec25
* | Trivial: ignore openstack/common in flake8 exclude listChangBo Guo(gcb)2016-05-111-1/+1
|/ | | | | | | The directory openstack/common doesn't exist any more. So remove it from flake8 exclude list. Change-Id: Ieb4a5aac33b69f4cd7a4c0761836cb6bee087430
* Merge "processutils: add support for missing process limits"3.8.0Jenkins2016-05-043-11/+85
|\
| * processutils: add support for missing process limitsDaniel P. Berrange2016-04-193-11/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The original commit adding support for process limits only wired up address space, max files and resident set size limits. This is not sufficient to enable nova to protect qemu-img commands against malicious images. This commit adds support for the remaining limits supported by python: core file size, cpu time, data size, file size, locked memory size, max processes and stack size. Related-bug: #1449062 Change-Id: I164c4b35e1357a0f80ed7fe00a7ae8f49df92e31
* | Updated from global requirementsOpenStack Proposal Bot2016-04-301-1/+1
| | | | | | | | Change-Id: Icf2fd29b3d8fa5b8ab678d4085fd72970122c64e
* | Imported Translations from ZanataOpenStack Proposal Bot2016-04-218-50/+50
|/ | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I65f5fc2140e9a12057343f89596f97648315e647