Code review comment for lp:~jaypipes/glance/bug713154

Revision history for this message
Jay Pipes (jaypipes) wrote :

On Wed, May 11, 2011 at 2:35 PM, Diego Lalo <email address hidden> wrote:
> First thanks for your answer, second: how do I pull the branch and use it?

on a test machine/environment, you would do:

bzr branch lp:~jaypipes/glance/bug713154
cd bug713154
sudo python setup.py install

# Edit your glance.conf and add appropriate values for the new S3 stuff:

# ============ S3 Store Options ================================

# Address where the S3 authentication service lives
s3_store_host = 127.0.0.1:3333/

# User to authenticate against the S3 authentication service
s3_store_access_key = jdoe

# Auth key for the user authenticating against the
# S3 authentication service
s3_store_secret_key = a86850deb2742ec3cb41518e26aa2d89

# Bucket to store images on the S3 host.
s3_store_bucket = glance

Then repeat your calls to register images in Glance with the S3 backend :)

-jay

« Back to merge proposal