• O
    conf: Requires either uuid or usage of secret · 9b8ee6d0
    Osier Yang 提交于
    As the RNG schema for disk auth secret implies, it requires either
    "uuid" or "usage":
    
      <define name='diskAuthSecret'>
        <element name='secret'>
          <attribute name='type'>
            <choice>
              <value>ceph</value>
              <value>iscsi</value>
            </choice>
          </attribute>
          <choice>
            <attribute name='uuid'>
              <ref name="UUID"/>
            </attribute>
            <attribute name='usage'>
              <ref name='genericName'/>
            </attribute>
          </choice>
        </element>
      </define>
    9b8ee6d0
domain_conf.c 567.7 KB