# File lib/fog/openstack/models/identity/tenant.rb, line 46
        def create
          merge_attributes(
            connection.create_tenant(attributes).body['tenant'])
          self
        end