Tim Rupp
b07aa990c9
Adding fixups based on abadger's comments
...
Using ABCs, and reducing code
2017-02-23 16:55:11 -08:00
Tim Rupp
6a4324ee99
[network] fix imported name in F5 module_utils ( #21733 )
...
Whoops. not called that.
2017-02-21 16:40:23 -05:00
Tim Rupp
96bdb01888
Adds the txcontent manager import for bigip ( #21700 )
...
as it is used by some modules and it should be part
of the regular imports
2017-02-21 10:39:54 +00:00
Tim Rupp
f37bc92924
Adds required_one_of to f5 utils class ( #21650 )
2017-02-20 16:01:31 +00:00
Tim Rupp
ff2affd11a
Fixes name ( #21610 )
...
The named implied the reverse of how I was actually creating the
dictionary, so correct that.
2017-02-18 08:06:21 +00:00
Tim Rupp
7869b543fa
Changes attribute to be public ( #21490 )
...
eom
2017-02-15 22:48:31 +00:00
Tim Rupp
2a9778e320
Change the f5 modules to use f5_utils file ( #21466 )
...
The f5 module utils were using a file name that appeared to
conflict with the f5 python SDK's namespace. This patch just changes
the name of the included class to be f5_utils to avoid the issue
of namespace collisions
2017-02-15 16:51:13 +00:00