omni/glance
Sanket 92ee8cde01 Cleanup unused requirements from Omni
Consolidating all python requirements required to run unit tests
in test-requirements.txt. Removed rest of all files.

Change-Id: Ifed7288e2b1d92fb180cb8c722578e9887f6f844
2017-09-11 09:39:39 +05:30
..
aws Cleanup unused requirements from Omni 2017-09-11 09:39:39 +05:30
azure Add Azure support for Glance 2017-09-04 20:16:47 +05:30
gce Cleanup unused requirements from Omni 2017-09-11 09:39:39 +05:30
glance_store Add Azure support for Glance 2017-09-04 20:16:47 +05:30
README.md Add Glance Store Driver for GCE 2017-04-19 10:20:11 +05:30

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

  1. Copy the glance_store/_drivers directory to <glance_store_root>/glance_store/_drivers
  2. 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>
  1. Restart the glance-api service
  2. Populate AMI as glance image using helper script.