Fixes variable usage for api reconnect method. (#26553)
This commit is contained in:
parent
9604a71568
commit
c0fc79647a
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class AnsibleF5Client(object):
|
|||
:return:
|
||||
:raises iControlUnexpectedHTTPError
|
||||
"""
|
||||
self.client.api = self._get_mgmt_root(
|
||||
self.api = self._get_mgmt_root(
|
||||
self.f5_product_name, **self._connect_params
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue