From c70533f351146a84a217a11efad24dd2f1fc9af9 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 11 Mar 2019 10:22:03 -0400 Subject: [PATCH] Update bug tracker link in README and CONTRIBUTING Placement bugs are tracked in StoryBoard now. Change-Id: I9fcf758229d14fa7e290069c7c6f0d3cf5756db4 Story: #2005190 Task: #29947 --- CONTRIBUTING.rst | 4 ++-- README.rst | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 535791a45..62daa1c6b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,6 +11,6 @@ the workflow documented at: Pull requests submitted through GitHub will be ignored. -Bugs should be filed on Launchpad, not GitHub: +Bugs should be filed on StoryBoard, not GitHub: - https://bugs.launchpad.net/nova + https://storyboard.openstack.org/#!/project/openstack/placement diff --git a/README.rst b/README.rst index 8271d774b..eee376420 100644 --- a/README.rst +++ b/README.rst @@ -50,10 +50,7 @@ operating system vendor, it is often wise to use their own bug tracker for reporting problems. In all other cases use the master OpenStack bug tracker, available at: -- `Bug Tracker `__ - -**For the time being bugs in placement should be created in the Nova bug -tracker with a tag of ``placement``.** +- `Bug Tracker `__ Developers ----------