Skip to content
Snippets Groups Projects
Commit f6f91001 authored by Iustin Pop's avatar Iustin Pop
Browse files

cleanup: rapi v2 instance tags wrong attribute

This was changed in the past, but it seems this class was forgotten.

Reviewed-by: amishchenko
parent 3f3dfc15
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@ class R_2_instances_name_tags(baserlib.R_Generic):
"""
return baserlib._Tags_PUT(constants.TAG_INSTANCE,
self.post_data, name=self.items[0])
self.req.request_post_data, name=self.items[0])
def DELETE(self):
"""Delete a tag.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment