Commit Graph

16 Commits (7325d6a8ef43e5dee9bbffab71ebfa4323895ab8)

Author SHA1 Message Date
Tom Paine 7325d6a8ef Update vsphere_guest.py
Remove redundant description.
11 years ago
Tom Paine 0ec4c43931 Update vsphere_guest.py
Spelling mistake.
11 years ago
Tom Paine 14d7073b51 Update vsphere_guest.py
Remove etc. As reconfigure only reconfigures RAM and CPU.
11 years ago
Tom Paine 6a04f0d452 Update vsphere_guest.py
Clarifies that when using a template, CPU, RAM, NIC and Disk params are silently ignored.
11 years ago
Tom Paine 3d1b6285c3 Update vsphere_guest.py
Clear up confusing action where disk and hardware state can be passed to a reconfigure but is ignored (module only changes CPU and RAM when state is 'reconfigured' and ignore everything else.
11 years ago
Toshio Kuratomi 81b476cd02 Update module "imports" to new style
Fixes #1351
11 years ago
Toshio Kuratomi 60a66a544d Several cleanups to many modules:
* Fix docs to specify when python2.6+ is required (due to a library
  dep).  This helps us know when it is okay to use python2.6+ syntax in
  the file.
* remove BabyJson returns.  See #1211  This commit fixes all but the
  openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
  if the module is run as a program.  This allows for the potential to
  unittest the code later.
11 years ago
Brian Coca 53404c786a added version added for new template options 11 years ago
Mark Phillips 8ede9de895 vsphere_guest fix for KeyError: folder message 11 years ago
Toshio Kuratomi 51ed13b887 Fix documentation build 11 years ago
Brian Coca 4cfc8d6950 Merge pull request #72 from stewrutledge/vmtemplate
Added support for deploying virtual machine from a virtual template
11 years ago
IndyMichaelB 5a628aacd4 docfix for vsphere_guest.py
Corrected parameter name from user to username in documentation
11 years ago
Stewart Rutledge 6d79518d67 Fixed a typo on power options 11 years ago
sterutkb 1dd20197b1 Added support for deploying virtual machine from a virtual template 11 years ago
Fwiffo 6cb8a5f312 typo in comments: of -> or 11 years ago
Brian Coca 0c4adcb2c6 made subcategories for cloud modules for better organization 11 years ago