Merge "Update launchpad to storyboard references"

This commit is contained in:
Zuul 2018-03-28 16:09:09 +00:00 committed by Gerrit Code Review
commit d815e9d4b0
2 changed files with 4 additions and 4 deletions

View File

@ -20,12 +20,12 @@ Basics
``VERSION`` is the current stable series. E.g. at the moment of writing the
stable branch is ``stable/1.0``.
* Please file a launchpad_ blueprint for any significant code change and a bug
for any significant bug fix.
* Please file an RFE in StoryBoard_ for any significant code change and a
regular story for any significant bug fix.
.. _OpenStack GitHub: https://github.com/openstack/ironic-inspector
.. _Gerrit Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _launchpad: https://bugs.launchpad.net/ironic-inspector
.. _StoryBoard: https://storyboard.openstack.org/#!/project/944
Development Environment
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -16,7 +16,7 @@ scheduling from a bare metal node, given its power management credentials
* Free software: Apache license
* Source: https://git.openstack.org/cgit/openstack/ironic-inspector
* Bugs: https://bugs.launchpad.net/ironic-inspector
* Bugs: https://storyboard.openstack.org/#!/project/944
* Downloads: https://pypi.python.org/pypi/ironic-inspector
* Documentation: https://docs.openstack.org/ironic-inspector/latest/
* Python client library and CLI tool: `python-ironic-inspector-client