Merge "Add File.expand_path to cinder.rb"

This commit is contained in:
Zuul 2018-12-06 19:20:37 +00:00 committed by Gerrit Code Review
commit 3dea19f0c0
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
File.expand_path('../../../../openstacklib/lib', File.dirname(__FILE__)).tap { |dir| $LOAD_PATH.unshift(dir) unless $LOAD_PATH.include?(dir) }
require 'puppet/util/inifile'
require 'puppet/provider/openstack'
require 'puppet/provider/openstack/auth'