Commit Graph

3 Commits

Author SHA1 Message Date
sateesh 8fdfcf2c33 Minor modification to document. Removed excess flags. 2011-03-02 00:37:55 +05:30
sateesh 1a912276eb Updated with flags for nova-compute, nova-network and nova-console.
Added the flags,
 --vlan_interface=<Physical ethernet adapter name in VMware ESX host for vlan networking E.g vmnic0>
 --network_driver=nova.network.vmwareapi_net [Optional, only for VLAN Networking]
 --flat_network_bridge=<ESX Virtual Machine Port Group> [Optional, only for Flat Networking]
 --console_manager=nova.console.vmrc_manager.ConsoleVMRCManager
 --console_driver=nova.console.vmrc.VMRCSessionConsole [Optional for OTP (One time Passwords) as against host credentials]
 --vmwareapi_wsdl_loc=<http://<WEB SERVER>/vimService.wsdl>

Removed ZSI from python dependency list.
Added suds-0.4 to python depndency list.
Added installation instructions for suds on Ubuntu/Debian.
Updated ESX requirements section with new requirements that came from support of VLAN networking.
Updated FAQ with a question on type of consoles supported.
2011-03-01 23:22:09 +05:30
sateesh 45f4b75491 * Removed nova/virt/guest-tools/guest_tool.bat &
nova/virt/guest-tools/guest_tool.sh as guest_tool.py
  can be invoked directly during guest startup.

* Removed 'nova/virt/guest-tools/' and the encompassed script
  'guest_tool.py' is moved to 'etc/vmware_guest_tool.py'

* Moved image vmwareapi_blockdiagram.jpg from 'nova/virt/' to
  'doc/source/images/' so that it'll be picked up by document build scripts.

* Moved vmwareapi_readme.rst from 'nova/virt/' to
  'doc/source/' so that it'll be handled by document build scripts.

* Added 'Introduction' section to 'vmwareapi_readme.rst'

* Added vmwareapi module diagram to readme document. Added reference
  to 'images/vmwareapi_blockdiagram.jpg' in document 'vmwareapi_readme.rst'
2011-02-21 19:42:20 +05:30