python-tripleoclient/tripleoclient/tests/fixture_data
John Fulton 3f6f67c106 Remove cyclic import between export and utils
Because export imports utils and utils imports export
there is a cyclic import so pylint objects PEP8 R0401.

overcloud_deploy and overcloud_export need the function
export_overcloud which depends on export. The function
export_overcloud was added to utils for that import but
this created the cyclic import. To work around this,
redefine the export_overcloud function in export and
have overcloud_deploy and overcloud_export import it
from export, not utils. Then remove the utils import
of export.

Change-Id: I8bab41ee9af9729cd63ed7132928cfbc1770887a
2021-07-14 12:12:50 +00:00
..
__init__.py Add fixtures instead mock 2018-08-23 08:06:48 +02:00
deployment.py Remove cyclic import between export and utils 2021-07-14 12:12:50 +00:00