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
35 lines
801 B
YAML
35 lines
801 B
YAML
namespace: openstack
|
|
name: cloud
|
|
readme: README.md
|
|
authors: Openstack
|
|
description: Openstack Ansible modules
|
|
license: GPL-3.0-or-later
|
|
tags:
|
|
- cloud
|
|
- openstack
|
|
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://bugs.launchpad.net/ansible-collections-openstack
|
|
build_ignore:
|
|
- "*.tar.gz"
|
|
- build_artifact
|
|
- ci
|
|
- galaxy.yml.in
|
|
- setup.cfg
|
|
- test-requirements*
|
|
- tests
|
|
- tools
|
|
- tox.ini
|
|
- .gitignore
|
|
- .gitreview
|
|
- .zuul.yaml
|
|
- .pytest_cache
|
|
- importer_result.json
|
|
- .tox
|
|
- .env
|
|
- .vscode
|
|
- ansible_collections_openstack.egg-info
|
|
- changelogs
|