Add bug link to README

Update README to include links expected by the release notes script.

Change-Id: I73b61fcd591fccf566f0c50e95041b45fbeb8d83
This commit is contained in:
Doug Hellmann 2015-01-20 11:15:17 -05:00
parent 9c54b0c018
commit 7a6769bb62

View File

@ -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`.