Skip to content

Commit

Permalink
Merge pull request #6 from lachlan-ibm/development
Browse files Browse the repository at this point in the history
rename variable
  • Loading branch information
lachlan-ibm authored Jul 28, 2024
2 parents 75de8ae + 7102c80 commit a43b67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyisva/core/systemsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SystemSettings(object):
:var fips: Manage the :ref:`fips <FIPS>` settings for Verify Access appliances.
:var mgmt_authentication: Manage the :ref:`authentication <Management Authentication>` to the management interface.
:var mgmt_authorization: Manage :ref:`authorization <Management Authorization>` to the management interface.
:var container_management: Manage :ref:`containers <Container Management>` deployed to a Verify Access appliance.
:var container_mgmt: Manage :ref:`containers <Container Management>` deployed to a Verify Access appliance.
'''

Expand Down Expand Up @@ -206,7 +206,7 @@ class SystemSettings10070(SystemSettings10060):

def __init__(self, base_url, username, password):
super(SystemSettings10070, self).__init__(base_url, username, password)
self.container_management = ContainerManagement(base_url, username, password)
self.container_mgmt = ContainerManagement(base_url, username, password)

class SystemSettings10080(SystemSettings10070):

Expand Down

0 comments on commit a43b67c

Please sign in to comment.