Reviewers: mp+128056_code.launchpad.net, Message: Please take a look. Description: Adapt openstack metadata service ipv4 for folsom In essex, if an instance did not have a public ipv4 address the metadata service would return an empty body with 200 http status code. In folsom, it now returns a 404 instead. This branch catches that and treats it in the same way as before - falling back to checking local-ipv4 instead. https://code.launchpad.net/~gz/juju/os_metadata_not_found_1061678/+merge/128056 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/6584085/ Affected files: A [revision details] M juju/unit/address.py M juju/unit/tests/test_address.py Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: