Merge "Add uri_segment to NsxLibTrustManagement class" into stable/ussuri

This commit is contained in:
Zuul 2020-06-29 06:15:14 +00:00 committed by Gerrit Code Review
commit 2ab81ae294
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ USER_GROUP_TYPES = [
class NsxLibTrustManagement(utils.NsxLibApiBase):
@property
def uri_segment(self):
return CERT_SECTION
def create_cert_list(self, cert_pem, private_key=None, passphrase=None,
tags=None):
resource = CERT_SECTION + '?action=import'