File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414"""OpenStackConfig subclass for argument compatibility"""
1515
16- import logging
17-
1816from os_client_config import exceptions as occ_exceptions
1917from osc_lib .cli import client_config
2018
2119
22- LOG = logging .getLogger (__name__ )
23-
24-
2520# Sublcass OpenStackConfig in order to munge config values
2621# before auth plugins are loaded
2722class OSC_Config (client_config .OSC_Config ):
Original file line number Diff line number Diff line change 1414# under the License.
1515
1616import itertools
17- import logging
1817import six
1918
2019from osc_lib .command import command
2524from openstackclient .network import sdk_utils
2625
2726
28- LOG = logging .getLogger (__name__ )
29-
3027RULE_TYPE_BANDWIDTH_LIMIT = 'bandwidth-limit'
3128RULE_TYPE_DSCP_MARKING = 'dscp-marking'
3229RULE_TYPE_MINIMUM_BANDWIDTH = 'minimum-bandwidth'
Original file line number Diff line number Diff line change 1313# License for the specific language governing permissions and limitations
1414# under the License.
1515
16- import logging
17-
1816from osc_lib .command import command
1917from osc_lib import utils
2018
2119from openstackclient .i18n import _
2220
2321
24- LOG = logging .getLogger (__name__ )
25-
26-
2722class ListNetworkQosRuleType (command .Lister ):
2823 _description = _ ("List QoS rule types" )
2924
You can’t perform that action at this time.
0 commit comments