Remove unused logging
Change-Id: I70f043e92450693b3c18ce5c25da68f12d77121b
This commit is contained in:
parent
aba14a4ccd
commit
829a337438
@ -12,7 +12,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import logging
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
@ -26,9 +25,6 @@ from horizon import tables
|
|||||||
from neutron_lbaas_dashboard import api
|
from neutron_lbaas_dashboard import api
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class TerminateLoadBalancer(tables.BatchAction):
|
class TerminateLoadBalancer(tables.BatchAction):
|
||||||
name = "terminate"
|
name = "terminate"
|
||||||
action_present = _("Terminate")
|
action_present = _("Terminate")
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import logging
|
|
||||||
|
|
||||||
from django.utils.translation import ugettext_lazy as _
|
from django.utils.translation import ugettext_lazy as _
|
||||||
from horizon import exceptions
|
from horizon import exceptions
|
||||||
@ -23,7 +22,6 @@ from openstack_dashboard.api import nova
|
|||||||
|
|
||||||
from neutron_lbaas_dashboard import api
|
from neutron_lbaas_dashboard import api
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
__create_new__ = "Create New"
|
__create_new__ = "Create New"
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ from django.utils.translation import ugettext as _
|
|||||||
from neutron_lbaas_dashboard import api
|
from neutron_lbaas_dashboard import api
|
||||||
from create_lb import * # noqa
|
from create_lb import * # noqa
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
INDEX_URL = "horizon:projects:loadbalancersv2:index"
|
INDEX_URL = "horizon:projects:loadbalancersv2:index"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user