summaryrefslogtreecommitdiff
path: root/generator.py
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2020-11-19 17:30:14 +0100
committerMichal Privoznik <mprivozn@redhat.com>2020-11-19 18:12:33 +0100
commit767bf23ba64d82d6e1e53fd70208d010d8bf31d8 (patch)
treef7e56040702f77594088739d9c78d9e4678729cc /generator.py
parent417b39049ef01a39fd7789f6f1eb861d6893075f (diff)
downloadlibvirt-python-767bf23ba64d82d6e1e53fd70208d010d8bf31d8.tar.gz
Implement virDomainAuthorizedSSHKeys{Get,Set}
Both APIs work with string lists (the getter returns it, the setter gets keys to set from it) -> represent that as a python list. The rest is kept as is in C. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 43183b4..6dd1430 100755
--- a/generator.py
+++ b/generator.py
@@ -477,6 +477,8 @@ skip_impl = {
'virNetworkPortGetParameters',
'virNetworkPortSetParameters',
'virDomainGetGuestInfo',
+ 'virDomainAuthorizedSSHKeysGet',
+ 'virDomainAuthorizedSSHKeysSet',
}
lxc_skip_impl = {