Fix osprofiler breakage for admin utils

Ensure that the opts file is imported

Change-Id: I94163e5e7f7a817b755d31b0ca66b6f808b96c0d
This commit is contained in:
Gary Kotton 2016-10-31 22:08:18 -07:00 committed by garyk
parent 03ba194480
commit 136cd76276

View File

@ -18,6 +18,7 @@ import sys
from vmware_nsx._i18n import _LI, _
from neutron.callbacks import registry
from neutron.common import profiler # noqa
from vmware_nsx.shell import resources as nsxadmin
LOG = logging.getLogger(__name__)