summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-01-20 11:15:17 -0500
committerDoug Hellmann <doug@doughellmann.com>2015-01-20 11:15:17 -0500
commit7a6769bb62e35d448ffb882d54d39fcaad957e58 (patch)
tree22a4f37a0a942eec5a516c035449eb9953c606b9 /README.rst
parent9c54b0c0180cd13c03575b7a166950c223188a35 (diff)
downloadoslo-rootwrap-7a6769bb62e35d448ffb882d54d39fcaad957e58.tar.gz
Add bug link to README
Update README to include links expected by the release notes script. Change-Id: I73b61fcd591fccf566f0c50e95041b45fbeb8d83
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index cae0a3a..6585cb8 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,14 @@ Oslo Rootwrap
The Oslo Rootwrap allows fine filtering of shell commands to run as `root`
from OpenStack services.
+* License: Apache License, Version 2.0
+* Documentation: http://docs.openstack.org/developer/oslo.rootwrap
+* Source: http://git.openstack.org/cgit/openstack/oslo.rootwrap
+* Bugs: http://bugs.launchpad.net/oslo.rootwrap
+
+Using
+=====
+
Rootwrap should be used as a separate Python process calling the
``oslo_rootwrap.cmd:main`` function. You can set up a specific console_script
calling into ``oslo_rootwrap.cmd:main``, called for example `nova-rootwrap`.