From 9ff464ca40a63e84035c10df24e6fe89b5ad3400 Mon Sep 17 00:00:00 2001
From: Takashi Kajinami <kajinamit@oss.nttdata.com>
Date: Sat, 18 Nov 2023 18:18:46 +0900
Subject: [PATCH] Bump supported Debian version to 12 (Bookworm)

Debian 12 was released in June 2023. Recent versions of OpenStack
(actually, 2023.1 and later) no longer support Debian 11.

Change-Id: I3762a0c9d2bd6f4a11c147e40a3140613ec8c3cf
---
 metadata.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata.json b/metadata.json
index 260608c3..c59aeaf1 100644
--- a/metadata.json
+++ b/metadata.json
@@ -34,7 +34,7 @@
         {
             "operatingsystem": "Debian",
             "operatingsystemrelease": [
-                "11"
+                "12"
             ]
         },
         {