# File lib/fog/rackspace/models/databases/instance.rb, line 68 def root_user_enabled? requires :identity service.check_root_user(identity).body['rootEnabled'] end