Convert all class usage to relative names
Change-Id: I842f2fffc2360ab199596db3fbd2b63441d6d6b4
This commit is contained in:
parent
0e212e8257
commit
00e3785f1f
@ -9,4 +9,4 @@
|
||||
# Learn more about module testing here:
|
||||
# https://puppet.com/docs/puppet/latest/bgtm.html#testing-your-module
|
||||
#
|
||||
include ::oslo
|
||||
include oslo
|
||||
|
@ -134,7 +134,7 @@ define oslo::cache(
|
||||
$manage_backend_package = true,
|
||||
){
|
||||
|
||||
include ::oslo::params
|
||||
include oslo::params
|
||||
|
||||
if !is_service_default($backend_argument) {
|
||||
$backend_argument_orig = join(any2array($backend_argument), ',')
|
||||
|
@ -140,7 +140,7 @@ define oslo::db(
|
||||
$idle_timeout = $::os_service_default,
|
||||
) {
|
||||
|
||||
include ::oslo::params
|
||||
include oslo::params
|
||||
|
||||
if !is_service_default($connection) {
|
||||
|
||||
|
@ -9,6 +9,6 @@
|
||||
#
|
||||
class oslo {
|
||||
|
||||
include ::oslo::params
|
||||
include oslo::params
|
||||
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Parameters for puppet-oslo
|
||||
#
|
||||
class oslo::params {
|
||||
include ::openstacklib::defaults
|
||||
include openstacklib::defaults
|
||||
$pyvers = $::openstacklib::defaults::pyvers
|
||||
|
||||
$pymongo_package_name = "python${pyvers}-pymongo"
|
||||
|
Loading…
Reference in New Issue
Block a user