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:
Nikolay Starodubtsev 2015-08-07 16:39:53 +03:00
parent 96a2d30ccb
commit 65301e5a40
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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):