From 6680b3d10a5cae6a6d5f488a1208ff1563cdd167 Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Wed, 19 Jun 2024 21:12:10 -0700 Subject: [PATCH] Add noble and oracular release names Add the noble and oracular release names for the host_factory. Signed-off-by: Billy Olsen --- charmhelpers/core/host_factory/ubuntu.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charmhelpers/core/host_factory/ubuntu.py b/charmhelpers/core/host_factory/ubuntu.py index 732d76c39..e87595e43 100644 --- a/charmhelpers/core/host_factory/ubuntu.py +++ b/charmhelpers/core/host_factory/ubuntu.py @@ -33,6 +33,8 @@ 'kinetic', 'lunar', 'mantic', + 'noble', + 'oracular', )