
The i18n team has decided not to translate the logs because it seems like it not very useful; operators prefer to have them in English so that they can search for those strings on the internet. cinder, nova, neutron and glance are removing i18n log translation functions, once it release, it will cause omni build failed. Related-Bug: #1701139 Change-Id: I090fde16602945035cbda66f0633371d3dfebd3c
#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.