use oslo_config replace oslo.config

oslo.conifg 1.6.0 has moved its namespace from old
oslo.config to oslo_config

requirements has updated to oslo.conifg 1.6.0

Change-Id: I16b8dc680f8a7697b7fbbd888f5162d924b4c0fe
This commit is contained in:
jiangfei 2015-02-07 14:08:23 +08:00
parent 877f66826c
commit 7d1cc976cd
2 changed files with 2 additions and 2 deletions
ironic_python_agent

@ -15,8 +15,8 @@
import glob
import os
from oslo.config import cfg
from oslo_concurrency import processutils
from oslo_config import cfg
from ironic_python_agent import agent
from ironic_python_agent import errors

@ -20,7 +20,7 @@ import socket
import struct
import sys
from oslo.config import cfg
from oslo_config import cfg
LOG = logging.getLogger(__name__)
CONF = cfg.CONF