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:
ironic_python_agent
@ -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
|
||||
|
Reference in New Issue
Block a user