mirror of https://gitee.com/openkylin/libvirt.git
rng: Only one secret is in vol instead of zero or more
Referring to commit fab2e49d
, it should be one and only secret for encryption.
Signed-off-by: Han Han <hhan@redhat.com>
This commit is contained in:
parent
a15fe1247d
commit
b7378a6d29
|
@ -24,9 +24,7 @@
|
|||
</choice>
|
||||
</attribute>
|
||||
<interleave>
|
||||
<zeroOrMore>
|
||||
<ref name='secret'/>
|
||||
</zeroOrMore>
|
||||
<ref name='secret'/>
|
||||
<optional>
|
||||
<element name='cipher'>
|
||||
<ref name='keycipher'/>
|
||||
|
|
Loading…
Reference in New Issue