summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/volume/v1/qos_specs.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/openstackclient/volume/v1/qos_specs.py b/openstackclient/volume/v1/qos_specs.py
index 74429481..eacb9706 100644
--- a/openstackclient/volume/v1/qos_specs.py
+++ b/openstackclient/volume/v1/qos_specs.py
@@ -175,10 +175,6 @@ class ListQos(lister.Lister):
log = logging.getLogger(__name__ + '.ListQos')
- def get_parser(self, prog_name):
- parser = super(ListQos, self).get_parser(prog_name)
- return parser
-
def take_action(self, parsed_args):
self.log.debug('take_action(%s)', parsed_args)
volume_client = self.app.client_manager.volume