Skip to content

Commit 03bcba7

Browse files
authored
Fix 'ProxmoxStorage' object has no attribute 'master_pubkey'
1 parent 269273a commit 03bcba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/proxmox_storage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def __init__(self, module):
204204
# Remaining PVE API arguments (depending on type) past this point
205205
self.datastore = module.params['datastore']
206206
self.encryption_key = module.params['encryption_key']
207+
self.master_pubkey = module.params['master_pubkey']
207208
self.fingerprint = module.params['fingerprint']
208209
self.password = module.params['password']
209210
self.path = module.params['path']

0 commit comments

Comments
 (0)