Comment 6 for bug 1625075

Revision history for this message
Stuart McLaren (stuart-mclaren) wrote :

@Dharini

Also, if you could post the glance-api/glance-registry/swift logs. If the server is in debug mode
it may be possible to figure out the api requests from glance to swift.

Ideally, if you're running with http (not https), you can install ngrep and dump the API request traffic as it goes over the wire and see exactly what's going on, eg to dump glance requests:

 ngrep -d eth0 -W byline port 9292

to dump swift proxy requests

 ngrep -d eth0 -W byline port 8080

see here for some examples: http://wiki.christophchamp.com/index.php?title=Ngrep

(It might be easier to use a one byte test image and just do 'glance image-download <id>' rather than doing a full nova boot)