Method: Puppet::Provider::Openstack#authenticate_request

Defined in:
lib/puppet/provider/openstack.rb

#authenticate_request(service, action, *args) ⇒ Object



103
104
105
# File 'lib/puppet/provider/openstack.rb', line 103

def authenticate_request(service, action, *args)
  self.class.authenticate_request(service, action, *args)
end