# File lib/fog/brightbox/models/compute/database_server.rb, line 88
        def reset_password
          requires :identity
          merge_attributes(service.reset_password_database_server(identity))
          true
        end