Migrate back to Launchpad

Change bug tracker link and other references to StoryBoard
back to Launchpad.

Change-Id: Ifedbf85d8cfbe3a5b439a579dcee1fc6f947f392
This commit is contained in:
Grzegorz Grasza 2023-05-09 13:40:28 +02:00
parent 64eac24071
commit c65e4288f6
3 changed files with 19 additions and 28 deletions

@ -23,8 +23,8 @@ Johns Hopkins University, HP, Red Hat, Cisco Systems, and many more.
The full documentation can be found on the `Barbican Developer Documentation The full documentation can be found on the `Barbican Developer Documentation
Site <https://docs.openstack.org/barbican/latest/>`_. Site <https://docs.openstack.org/barbican/latest/>`_.
To file a bug, use our bug tracker on `OpenStack Storyboard To file a bug, use our bug tracker on `Launchpad
<https://storyboard.openstack.org/#!/project/980>`_. <https://launchpad.net/barbican>`_.
Release notes for the project can be found at Release notes for the project can be found at
https://docs.openstack.org/releasenotes/barbican. https://docs.openstack.org/releasenotes/barbican.

@ -16,29 +16,30 @@ barbican
| code: https://opendev.org/openstack/barbican | code: https://opendev.org/openstack/barbican
| docs: https://docs.openstack.org/barbican | docs: https://docs.openstack.org/barbican
| api-ref: https://docs.openstack.org/barbican/latest/api/index.html#api-reference | api-ref: https://docs.openstack.org/barbican/latest/api/index.html#api-reference
| StoryBoard: https://storyboard.openstack.org/#!/project/openstack/barbican | Launchpad: https://bugs.launchpad.net/barbican
barbican-ui barbican-ui
| Horizon extension for the OpenStack Key Manager API. | Horizon extension for the OpenStack Key Manager API.
| code: https://opendev.org/openstack/barbican-ui | code: https://opendev.org/openstack/barbican-ui
| StoryBoard: https://storyboard.openstack.org/#!/project/openstack/barbican-ui | Launchpad: https://bugs.launchpad.net/barbican-ui
python-barbicanclient python-barbicanclient
| Python client library for the OpenStack Key Manager API. | Python client library for the OpenStack Key Manager API.
| code: https://opendev.org/openstack/python-barbicanclient | code: https://opendev.org/openstack/python-barbicanclient
| docs: https://docs.openstack.org/python-barbicanclient | docs: https://docs.openstack.org/python-barbicanclient
| StoryBoard: https://storyboard.openstack.org/#!/project/openstack/python-barbicanclient | Launchpad: https://bugs.launchpad.net/python-barbicanclient
barbican-tempest-plugin barbican-tempest-plugin
| Additional Barbican tempest-based tests beyond those in the | Additional Barbican tempest-based tests beyond those in the
main OpenStack Integration Test Suite (tempest). main OpenStack Integration Test Suite (tempest).
| code: https://opendev.org/openstack/barbican-tempest-plugin | code: https://opendev.org/openstack/barbican-tempest-plugin
| StoryBoard: https://storyboard.openstack.org/#!/project/openstack/barbican-tempest-plugin | Launchpad: http://bugs.launchpad.net/barbican
ansible-role-lunasa-hsm ansible-role-lunasa-hsm
| Ansible role to manage Luna SA Hardware Security Module (HSM) client software | Ansible role to manage Luna SA Hardware Security Module (HSM) client software
| code: https://opendev.org/openstack/ansible-role-lunasa-hsm | code: https://opendev.org/openstack/ansible-role-lunasa-hsm
| StoryBoard: https://storyboard.openstack.org/#!/project/openstack/ansible-role-lunasa-hsm | Launchpad: http://bugs.launchpad.net/barbican
See the ``CONTRIBUTING.rst`` file in each code repository for more See the ``CONTRIBUTING.rst`` file in each code repository for more
information about contributing to that specific deliverable. Additionally, information about contributing to that specific deliverable. Additionally,
@ -116,7 +117,7 @@ Here's a quick rundown of what they are and how the Barbican project uses them.
specs specs
| Exist in the barbican-specs repository. | Exist in the barbican-specs repository.
Each spec must have a story in StoryBoard associated with it for tracking Each spec must have a Launchpad blueprint associated with it for tracking
purposes. purposes.
| A spec is required for any new Barbican core feature, anything that | A spec is required for any new Barbican core feature, anything that
@ -130,8 +131,8 @@ specs
| https://specs.openstack.org/openstack/barbican-specs/ | https://specs.openstack.org/openstack/barbican-specs/
blueprints blueprints
| Exist in StoryBoard, where they can be targeted to release milestones. | Exist in Launchpad, where they can be targeted to release milestones.
| You file one at https://storyboard.openstack.org/#!/project/openstack/barbican-specs | You file one at https://blueprints.launchpad.net/barbican
| Examples of changes that can be covered by a blueprint only are: | Examples of changes that can be covered by a blueprint only are:
@ -152,8 +153,8 @@ current development cycle.
Task Tracking Task Tracking
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
We track our tasks in `StoryBoard We track our tasks in `Launchpad
<https://storyboard.openstack.org/#!/project_group/barbican>`_. See the top of <https://launchpad.net/barbican>`_. See the top of
the page for the URL of each Barbican project deliverable. the page for the URL of each Barbican project deliverable.
If you're looking for some smaller, easier work item to pick up and get started If you're looking for some smaller, easier work item to pick up and get started
@ -169,7 +170,7 @@ Reporting a Bug
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
You found an issue and want to make sure we are aware of it? You can do so in You found an issue and want to make sure we are aware of it? You can do so in
the StoryBoard of the affected deliverable. the Launchpad bugs tracker of the affected deliverable.
Getting Your Patch Merged Getting Your Patch Merged
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~

@ -42,23 +42,13 @@ email subject line. To participate on the mailing list\:
Launchpad Launchpad
----------- -----------
Most of the tools used for OpenStack require a `launchpad.net`_ ID for Most of the tools used for OpenStack require a Launchpad ID for
authentication. authentication. Like other OpenStack related projects, we utilize
Launchpad for our bug and release tracking.
.. _`launchpad.net`: https://launchpad.net * `Barbican Launchpad Project`_
.. _`Barbican Launchpad Project`: https://launchpad.net/barbican
Storyboard
------------
The barbican project moved from Launchpad to `StoryBoard
<https://storyboard.openstack.org/>`_ for work and task tracking.
This provides an aggregate view called a "Project Group"
and individual "Projects". A good starting place is the
`project group <https://storyboard.openstack.org/#!/project_group/81>`_
representing the whole of the barbican community, as opposed to
the `barbican project <https://storyboard.openstack.org/#!/project/980>`_
storyboard which represents barbican as a repository.
Source Repository Source Repository