Adds the txcontent manager import for bigip (#21700)
as it is used by some modules and it should be part of the regular imports
This commit is contained in:
parent
b0c6ebf3fc
commit
96bdb01888
1 changed files with 3 additions and 0 deletions
|
@ -142,7 +142,10 @@ def fq_list_names(partition,list_names):
|
|||
|
||||
try:
|
||||
from f5.bigip import ManagementRoot as BigIpMgmt
|
||||
from f5.bigip.contexts import BigIpTxContext
|
||||
|
||||
from f5.bigiq import ManagementRoot as BigIqMgmt
|
||||
|
||||
from f5.iworkflow import ManagementRoot as iWorkflowMgmt
|
||||
from icontrol.session import iControlUnexpectedHTTPError
|
||||
HAS_F5SDK = True
|
||||
|
|
Loading…
Reference in a new issue