Skip to content

Commit

Permalink
Remove openstack collection from requirements
Browse files Browse the repository at this point in the history
With the final use of the OpenStack collection being removed in this
patch, we can stop installing it.

https://issues.redhat.com/browse/OSPRH-7850
  • Loading branch information
lewisdenny authored and openshift-merge-bot[bot] committed Aug 26, 2024
1 parent 58d1275 commit f57f048
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 337 deletions.
2 changes: 0 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ tags:
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
# todo(Lewis): Remove ansible-collections-openstack once application_credential.py is removed
dependencies:
'git+https://github.com/containers/ansible-podman-collections': 'master'
'git+https://github.com/ansible-collections/community.general': 'main'
Expand All @@ -79,7 +78,6 @@ dependencies:
'git+https://github.com/ansible-collections/community.libvirt': 'main'
'git+https://github.com/ansible-collections/community.crypto': 'main'
'git+https://github.com/ansible-collections/kubernetes.core': 'main'
'git+https://github.com/openstack/ansible-collections-openstack': 'master'
'git+https://github.com/ansible-collections/ansible.netcommon': 'main'
'git+https://github.com/openstack/ansible-config_template': 'master'
'git+https://github.com/ansible-collections/junipernetworks.junos': 'main'
Expand Down
332 changes: 0 additions & 332 deletions plugins/modules/application_credential.py

This file was deleted.

3 changes: 0 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.

# todo(Lewis): Remove ansible-collections-openstack once application_credential.py is removed
collections:
- name: https://github.com/ansible-collections/ansible.posix
type: git
Expand All @@ -30,8 +29,6 @@ collections:
type: git
- name: https://github.com/ansible-collections/kubernetes.core
type: git
- name: https://github.com/openstack/ansible-collections-openstack
type: git
- name: https://github.com/ansible-collections/ansible.netcommon
type: git
- name: https://github.com/openstack/ansible-config_template
Expand Down

0 comments on commit f57f048

Please sign in to comment.