Skip to content

Commit

Permalink
Remove dependency from ironic-lib
Browse files Browse the repository at this point in the history
The ironic source code does not depende from ironic-lib anymore.
  • Loading branch information
elfosardo committed Jan 15, 2025
1 parent 25ff836 commit c0728bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions requirements.cachito
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ironic @ git+https://github.com/openshift/openstack-ironic@9f0ee0d782855523a11b3be1c11c9e4a65bb0cf9
ironic-lib @ git+https://github.com/openshift/openstack-ironic-lib@96ac462d0c3d53c70256cb048e42c317cc41b682
sushy @ git+https://github.com/openshift/openstack-sushy@d8553e9c9a192f8bb84d8488c31a4d6a267325e7
ironic @ git+https://github.com/openshift/openstack-ironic@f7fdc1cb391f50f0c66e2017a3a4ea30dc01949e
sushy @ git+https://github.com/openshift/openstack-sushy@02864a0a1fed017855ad2c60033d44db74c89482

# DEPENDENCIES
2 changes: 1 addition & 1 deletion tools/check-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail

CHECK_RELEASE=${CHECK_RELEASE:-"master"}

for repo in "openstack-ironic" "openstack-ironic-lib" "openstack-sushy"
for repo in "openstack-ironic" "openstack-sushy"
do
line=$(grep "$repo@" requirements.cachito)
echo $line
Expand Down

0 comments on commit c0728bb

Please sign in to comment.