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:
parent
49ed27480e
commit
1b44c7d46d
@ -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 *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user