Debian: Switch to Debian 12 (Bookworm)

Debian 12 was released in June 2023 and supports OpenStack releases
since Zed.

Change-Id: Ie853000095dad9000fdc5db8f6ce83586c9f2c01
This commit is contained in:
Takashi Kajinami 2023-11-09 12:35:04 +09:00
parent 56cf30b7e2
commit 8ac57eccbd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module OSDefaults
{ 'operatingsystem' => 'Ubuntu',
'operatingsystemrelease' => [ '22.04' ] },
{ 'operatingsystem' => 'Debian',
'operatingsystemrelease' => [ '11' ] }
'operatingsystemrelease' => [ '12' ] }
]
end
end