# File lib/fog/planning/openstack.rb, line 121
        def set_api_path
          unless @path.match(SUPPORTED_VERSIONS)
            @path = "/v2"
          end
        end