From 74b9a13595b113dfe05045c4018b67d3316126f3 Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Thu, 10 Oct 2024 16:50:13 +0200
Subject: [PATCH] Bump stackhpc.openstack collection to 0.2.2

This fixes IPA and host disk image build failures when Git was not
installed on the build host.

Change-Id: I057aefc45d1a8efe133fec9921e5c84cad556429
Closes-Bug: #2058922
---
 releasenotes/notes/bug-2058922-c16426f013ddf3ca.yaml | 5 +++++
 requirements.yml                                     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 releasenotes/notes/bug-2058922-c16426f013ddf3ca.yaml

diff --git a/releasenotes/notes/bug-2058922-c16426f013ddf3ca.yaml b/releasenotes/notes/bug-2058922-c16426f013ddf3ca.yaml
new file mode 100644
index 00000000..1122890b
--- /dev/null
+++ b/releasenotes/notes/bug-2058922-c16426f013ddf3ca.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+  - |
+    Fixes IPA and host image build failures when Git was not installed on the
+    build host. `LP#2058922 <https://launchpad.net/bugs/2058922>`__
diff --git a/requirements.yml b/requirements.yml
index 25cff495..c83c3c4c 100644
--- a/requirements.yml
+++ b/requirements.yml
@@ -16,7 +16,7 @@ collections:
   - name: stackhpc.network
     version: 1.0.0
   - name: stackhpc.openstack
-    version: 0.2.1
+    version: 0.2.2
 
 roles:
   - src: ahuffman.resolv
-- 
GitLab