[virt-tools-list] [virt-manager PATCH] cli: Add --keywrap cipher[0-9]*.name=aes|des, cipher[0-9]*.state=on|off

Cole Robinson crobinso at redhat.com
Tue Jul 23 21:00:07 UTC 2019


On 7/21/19 9:37 AM, Athina Plaskasoviti wrote:
> XML Mapping:
> 
> <domain>
> ...
>   <keywrap>
>     <cipher name="X" state="X"/>
>   </keywrap>
> ...
> </domain>
> 
> Signed-off-by: Athina Plaskasoviti <athina.plaskasoviti at gmail.com>
> ---
>  .../virt-install-singleton-config-2.xml       |  6 +++++
>  tests/clitest.py                              |  1 +
>  virtinst/cli.py                               | 27 +++++++++++++++++++
>  virtinst/domain/__init__.py                   |  1 +
>  virtinst/domain/keywrap.py                    | 19 +++++++++++++
>  virtinst/guest.py                             |  3 ++-
>  6 files changed, 56 insertions(+), 1 deletion(-)
>  create mode 100644 virtinst/domain/keywrap.py
> 

Reviewed-by: Cole Robinson <crobinso at redhat.com>

And pushed now

Thanks,
Cole




More information about the virt-tools-list mailing list