Fix missing nova.log change to nova.openstack.common.log
This appears to have slipped through the cracks in the recent move from nova.log to nova.openstack.common.log Change-Id: I4935c6e1ba0681a31c081b580f1afecc676c5697
This commit is contained in:
@@ -30,8 +30,8 @@ import websockify
|
||||
|
||||
from nova import context
|
||||
from nova import flags
|
||||
from nova import log as logging
|
||||
from nova.openstack.common import cfg
|
||||
from nova.openstack.common import log as logging
|
||||
from nova import rpc
|
||||
from nova import utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user