Fix resource_id retrieval

Remove a method which we dont need to override else
the resource ID of a resource in the stack is not being
retrieved correctly.

Change-Id: I355a5c0ec1b789337fa63c6c5549b9eaa7427c1b
This commit is contained in:
Sumit Naiksatam 2017-03-23 18:40:11 -07:00
parent 0fc094b7ac
commit 711f40b41c
1 changed files with 0 additions and 3 deletions

View File

@ -137,9 +137,6 @@ class GBPResource(resource.Resource):
self.client_plugin().ignore_not_found(ex)
return
def FnGetRefId(self):
return unicode(self.resource_id)
def _delete_task(self):
delete_task = scheduler.TaskRunner(self._confirm_delete)
delete_task.start()