# File lib/fog/identity/openstack/v3/models/role.rb, line 31
          def create
            merge_attributes(
              service.create_role(attributes).body['role']
            )
            self
          end