Method: Fog::SharedFileSystem::OpenStack::Real#set_api_path
- Defined in:
- lib/fog/shared_file_system/openstack.rb
#set_api_path ⇒ Object
374 375 376 377 378 379 380 381 |
# File 'lib/fog/shared_file_system/openstack.rb', line 374 def set_api_path unless @path.match(@supported_versions) @path = Fog::OpenStack.get_supported_version_path(@supported_versions, @openstack_management_uri, @auth_token, @connection_options) end end |