# File lib/fog/network/openstack/requests/get_quotas.rb, line 5
        def get_quotas
          request(
            :expects => 200,
            :method  => 'GET',
            :path    => "/quotas"
          )
        end