Object
# File lib/vagrant-openstack-provider/client/openstack.rb, line 20 def initialize @token = nil @project_id = nil @endpoints = {} end
# File lib/vagrant-openstack-provider/client/openstack.rb, line 26 def reset initialize end