masakari/masakari/cmd
dineshbhor ddb0249b23 Fix module has no attribute 'parse_args'
Change: I469d4b6df49ad3489722feae0b795c20a6a3913b has added support
of deploying masakari with uwsgi. In this change the import in
masakari/cmd/api.py module is changed from *from masakari import
config* to *from masakari import config as api_config* but the
respective occurence of its use is not replaced with the new
module name i.e., api_config.

This patch fixes this issue by correcting the module name from
*config* to *api_config*.

Change-Id: Ib385a3599f2aafe5092f714fd5b761051c099069
Closes-Bug: #1774300
2018-05-30 17:57:16 -07:00
..
__init__.py Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
api.py Fix module has no attribute 'parse_args' 2018-05-30 17:57:16 -07:00
engine.py Add masakari-engine support 2016-10-05 14:53:26 +05:30
manage.py Add db purge support 2018-04-18 13:03:06 +05:30