# File lib/fog/container_infra/openstack/requests/list_bays.rb, line 5
        def list_bays
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "bays/detail"
          )
        end