3fc8b3f97d
This change: 1. Adds credmanager service which handles credentials for AWS drivers. 2. Adds support for managing multiple AWS accounts through use of credmanager. Each account is mapped to a single project in keystone. 3. Adds support for multiple AZs by running one nova-compute and cinder-volume process per AZ. 4. Improves support for AWS networking in neutron. 5. Also, made few stability fixes in GCP and Azure drivers. Change-Id: I0f87005a924423397db659ab754caaa6cde90274 |
||
---|---|---|
.. | ||
glance_store | ||
README.md |
#Setup
##Prerequesites
- Working green field OpenStack deployment (code currently based out of stable/liberty)
- The virtualenv used by glance should have Amazon boto package installed
Components
Glance store driver: Handles glance image endpoint for AWS AMIs
Instructions
- Copy the glance_store/_drivers directory to <glance_store_root>/glance_store/_drivers
- Update the configuration file -- /etc/glance/glance-api.conf
[glance_store]
default_store = aws
stores = aws
show_multiple_locations = true
[AWS]
secret_key = <your aws secret access key>
access_key = <your aws access key>
region_name = <was region to use>
- Restart the glance-api service
- Populate AMI as glance image using helper script.