# File lib/fog/identity/openstack/v2/models/tenant.rb, line 44
          def create
            requires :name
            merge_attributes(
              service.create_tenant(attributes).body['tenant']
            )
            self
          end