# File lib/fog/dns/openstack/v1.rb, line 119 def set_api_path # version explicitly set to allow usage also in 'DEPRECATED' mitaka version, # where f.i. quota modification was not possible at the time of creation @path = '/v1' unless @path =~ /v1/ end