From 47e4e40030f29deeb9393a807ffc72bd52776936 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 26 Mar 2018 12:14:16 -0700 Subject: [PATCH] Update launchpad to storyboard references Change-Id: I9c23727e2c9ecbb21e253fcc8a66ca1e64109cdc --- CONTRIBUTING.rst | 6 +++--- README.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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