3f6f67c106
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 |
||
---|---|---|
.. | ||
__init__.py | ||
deployment.py |