vmware-archive / vcd-cli

Command Line Interface for VMware vCloud Director
https://vmware.github.io/vcd-cli
Other
166 stars 105 forks source link

VP-2080: [VcdCLI] CUstomize at Next Power ON #444

Closed pandeys closed 5 years ago

pandeys commented 5 years ago

[VcdCLI] CUstomize at Next Power ON

This CLN contains VM functionality customize at next power on. It can be called from command line as :

vcd vm customize-on-next-poweron vapp1 vm1

Testing Done: Test case is not included because corresponding API returns 204 no content.Manual testing done. In VCD host, guest customization logs tested manually while powering on the VM.


This change is Reviewable

kkkothari commented 5 years ago
:lgtm:
kkkothari commented 5 years ago

vcd_cli/vm.py, line 790 at r1 (raw file):


@vm.command('customize-on-next-poweron', short_help='customize on '
                                                    'next power on of VM')

Please write test