Add and remove tags from a server#61
Conversation
|
Hi @stefants thanks for the PR... could you please point to the documentation where's this method? I tried to find and couldn't. Thank you |
|
Hi @fernandes, I am following these docs: https://xapi-project.github.io/xen-api/classes/vm.html Thx! |
|
@stefants hey! 28 days... shame on me! sorry about taking so long on this! after the review we are good to merge 😎 thank you! 🙇 |
|
Hey @fernandes, thanks for your time, I'm glad to contribute! 😄 I've got some new stuff coming soon! |
|
@stefants great!
|
|
Hi @fernandes , I'm not sure I follow... what changes on review? I've also added some other methods to the |
|
@stefants Sorry for missing this out. Can i suggest one change? If you take a look here you will find out that we are using meta programming to make some methods call out of the box. This means that if you call this request @server.add_tag(tag)
@server.remove_tag(tag) |

Hello!
I'd like to add support to adding and removing tags from a VM. Please let me know if you have any questions!