# File lib/fog/identity/openstack/v3/models/policy.rb, line 32
          def create
            requires :blob, :type
            merge_attributes(
              service.create_policy(attributes).body['policy']
            )
            self
          end