From 5c7441ab134bb4fb1732eedadf2e2d1b8e59d98a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 25 Dec 2023 16:53:20 +0900 Subject: [PATCH] Remove unmaintained version-release mapping The general mapping is now described in the doc[1]. [1] https://docs.openstack.org/puppet-openstack-guide/latest/install/releases.html Change-Id: I0a01da92622fff433ae7d09683b6f5a66ea3e00b --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index c834297..c11b561 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ openstack_extras 7. [Release Notes - Release notes for the project](#release-notes) 8. [Contributors - Those with commits](#contributors) 9. [Repository - The project source code repository](#repository) -10. [Versioning - Notes on the version numbering scheme](#versioning) Overview -------- @@ -142,18 +141,3 @@ Repository ---------- * https://opendev.org/openstack/puppet-openstack_extras - -Versioning ----------- - -This module has been given version 5 to track the puppet-openstack modules. The -versioning for the puppet-openstack modules are as follows: - -``` -Puppet Module :: OpenStack Version :: OpenStack Codename -2.0.0 -> 2013.1.0 -> Grizzly -3.0.0 -> 2013.2.0 -> Havana -4.0.0 -> 2014.1.0 -> Icehouse -5.0.0 -> 2014.2.0 -> Juno -6.0.0 -> 2015.1.0 -> Kilo -```