Fix minor typos in murano example plugin
While switching from murano.common.config to oslo_config some entries were missed. This patch fixes it. Change-Id: I13998aa60b424cc314c4af77bfbac808d29023f1
This commit is contained in:
parent
96a2d30ccb
commit
65301e5a40
@ -17,9 +17,10 @@ import json
|
||||
|
||||
import cfg
|
||||
import glanceclient
|
||||
from oslo_config import cfg as config
|
||||
from oslo_log import log as logging
|
||||
|
||||
from murano.common import config
|
||||
|
||||
import murano.dsl.helpers as helpers
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
|
||||
|
||||
def init_config(conf):
|
||||
|
Loading…
Reference in New Issue
Block a user