From 0398c974ed86725a341e8f39b75d732986540430 Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Thu, 11 Feb 2021 17:49:42 -0600 Subject: [PATCH] Update sushy-tools to latest This migrates away from a custom fork of sushy-tools, which worked around the booting issue described here: https://storyboard.openstack.org/#!/story/2007689 This issue has been fixed, according to the following issue, so this patchset migrates us back to upstream sushy-tools. https://review.opendev.org/c/openstack/sushy-tools/+/733152 Change-Id: I421c9d267640720571ac6fa2341af5102afbafb2 Closes: #467 --- roles/apache-wsgi-sushy-emulator/tasks/backend.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/apache-wsgi-sushy-emulator/tasks/backend.yaml b/roles/apache-wsgi-sushy-emulator/tasks/backend.yaml index 4a51a6069..7d682e2d0 100644 --- a/roles/apache-wsgi-sushy-emulator/tasks/backend.yaml +++ b/roles/apache-wsgi-sushy-emulator/tasks/backend.yaml @@ -40,9 +40,7 @@ - name: Install sushy-tools pip: - # TODO (dukov) Replace this with upstream sushy-tools once - # https://storyboard.openstack.org/#!/story/2007689 has fixed - name: git+https://github.com/dukov/sushy-tools.git@0.9.1 + name: sushy-tools executable: pip3 - name: Create a used wsgi will run with