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:
Johannes Erdfelt 2012-07-03 23:54:58 +00:00
parent ff5981b59b
commit 63ce7031d1
1 changed files with 1 additions and 1 deletions

View File

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