This patch contains a number of cleanups of the nova devref,
mostly related to outdated content.
1) remove outdated todo items from network
=> these have been long covered in the manuals
2) remove outdated multinic docs and images
=> this is now better covered in:
http://docs.openstack.org/trunk/openstack-compute/admin/content
/using-multi-nics.html
3) remove outdated cloudpipe docs, confs and scripts
=> This is now better covered in:
http://docs.openstack.org/trunk/openstack-compute/admin/content/
cloudpipe-per-project-vpns.html
4) remove outdated networking docs
=> These were marked as 'legacy' more than 2 years ago
Change-Id: I9321335031b4581c603a6f31c613e1b620d468a6
Added diagrams to RST docs that show required vm_state / task_state
transitions for compute api operations.
(Set Sandy Walsh as author since he created the diagrams)
Change-Id: Ie6a9cd4b54321a98fea5429ee52eb781f57f31a4
Now that the rpc API includes more than RabbitMQ, update a filename and
directory name to be 'rpc' instead of 'rabbit'.
Change-Id: Ib7fcccdd77fae128b6de3ee490fee3d6325ca7c5
There is a new Zones implementation coming that will use AMQP-to-AMQP
channels vs. the public API. This is being done for three reasons:
1. remove complications in the OpenStack API (and possibly allow EC2 Zones)
2. remove dependencies on keystone and novaclient
3. faster scheduling (fewer chances for race conditions)
Learn more here:
http://wiki.openstack.org/EssexSchedulerImprovements
Change-Id: I6fe538923dd5ae19276afac2ac3311a285fd5c99
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'