Merge "Remove unused imported marker functions"
This commit is contained in:
commit
921e3f7534
@ -28,7 +28,6 @@ from glance import i18n
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LE = i18n._LE
|
||||
_LI = i18n._LI
|
||||
_LW = i18n._LW
|
||||
CONF = cfg.CONF
|
||||
|
||||
|
@ -42,7 +42,6 @@ import glance.registry.client.v1.api as registry
|
||||
LOG = logging.getLogger(__name__)
|
||||
_LI = i18n._LI
|
||||
_LE = i18n._LE
|
||||
_LW = i18n._LW
|
||||
|
||||
PATTERNS = {
|
||||
('v1', 'GET'): re.compile(r'^/v1/images/([^\/]+)$'),
|
||||
|
@ -37,8 +37,6 @@ DEFAULT_RULES = policy.Rules.from_dict({
|
||||
})
|
||||
|
||||
_ = i18n._
|
||||
_LI = i18n._LI
|
||||
_LW = i18n._LW
|
||||
|
||||
|
||||
class Enforcer(policy.Enforcer):
|
||||
|
@ -31,7 +31,6 @@ LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LE = i18n._LE
|
||||
_LI = i18n._LI
|
||||
_LW = i18n._LW
|
||||
|
||||
|
||||
def initiate_deletion(req, location_data, id):
|
||||
|
@ -41,8 +41,6 @@ import glance.schema
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LE = i18n._LE
|
||||
_LW = i18n._LW
|
||||
_LI = i18n._LI
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
|
@ -35,8 +35,6 @@ import glance.schema
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LE = i18n._LE
|
||||
_LI = i18n._LI
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
|
@ -35,8 +35,6 @@ import glance.schema
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LE = i18n._LE
|
||||
_LI = i18n._LI
|
||||
|
||||
|
||||
class NamespacePropertiesController(object):
|
||||
|
@ -35,8 +35,6 @@ import glance.schema
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LE = i18n._LE
|
||||
_LI = i18n._LI
|
||||
|
||||
|
||||
class ResourceTypeController(object):
|
||||
|
@ -25,7 +25,6 @@ from glance import i18n
|
||||
|
||||
|
||||
_LE = i18n._LE
|
||||
_LI = i18n._LI
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
@ -56,7 +56,6 @@ from glance import i18n
|
||||
CONF = cfg.CONF
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LW = i18n._LW
|
||||
|
||||
|
||||
# Decorators for actions
|
||||
|
@ -56,7 +56,6 @@ BASE = models.BASE
|
||||
sa_logger = None
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LI = i18n._LI
|
||||
_LW = i18n._LW
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@ from glance import i18n
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LW = i18n._LW
|
||||
|
||||
|
||||
def _is_namespace_visible(context, namespace, status=None):
|
||||
|
@ -26,7 +26,6 @@ from glance import i18n
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LW = i18n._LW
|
||||
|
||||
|
||||
def _get(context, object_id, session):
|
||||
|
@ -26,7 +26,6 @@ from glance import i18n
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
_LW = i18n._LW
|
||||
|
||||
|
||||
def _get(context, property_id, session):
|
||||
|
@ -29,7 +29,6 @@ from glance.registry.api.v1 import images
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
_LE = i18n._LE
|
||||
_LI = i18n._LI
|
||||
|
||||
|
||||
class RegistryClient(BaseClient):
|
||||
|
Loading…
Reference in New Issue
Block a user