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
This commit is contained in:
Tim Rupp 2017-02-15 08:51:13 -08:00 committed by John R Barker
parent 21d993a4b8
commit 2a9778e320
26 changed files with 167 additions and 67 deletions

View file

@ -46,7 +46,8 @@
/lib/ansible/module_utils/vmware.py
/lib/ansible/module_utils/netconf.py
/lib/ansible/module_utils/junos.py
/lib/ansible/module_utils/f5.py
/lib/ansible/module_utils/f5_utils.py
/lib/ansible/module_utils/f5_cli.py
/lib/ansible/parsing/
/lib/ansible/playbook/
/lib/ansible/plugins/