[libvirt] [libvirt-python PATCH] Clarify description for virNodeGetSecurityModel

Ján Tomko jtomko at redhat.com
Thu Mar 5 15:14:42 UTC 2015


s/host/hypervisor/ to match the wording used by the C binding.

https://bugzilla.redhat.com/show_bug.cgi?id=1198518
---
 libvirt-override-api.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Pushed as trivial.

diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml
index 439cb40..144479c 100644
--- a/libvirt-override-api.xml
+++ b/libvirt-override-api.xml
@@ -105,7 +105,7 @@
       <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
     </function>
     <function name='virNodeGetSecurityModel' file='python'>
-      <info>Extract information about the host security model</info>
+      <info>Extract information about the hypervisor security model</info>
       <return type='char *' info='the list of information or None in case of error'/>
       <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
     </function>
-- 
2.0.5




More information about the libvir-list mailing list