# File lib/fog/container_infra/openstack/requests/get_bay_model.rb, line 5
        def get_bay_model(uuid_or_name)
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "baymodels/#{uuid_or_name}"
          )
        end