- 24 Apr, 2019 1 commit
-
-
jacky06 authored
Change-Id: I80c0661599c18e01b5a51444423513f99084e3e8 Closes-Bug: #1826195
-
- 21 Jun, 2018 1 commit
-
-
melissaml authored
Change-Id: I1ef589a6bf1df9c4ba123f299face66221eadb7c
-
- 21 Apr, 2018 1 commit
-
-
melissaml authored
Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I4630736d6da43765b20be8117dfe3688955c29ba
-
- 27 Feb, 2018 1 commit
-
-
melissaml authored
Change the outdated links to the latest links in README Change-Id: Id81a000e3027498bf1bd090f3a1076ef6d257a63
-
- 12 Jul, 2017 1 commit
-
-
ChangBo Guo(gcb) authored
Change-Id: I587c575a1adc7f9156b8e6667b650296ce3680e4
-
- 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
-
- 25 Sep, 2015 2 commits
-
-
Doug Hellmann authored
Pare down the readme by moving most of the usage instructions into the main documentation. Clean up the results so they render nicely. Remove the duplicate copy of those instructions by removing doc/source/readme.rst. Fix up the documentation and readme titles to make them consistent. Change-Id: I63f711bb28f3003d7b991d1526fd4b373b530143
-
Davanum Srinivas authored
Change-Id: Iba6e6bd98d0c92b9e4dfb03098f703db96936ed6
-
- 24 Sep, 2015 1 commit
-
-
Zhao Lei authored
explicitely -> explicitly priviledges -> privileges for README.rst Plus some source comment fix. Change-Id: Ibbe08d01e0cd380604fbd43786c8adb0ac9765f1 Signed-off-by:Zhao Lei <zhaolei@cn.fujitsu.com>
-
- 04 Apr, 2015 1 commit
-
-
Steve Martinelli authored
Currently the pypi page for oslo.rootwrap doesn't render correctly, running this file through `restview` and fixed the only two errors that were found. This should now allow the README content to be correctly rendered. Change-Id: I57dcb6f7f597ca611f66b0e62224c7154ba2772b
-
- 04 Mar, 2015 1 commit
-
-
Yuriy Taraday authored
It introduced a security issue since these env vars are not filtered by either sudo or rootwrap. This change reverts changes in common code from Iace26738f910a18a5d1d3479fad949027e5a3816 (most of them) and purges ability to specify env in arguments for daemon. Environment should be provided to callee process using EnvFilter and /usr/bin/env. Change-Id: Iafbc493d6158f3ea85b3d74cb37c29e161a1099f
-
- 20 Jan, 2015 1 commit
-
-
Doug Hellmann authored
Update README to include links expected by the release notes script. Change-Id: I73b61fcd591fccf566f0c50e95041b45fbeb8d83
-
- 18 Dec, 2014 1 commit
-
-
Doug Hellmann authored
Move the public API out of oslo.rootwrap to oslo_rootwrap. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: Ifed1a99e5ea6d999760731867c4294707698d41c
-
- 13 Nov, 2014 1 commit
-
-
Cedric Brandily authored
This change corrects RegExpFilter and ChainingRegExpFilter filter examples. Change-Id: I9841daf0b9644f53b62a9e6afa326f764d5dcdd7
-
- 09 Sep, 2014 1 commit
-
-
Yuriy Taraday authored
Change-Id: I0e4e2cc35a2cbdc355d432c40b87e4aacc96da84
-
- 17 Jun, 2014 1 commit
-
-
Tomoki Sekiyama authored
This patch adds ChainingRegExpFilter to filter commands prefixed to other commands, such as 'nice' and 'ionice'. This filter only checks specified number of arguments, and remaining arguments are filtered by the other existing filters. Change-Id: Ica014c472c7e1376f107a039452b215e5c2c4ee5 Implements: blueprint chaining-regexp-filter Signed-off-by:Tomoki Sekiyama <tomoki.sekiyama@hds.com>
-
- 25 Feb, 2014 1 commit
-
-
Bogdan Dobrelya authored
Since the rootwrap code was graduated to a separate library, This change completes one from oslo-incubator: Backport 'ident' from python 3.3 for Oslo's SysLogHandler (with commit 79e8a9a08daf563aa8a8d9280c9a6a27dcafc8f2) To honor RFC5424 add use_syslog_rfc_format config option (default False, would be deprecated in J after existing syslog format deprecation) which adds APP-NAME to syslog message before MSG part to reflect application or service name. Usable only with use_syslog, otherwise ignored. During J, the default logging format for syslog should be changed to always provide APP-NAME, thus use_syslog_rfc_format could be deprecated in J as well. Closes-bug: #904307 Change-Id: Icff9db07d543738e092a8826e8a0d2e4b213fc38 Signed-off-by:Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- 28 Jan, 2014 1 commit
-
-
Thierry Carrez authored
Rootwrap should be used from specific console_scripts calling into oslo.rootwrap.cmd:main, rather than using the specific oslo-rootwrap wrapper. This matches how nova and cinder now consume oslo.rootwrap, and ensures a smooth upgrade path. This change aligns the documentation and shipped files to match how oslo.rootwrap should be used now. Change-Id: If01b8840c971d1c6d5c88c7698f5d6a2bf8fd5f0
-
- 03 Dec, 2013 1 commit
-
-
Thierry Carrez authored
Use oslo-rootwrap rather than oslo.rootwrap in directory names (/etc/oslo-rootwrap and /usr/share/oslo-rootwrap), as suggested by Chuck. Since this package is actually consumed through its binary (oslo-rootwrap) rather than its library (oslo.rootwrap), this is probably more appropriate. Change-Id: I0e249d70937307b5fe116750923c20d487506c97
-
- 02 Dec, 2013 1 commit
-
-
Thierry Carrez authored
Ship default configuration file in etc/oslo.rootwrap to encourage best packaging practices (packagers should deploy rootwrap.conf in /etc/oslo.rootwrap rather than /etc/oslo/rootwrap or /etc/oslo). Also change default filters_path directory from /etc/oslo.rootwrap/rootwrap.d to /etc/oslo.rootwrap/filters.d as it avoids redundancy and is more self-explanatory. Change-Id: Iadf623571283cba1886bb27a5f55c59ba66c522f
-
- 27 Nov, 2013 1 commit
-
-
Thierry Carrez authored
Document the use of oslo-rootwrap in README.rst, before cutting a first release. This obsoletes https://wiki.openstack.org/wiki/Rootwrap Change-Id: Ia7046e5a3c4b5ebdbc1a2d978cb6c6a9e4c69514
-
- 21 Nov, 2013 1 commit
-
-
Thierry Carrez authored
Add Python packaging support files so that rootwrap can stand on its own.
-