From 41cf92df998491b9b8a91a20eacd9528acd0fc77 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Wed, 2 Apr 2025 09:44:12 -0500 Subject: [PATCH] replace storyboard links with bugs.launchpad.net When you go to the storyboard link at the top it tells users that issues and bugs are now tracked at bugs.launchpad.net so just update all the links to point there. Change-Id: I1dadae24ef4ca6ee2d244cc2a114cca5e4ea5a6b --- README.md | 2 +- docs/contributing.md | 4 ++-- galaxy.yml | 2 +- galaxy.yml.in | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 020d64e5..80b07ed3 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ Thank you for your interest in our Ansible OpenStack collection ☺️ There are many ways in which you can participate in the project, for example: - [Report and verify bugs and help with solving issues]( - https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack). + https://bugs.launchpad.net/ansible-collections-openstack). - [Submit and review patches]( https://review.opendev.org/#/q/project:openstack/ansible-collections-openstack). - Follow OpenStack's [How To Contribute](https://wiki.openstack.org/wiki/How_To_Contribute) guide. diff --git a/docs/contributing.md b/docs/contributing.md index d1026d81..1b972f29 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -11,7 +11,7 @@ For hacking on the Ansible OpenStack collection it helps to [prepare a DevStack ## Hosting -* [Bug tracker][storyboard] +* [Bug tracker][bugtracker] * [Mailing list `openstack-discuss@lists.openstack.org`][openstack-discuss]. Prefix subjects with `[aoc]` or `[aco]` for faster responses. * [Code Hosting][opendev-a-c-o] @@ -188,4 +188,4 @@ Read [Release Guide](releasing.md) on how to publish new releases. [openstacksdk-cloud-layer-stays]: https://meetings.opendev.org/irclogs/%23openstack-sdks/%23openstack-sdks.2022-04-27.log.html [openstacksdk-to-dict]: https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/resource.py [openstacksdk]: https://opendev.org/openstack/openstacksdk -[storyboard]: https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack +[bugtracker]: https://bugs.launchpad.net/ansible-collections-openstack diff --git a/galaxy.yml b/galaxy.yml index c54a276a..7c57a641 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,7 +11,7 @@ dependencies: {} repository: https://opendev.org/openstack/ansible-collections-openstack documentation: https://docs.ansible.com/ansible/latest/collections/openstack/cloud/index.html homepage: https://opendev.org/openstack/ansible-collections-openstack -issues: https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack +issues: https://bugs.launchpad.net/ansible-collections-openstack build_ignore: - "*.tar.gz" - build_artifact diff --git a/galaxy.yml.in b/galaxy.yml.in index 6edfaba4..209fcfd8 100644 --- a/galaxy.yml.in +++ b/galaxy.yml.in @@ -11,7 +11,7 @@ dependencies: {} repository: https://opendev.org/openstack/ansible-collections-openstack documentation: https://docs.ansible.com/ansible/latest/collections/openstack/cloud/index.html homepage: https://opendev.org/openstack/ansible-collections-openstack -issues: https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack +issues: https://bugs.launchpad.net/ansible-collections-openstack build_ignore: - "*.tar.gz" - build_artifact