]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: remove <auth> from secret XML format
authorJán Tomko <jtomko@redhat.com>
Fri, 14 Feb 2014 14:37:06 +0000 (15:37 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 14 Feb 2014 15:47:14 +0000 (16:47 +0100)
This belongs to the pool definition.

docs/formatsecret.html.in

index 651f722f8a015ae2e8a1bce119aa264a5207c5bb..599cb38bd144ec161dccbf8da860535f86f5c46c 100644 (file)
     <pre>
       &lt;secret ephemeral='no' private='yes'&gt;
          &lt;description&gt;CEPH passphrase example&lt;/description&gt;
-         &lt;auth type='ceph' username='myname'/&gt;
          &lt;usage type='ceph'&gt;
             &lt;name&gt;ceph_example&lt;/name&gt;
          &lt;/usage&gt;
     <pre>
       &lt;secret ephemeral='no' private='yes'&gt;
          &lt;description&gt;Passphrase for the iSCSI example.com server&lt;/description&gt;
-         &lt;auth type='chap' username='myname'/&gt;
          &lt;usage type='iscsi'&gt;
             &lt;target&gt;libvirtiscsi&lt;/target&gt;
          &lt;/usage&gt;