Get rid of the $pyvers variable

Since everyone has switched to Python3, it's time for the removal of the
$pyvers variable.

Change-Id: Ia4f93833bba9a11ba74e5d2000cee1a2a88f4162
This commit is contained in:
Thomas Goirand 2021-06-09 16:18:54 +02:00
parent 9d739c86e0
commit ab2f1456a8

View File

@ -7,7 +7,6 @@ class {{cookiecutter.project_name}}::params {
include {{cookiecutter.project_name}}::deps
include openstacklib::defaults
$pyvers = $::openstacklib::defaults::pyvers
$group = '{{cookiecutter.project_name}}'
case $::osfamily {