コード例 #1
0
 def take_action(self, parsed_args):
     client = self.app.client_manager.neutronclient
     id = common.find_sfc_resource(client, resource,
                                   parsed_args.port_pair_group)
     common.delete_sfc_resource(client, resource, id)
コード例 #2
0
 def take_action(self, parsed_args):
     client = self.app.client_manager.neutronclient
     id = common.find_sfc_resource(self, client, resource,
                                   parsed_args.flow_classifier)
     common.delete_sfc_resource(self, client, resource, id)
コード例 #3
0
 def take_action(self, parsed_args):
     client = self.app.client_manager.neutronclient
     id = common.find_sfc_resource(client, resource,
                                   parsed_args.flow_classifier)
     common.delete_sfc_resource(client, resource, id)
コード例 #4
0
 def take_action(self, parsed_args):
     client = self.app.client_manager.neutronclient
     id = common.find_sfc_resource(self, client, resource,
                                   parsed_args.port_pair_group)
     common.delete_sfc_resource(self, client, resource, id)