Manual install page needed swift info

The "manual install" developer doc located here:

http://docs.openstack.org/developer/trove/dev/manual_install.html

did not indicate that you need swift for backups.

I added the swift info.

Change-Id: I23e8565aee7e7036e4e6065e2c22f568e65ca7a7
Closes-Bug: #1342273
This commit is contained in:
Laurel Michaels 2014-07-15 14:38:30 -04:00
parent 3b36c5a9d3
commit 112f280c6f

View File

@ -22,7 +22,14 @@ Requirements
- PC with freshly installed Ubuntu 12.04 to run Trove services. This will be referred to as "local PC"
- Running OpenStack Grizzly environment. All of Grizzly's services must be accessible directly from the local PC
- Running OpenStack environment that includes at least the following components:
- Compute (nova)
- Image Service (glance)
- Identity (keystone)
- A networking component (either neutron or nova-network)
- If you want to provision datastores on block-storage volumes, you also need Block Storage (cinder)
- If you want to do backup and restore, you also need Object Storage (swift)
- AMQP service provided by RabbitMQ