Merge "Add missing '_LE' import in trove/cmd/guest.py" into stable/mitaka

This commit is contained in:
Jenkins 2016-09-12 20:34:54 +00:00 committed by Gerrit Code Review
commit 77cb8a9cf5
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ from oslo_service import service as openstack_service
from trove.common import cfg
from trove.common import debug_utils
from trove.common.i18n import _LE
CONF = cfg.CONF
# The guest_id opt definition must match the one in common/cfg.py