Skip to content

Commit

Permalink
Add Openstack Bobcat support
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy committed Nov 14, 2023
1 parent 12fc900 commit 6217bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/openstack_release_info
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ declare -A nonlts=( [hirsute]=wallaby
[impish]=xena
[kinetic]=zed
[lunar]=antelope
[mantic]=bobcat
)
# NOTE: must be kept up-to-date with ALL versions of openstack.
declare -A os_releases=( [icehouse]=0
Expand All @@ -47,6 +48,7 @@ declare -A os_releases=( [icehouse]=0
[yoga]=16
[zed]=17
[antelope]=18
[bobcat]=19
)
# Reverse lookups (revision to series)
declare -A lts_rev=()
Expand Down

0 comments on commit 6217bba

Please sign in to comment.