2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-27 21:53:39 +00:00

add custom attribute support

This commit is contained in:
Pranathi Locula
2021-10-18 13:26:08 -04:00
committed by arp102
parent 8a2289c9bd
commit 19a901d0be
2 changed files with 9 additions and 4 deletions

View File

@@ -565,7 +565,6 @@ class ProxyKmipClient(object):
template = cobjects.TemplateAttribute(attributes=object_attributes)
object_type = managed_object.object_type
# Register the managed object and handle the results
secret = self.object_factory.convert(managed_object)
result = self.proxy.register(object_type, template, secret)