forked from chef/knife-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add snapshot id to snapshot listing and cpu and memory hot add enable…
…d option to vm find (chef#424) * Test * Revert Change * Add snapshot creation timestamp to snapshot listing to allow users to not only see the current tree of snapshots but to also view the snapshots creation timestamp. Also added option --snapshot-descr DESCR to allow users to add a description when creating a snapshot. Currently, the descripton field is hardcode to an empty string. * fixed 11 violations identified by Hound * fixed 2 violations identified by Hound * Fixed CHANGELOG to use GitHub account name and replaced double quotes around newline character with single quotes. * Refactored display_node method to output snapshot tree hierarchy in json and various other formats. Also added snapshot description to the snapshot info that is outputted. * fix issues identified by hound * fix more changes identified by hound * Fix code to use map when listing snapshots. Removed the shift statement in display_node method as it is no longer required as we are now storing the list of snapshots in a data structure. * fix issues identified by Hound * fix issues identified by Hound * add snapshot id to snapshot listing and cpu and memory hot add enabled to vm find command * Added the flags --cpu-hot-add-enabled and --memory-hot-add-enabled to the readme file
- Loading branch information
1 parent
42e8de9
commit de4ef52
Showing
4 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters