From: Kristina Hanicova Date: Thu, 26 Aug 2021 16:03:40 +0000 (+0200) Subject: NEWS: Document new '--validate' option for virsh define commands X-Git-Tag: v7.7.0-rc2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23dc1f43d13e0046d55e742ba4772feec14f5e37;p=thirdparty%2Flibvirt.git NEWS: Document new '--validate' option for virsh define commands Signed-off-by: Kristina Hanicova Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 21df0e1602..b9edb7dc68 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -19,6 +19,20 @@ v7.7.0 (unreleased) * **Improvements** + * virsh: Allow XML validation for define of: storage pool, network, secret, + nwfilter, interface + + * Add flag ``VIR_STORAGE_POOL_DEFINE_VALIDATE`` to validate storage pool + input xml. For virsh, users can use it as ``virsh pool-define --validate``. + * Add flag ``VIR_NETWORK_DEFINE_VALIDATE`` to validate network input xml. For + virsh, users can use it as ``net-define --validate``. + * Add flag ``VIR_SECRET_DEFINE_VALIDATE`` to validate secret input xml. For + virsh, users can use it as ``secret-define --validate``. + * Add flag ``VIR_NWFILTER_DEFINE_VALIDATE`` to validate nwfilter input xml. + For virsh, users can use it as ``nwfilter-define --validate``. + * Add flag ``VIR_INTERFACE_DEFINE_VALIDATE`` to validate interface input xml. + For virsh, users can use it as ``iface-define --validate``. + * **Bug fixes**