2018-08-31 17:26:19 +02:00
|
|
|
# == Class: openstacklib::params
|
|
|
|
#
|
|
|
|
# These parameters need to be accessed from several locations and
|
|
|
|
# should be considered to be constant
|
|
|
|
#
|
|
|
|
class openstacklib::params {
|
|
|
|
|
2019-01-17 21:47:46 +01:00
|
|
|
include ::openstacklib::defaults
|
|
|
|
$pyvers = $::openstacklib::defaults::pyvers
|
|
|
|
|
2018-10-05 19:25:44 +05:30
|
|
|
$openstackclient_package_name = "python${pyvers}-openstackclient"
|
2018-08-31 17:26:19 +02:00
|
|
|
}
|