Files
python-tripleoclient/tripleoclient
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
..
2021-07-04 00:22:00 +09:00
2016-10-08 00:28:43 +00:00