Method: Fog::OpenStack.get_supported_microversion

Defined in:
lib/fog/openstack.rb

.get_supported_microversion(supported_versions, uri, auth_token, connection_options = {}) ⇒ Object



89
90
91
92
# File 'lib/fog/openstack.rb', line 89

def self.get_supported_microversion(supported_versions, uri, auth_token, connection_options = {})
  supported_version = get_version(supported_versions, uri, auth_token, connection_options)
  supported_version['version'] if supported_version
end