@@ -55,8 +55,6 @@ def take_action(self, parsed_args):
5555
5656 volume_client .qos_specs .associate (qos_spec .id , volume_type .id )
5757
58- return
59-
6058
6159class CreateQos (show .ShowOne ):
6260 """Create new QoS specification"""
@@ -123,7 +121,6 @@ def take_action(self, parsed_args):
123121 for qos in parsed_args .qos_specs :
124122 qos_spec = utils .find_resource (volume_client .qos_specs , qos )
125123 volume_client .qos_specs .delete (qos_spec .id )
126- return
127124
128125
129126class DisassociateQos (command .Command ):
@@ -166,8 +163,6 @@ def take_action(self, parsed_args):
166163 elif parsed_args .all :
167164 volume_client .qos_specs .disassociate_all (qos_spec .id )
168165
169- return
170-
171166
172167class ListQos (lister .Lister ):
173168 """List QoS specifications"""
@@ -230,8 +225,6 @@ def take_action(self, parsed_args):
230225 else :
231226 self .app .log .error ("No changes requested\n " )
232227
233- return
234-
235228
236229class ShowQos (show .ShowOne ):
237230 """Display QoS specification details"""
@@ -298,5 +291,3 @@ def take_action(self, parsed_args):
298291 parsed_args .property )
299292 else :
300293 self .app .log .error ("No changes requested\n " )
301-
302- return
0 commit comments