You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 16 Apr 2014 at 10:13
Original issue reported on code.google.com by
[email protected]
on 16 Apr 2014 at 10:13Attachments:
The text was updated successfully, but these errors were encountered: