# File lib/deltacloud/drivers/condor/condor_driver.rb, line 68
        def realms(credentials, opts={})
          [
            Realm::new(
              :id => 'default',
              :name => 'Default Condor Realm',
              :limit => :unlimited,
              :state => 'AVAILABLE'
            )
          ]
        end