Commit Graph

22 Commits

Author SHA1 Message Date
jacky06 a64282d913 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I80c0661599c18e01b5a51444423513f99084e3e8
Closes-Bug: #1826195
2019-04-24 19:10:25 +08:00
melissaml 99f6383e97 Add release notes link to README
Change-Id: I1ef589a6bf1df9c4ba123f299face66221eadb7c
2018-06-21 13:13:46 +08:00
melissaml 667c227eb4 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I4630736d6da43765b20be8117dfe3688955c29ba
2018-04-21 10:49:07 +08:00
melissaml 3aa2ed4c1f Update links in README
Change the outdated links to the latest links in README

Change-Id: Id81a000e3027498bf1bd090f3a1076ef6d257a63
2018-02-28 01:35:47 +08:00
ChangBo Guo(gcb) 1bd761df8e Update URLs in documents according to document migration
Change-Id: I587c575a1adc7f9156b8e6667b650296ce3680e4
2017-07-12 23:19:00 +08:00
Flavio Percoco 8046106ea7 Show team and repo badges on README
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
2016-11-25 13:09:20 +01:00
Doug Hellmann 1334f3e9ec move usage instructions into main docs
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
2015-09-25 17:50:47 -04:00
Davanum Srinivas 68d4d7dc0a Add shields.io version/downloads links/badges into README.rst
Change-Id: Iba6e6bd98d0c92b9e4dfb03098f703db96936ed6
2015-09-24 20:53:36 -04:00
Zhao Lei 1c5842fa30 Fix some spelling typo in manual
explicitely -> explicitly
priviledges -> privileges
for README.rst

Plus some source comment fix.

Change-Id: Ibbe08d01e0cd380604fbd43786c8adb0ac9765f1
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-09-24 17:53:40 +08:00
Steve Martinelli ea65f25137 Correct RST syntax errors in README.rst
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
2015-04-04 01:57:04 -04:00
Yuriy Taraday f485b93f47 Remove env changing support in daemon mode
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
2015-03-04 14:50:25 +03:00
Doug Hellmann 7a6769bb62 Add bug link to README
Update README to include links expected by the release notes script.

Change-Id: I73b61fcd591fccf566f0c50e95041b45fbeb8d83
2015-01-20 11:15:17 -05:00
Doug Hellmann bdb739e249 Move files out of the namespace package
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
2014-12-18 16:08:01 -05:00
Cedric Brandily 8c39d15700 Correct filters examples in README.rst
This change corrects RegExpFilter and ChainingRegExpFilter filter
examples.

Change-Id: I9841daf0b9644f53b62a9e6afa326f764d5dcdd7
2014-11-13 11:18:57 +01:00
Yuriy Taraday 04e85aca1e Add a short doc to README on how to use daemon mode
Change-Id: I0e4e2cc35a2cbdc355d432c40b87e4aacc96da84
2014-09-09 18:40:01 +04:00
Tomoki Sekiyama e9225e2515 Add ChainingRegExpFilter for prefix utilities
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>
2014-06-17 13:11:56 -04:00
Bogdan Dobrelya 1649ed1725 To honor RFC5424 add use_syslog_rfc_format config option
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>
2014-02-25 19:18:13 +02:00
Thierry Carrez 42255ccae8 Discontinue usage of oslo-rootwrap
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
2014-01-28 09:50:36 +01:00
Thierry Carrez d9edf600e7 Use oslo-rootwrap in config directory names
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
2013-12-03 15:51:57 +01:00
Thierry Carrez b94ef1a017 Ship with etc/oslo.rootwrap instead of etc/oslo
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
2013-12-02 17:11:20 +01:00
Thierry Carrez 7effec0534 Add a complete README.rst
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
2013-11-27 15:26:52 +01:00
Thierry Carrez fe258e097f Add standalone project packaging support files
Add Python packaging support files so that rootwrap can stand on its
own.
2013-11-21 16:25:23 +01:00