From 36613f9f53435ac9f3fb8badfa8ecb82e71b9fad Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sun, 28 Jun 2015 23:43:39 -0400 Subject: No need for get_parser on QoS list There are no arguments so there's no need to define the get_parser function. Change-Id: Icfa8accf6dbb7f8d1a0472926403b405da3cc611 --- openstackclient/volume/v1/qos_specs.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openstackclient') 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 -- cgit v1.2.1