lp:glance/diablo

Created by OpenStack Infra and last modified
Get this branch:
bzr branch lp:glance/diablo

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenStack Infra
Project:
Glance
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/openstack/glance.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-16 and finished taking 10 seconds — see the log
Import started on russkaya and finished taking 25 seconds — see the log
Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 2 minutes — see the log

Recent revisions

1854. By Jenkins <email address hidden>

Merge "Merge tag '2014.2'"

1853. By Masashi Ozawa

change default value for s3_store_host

Changing the default value for s3_store_host parameter from
127.0.0.1:8080 to s3.amazonaws.com in glance-api.conf and
glance-cache.conf.

DocImpact: The following parameter is changed in glance-api.conf
and glance-cache.conf.
-s3_store_host = 127.0.0.1:8080
+s3_store_host = s3.amazonaws.com

Change-Id: I39f5bca280b83853021f379c1b7ebe29cff182b9

1852. By Jenkins <email address hidden>

Merge "remove url-path from the default value of s3_store_host"

1851. By Jenkins <email address hidden>

Merge "Remove modules from openstack-common.conf"

1850. By Zhi Yan Liu

Complete the change of adding public_endpoint option

Change-Id: I8190b102ab827a4cf4c23f0f350fae051c1d33f0
Signed-off-by: Zhi Yan Liu <email address hidden>

1849. By Vish Ishaya

Add config option to override url for versions

The versions url returns the wrong data when glance api is behind
a proxy. This adds a new config option so it can be set properly.

DocImpact

Change-Id: I5ab53d608a6667435a4b03b0c832870716baaeb8
Closes-Bug: #1384379

1848. By Ankit Agrawal

Improve error log for expired image location url

If image is not present at the specified location while creating instance
from image, then HTTPInternalServerError 500 response along with stack trace
is logged on nova compute which does not help user to understand the exact
cause of failure.

Return HTTPNotFound error to the nova compute in case of image url got
expired or image is not present at the given location to give clear
indication of the cause of failure to user.

Closes-Bug: #1198566
Change-Id: I9acd9112aeae8d3b3c0c3921f306e716e5808c2e

1847. By Julien Danjou

Remove eventlet_hub option

The option has a default value that is not portable, and therefore the
test fails on OS like Darwin. There's actually no need to specify any
hub – no other OpenStack projects as that option – as in theory Eventlet
is smart enough to pick the best implementation available anyway.

However, since Glance only works with poll or select as a hub, let's try
them in that order. That avoids a user selecting things like 'epolls'
and expecting Glance to work, whereas it would fail.

Also remove a useless cleanup() call in the failing test as the
start_servers() method already does a cleanup itself.

Change-Id: Ia7765151ebb00cdf01e96cf39f3242899d358772

1846. By Jenkins <email address hidden>

Merge "Glance scrubber should page thru images from registry"

1845. By Jenkins <email address hidden>

Merge "Add logging to image_members and image_tags"

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers