Remove nova.flags
Now that options have all moved from nova.flags to nova.config, we can safely remove the nova.flags imports and replace them with nova.config imports. Change-Id: Ic077a72dd6419bbf1e1babe71acfa43c4e8b55c8
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
from lxml import etree
|
||||
|
||||
from nova import config
|
||||
from nova import flags
|
||||
from nova import test
|
||||
from nova import utils
|
||||
from nova.virt.libvirt import config as vconfig
|
||||
|
||||
Reference in New Issue
Block a user