Remove unused logging import
Change-Id: I9edf4075ffea2e8d42283bd654b74cd4ab4a3638
This commit is contained in:
parent
98d5641ac5
commit
1e3faf9f64
@ -13,15 +13,10 @@
|
||||
|
||||
"""OpenStackConfig subclass for argument compatibility"""
|
||||
|
||||
import logging
|
||||
|
||||
from os_client_config import exceptions as occ_exceptions
|
||||
from osc_lib.cli import client_config
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# Sublcass OpenStackConfig in order to munge config values
|
||||
# before auth plugins are loaded
|
||||
class OSC_Config(client_config.OSC_Config):
|
||||
|
@ -14,7 +14,6 @@
|
||||
# under the License.
|
||||
|
||||
import itertools
|
||||
import logging
|
||||
import six
|
||||
|
||||
from osc_lib.command import command
|
||||
@ -25,8 +24,6 @@ from openstackclient.i18n import _
|
||||
from openstackclient.network import sdk_utils
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
RULE_TYPE_BANDWIDTH_LIMIT = 'bandwidth-limit'
|
||||
RULE_TYPE_DSCP_MARKING = 'dscp-marking'
|
||||
RULE_TYPE_MINIMUM_BANDWIDTH = 'minimum-bandwidth'
|
||||
|
@ -13,17 +13,12 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import logging
|
||||
|
||||
from osc_lib.command import command
|
||||
from osc_lib import utils
|
||||
|
||||
from openstackclient.i18n import _
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ListNetworkQosRuleType(command.Lister):
|
||||
_description = _("List QoS rule types")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user