This patch adds 3 new public methods for renaming VM snapshots similar to
delete_* methods:
>>> vm.rename_current_snapshot(new_name='snap A', new_description='This is snap
A')
>>> vm.rename_named_snapshot('snap A', new_description='New descr for snap A')
>>> vm.rename_snapshot_by_path('/snap A/snap B', new_name='snap C')
Original issue reported on code.google.com by gento...@gmail.com on 16 Apr 2014 at 10:13
Original issue reported on code.google.com by
gento...@gmail.com
on 16 Apr 2014 at 10:13Attachments: