diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b5dec4fa3..112190b3a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index b2a30cd44..523a233db 100644 --- a/README.rst +++ b/README.rst @@ -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