summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchpike-eolstable/pikeOpenDev 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-configpike-em5.9.3Doug Hellmann2018-08-031-0/+9
| | | | | | | | | | | | | | | 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: I4954803ccc9fc45dea82f84bf7c34cfca13e427c Story: #2003250
* Follow the new PTI for document buildSean McGinnis2018-01-082-2/+11
| | | | | | | | | | | | | 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 (cherry picked from commit d3d76e08fcb7aec2afd53a0d151d05512bad6584)
* Avoid tox_install.sh for constraints supportAndreas Jaeger2017-12-292-36/+5
| | | | | | | | | | | | 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 093bae22476e52ec3a387c5154da8943b852542f)
* Protect rootwrap daemon socket against multiple threads5.9.2IWAMOTO Toshihiro2017-11-162-12/+69
| | | | | | | | | | | 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 7711a6ce31c3ffa8249bfeac53a4d9e306a7299f)
* Updated from global requirements5.9.1OpenStack Proposal Bot2017-08-111-1/+1
| | | | Change-Id: I49f64fa17fb8b85e7b3823f025de7e67c151cf37
* Update UPPER_CONSTRAINTS_FILE for stable/pikeOpenStack Release Bot2017-07-281-1/+1
| | | | Change-Id: I54262f2e1c60645dea8c671c128e3aca8e6c13dd
* Update .gitreview for stable/pikeOpenStack Release Bot2017-07-281-0/+1
| | | | Change-Id: Ie94e3f88b317ba6062ee68e399d77963ddfacb51
* Update URLs in documents according to document migration5.9.0ChangBo Guo(gcb)2017-07-122-4/+4
| | | | Change-Id: I587c575a1adc7f9156b8e6667b650296ce3680e4
* rearrange existing documentation to fit the new standard layout5.8.0Akihiro Motoki2017-07-087-15/+15
| | | | Change-Id: Ieded73a772471f6b2a32b489b4e3fc33a3daf33e
* Switch from oslosphinx to openstackdocsthemeAkihiro Motoki2017-07-083-6/+19
| | | | Change-Id: Iccb9d585485ecd0181c71c08de920f4836f0d774
* Merge "Remove pbr warnerrors in favor of sphinx check"Jenkins2017-07-051-3/+1
|\
| * Remove pbr warnerrors in favor of sphinx checkVu Cong Tuan2017-06-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | This change removes the now unused "warnerrors" setting, which is replaced by "warning-is-error" in sphinx releases >= 1.5 [1]. [1] http://lists.openstack.org/pipermail/openstack-dev/ 2017-March/113085.html Change-Id: I0e6a90bec74b932bd21a97dee94127d6c631169b
* | Updated from global requirementsOpenStack Proposal Bot2017-06-271-1/+1
| | | | | | | | Change-Id: I9c79b8f836e5dfc40972e53df09e0135302a74b4
* | Updated from global requirementsOpenStack Proposal Bot2017-06-101-1/+1
|/ | | | Change-Id: Id65a66a432e7806330cf8c8f6e37f23e6525f370
* Updated from global requirementsOpenStack Proposal Bot2017-06-021-1/+1
| | | | Change-Id: I079270f7147db916d307f56da770f76abd431855
* Updated from global requirementsOpenStack Proposal Bot2017-05-171-2/+2
| | | | Change-Id: I2a35b4851cccfa4fbb4c6c0414ffc0bbcb0c154b
* Trivial: Remove testscenarios from test-requirements.txt5.7.0ChangBo Guo(gcb)2017-03-281-1/+0
| | | | | | We don't use testscenarios anywhere, need remove it. Change-Id: I6fcda519942f3fd4340bc8a5d92ad25db16eec14
* Merge "Allow rootwrap-daemon to timeout and exit"5.6.0Jenkins2017-03-074-1/+59
|\
| * Allow rootwrap-daemon to timeout and exitIWAMOTO Toshihiro2017-03-024-1/+59
| | | | | | | | | | | | | | | | | | | | | | 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
* | Updated from global requirements5.5.0OpenStack Proposal Bot2017-03-032-2/+2
| | | | | | | | Change-Id: Icc4d85ffa994730d7c53fe9099cda6f7bb4783c1
* | Merge "Don't open subdirectories rootwrap filter directories"Jenkins2017-03-022-1/+5
|\ \
| * | Don't open subdirectories rootwrap filter directoriesStephen Ma2017-02-282-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | A rootwrap filter directory may contain subdirectories. The rootwrap daemon will crash when it tries to load filters from subdirectories. So subdirectories should be skipped. Change-Id: I4f618734300bf5eb81282fbf8fc213f995a4fe59
* | | [Fix gate]Update test requirementricolin2017-03-021-1/+1
| |/ |/| | | | | | | | | | | | | | | 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: Iec7cc46234bf60e66701c64e2b1d520771dc14f3
* | Merge "Avoid importing Linux specific modules on Windows"Jenkins2017-02-252-2/+10
|\ \ | |/ |/|
| * Avoid importing Linux specific modules on WindowsClaudiu Belu2017-02-232-2/+10
| | | | | | | | | | | | | | | | | | 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
* | Merge "Remove support for py34"Jenkins2017-02-132-2/+1
|\ \
| * | Remove support for py34melissaml2017-02-092-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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: I1100dfbd3af361af33438263771ce7bf45d5bef0
* | | Merge "Always check cmd which does not exist"Jenkins2017-02-132-2/+13
|\ \ \
| * | | Always check cmd which does not existXianChaobo2017-02-132-2/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In daemon mode, if run a cmd which does not exist, it will raise an Exception. But when we install the cmd later and run cmd, it still raise an Exception. The only work around right now is to restart the daemon, with this change, we can avoid restarting the daemon Closes-Bug: #1663216 Change-Id: I6f6ff540ed103f0fec329d6264bdac26493c8fad
* | | Updated from global requirementsOpenStack Proposal Bot2017-02-101-1/+1
|/ / | | | | | | Change-Id: Ie7ea94760357df38c2da5c5ac343ab578a2d68bf
* | Merge "pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)"Jenkins2017-02-071-1/+1
|\ \
| * | pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)Davanum Srinivas2017-02-061-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | 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: I9bdf6a792cb18432268e6aaaa509e25119775597
* | Merge "Update reno for stable/ocata"Jenkins2017-02-062-0/+7
|\ \ | |/ |/|
| * Update reno for stable/ocataOpenStack Release Bot2017-01-202-0/+7
| | | | | | | | Change-Id: Icec53c9449b24d3d15021fc852a9d9b3f228789f
* | [daemon] Close inherited filedescriptors after forkingRalf Haferkamp2017-01-251-1/+2
|/ | | | | | | | | 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
* Merge "Relax default strict option under python3.x for configparser"5.4.05.3.1Jenkins2016-12-232-1/+15
|\
| * Relax default strict option under python3.x for configparserDavanum Srinivas2016-12-222-1/+15
| | | | | | | | | | | | | | | | | | | | | | 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
* | Add Constraints supportTony Breeds2016-12-132-2/+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.rootwrap. Change-Id: Ie14167eced0bba29f7d4e30f815785641c1da6c0
* 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/be32d1e9078b77255769827fe4d55c99\n' Change-Id: I734a910040b4254cdda8b8bb1391a701f8267614
* Merge "Enable release notes translation"5.3.0Jenkins2016-11-091-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: Ib1a145799101da6196445e8ed78ba70863df30e2
* | Updated from global requirementsOpenStack Proposal Bot2016-11-021-1/+1
| | | | | | | | Change-Id: I7f40a6f9ca05d56762d1292c2f4ed78ea33d9430
* | Updated from global requirementsOpenStack Proposal Bot2016-10-221-2/+2
| | | | | | | | Change-Id: Ie7f35b36e28a14a3214d607e7e0c8e54030ff317
* | [TrivialFix] Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-10-201-2/+2
| | | | | | | | Change-Id: I11e5f2db80249f5ff8275da97458e9455319ddfe
* | Fix running unknown commands in daemon modeThomas Bechtold2016-10-182-12/+30
|/ | | | | | | | | | | 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
* Update homepage with developer documentation page5.2.0Tony Xu2016-09-241-1/+1
| | | | Change-Id: I0f51789550ba2bc55f783f7ae1e2bdb91608b235
* Merge "Add reno for release notes management"Jenkins2016-09-1410-0/+316
|\
| * Add reno for release notes managementKirill Bespalov2016-06-3010-0/+316
| | | | | | | | | | | | | | An initial patch to add reno and create a base directory for release notes Change-Id: I14222756c84e0d2161fea5f4df75d78cd00dccb4
* | Merge "Enhance _program() and _program_path()"Jenkins2016-09-012-40/+64
|\ \