Fix a module import failure
Running heat-api resulted in:
heat.common.exception.ImportFailure: Failed to import requested object/class:
'heat.api.v1.API'. Reason: No module named openstack.common
This commit is contained in:
@@ -22,7 +22,7 @@ import json
|
||||
from heat.common.client import BaseClient
|
||||
from heat.common import crypt
|
||||
from heat.common import config
|
||||
from openstack.common import cfg
|
||||
from heat.openstack.common import cfg
|
||||
|
||||
from heat.cloudformations import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user