Comment 8 for bug 1242476

Revision history for this message
Dave Johnston (dave-johnston) wrote :

I'm also getting this issue with a private Openstack cloud.

I've followed the steps:

1. juju metadata generate-image -i <imageid> -d <local_dir>
2. upload contents of local_dir to control bucket

As mentioned above the '-d' directive doesn't work, but the files do get generated.
After uploading them I delete bootstrap-verify and provider-state from the bucket,

But when I try to re-run 'juju bootstrap' I get the same error.
It looks like the index file is overwritten.

2014-02-16 21:01:26 INFO juju.environs.tools simplestreams.go:277 Writing tools/streams/v1/index.json

How can I replace the index.json file, and get the bootstrap to complete ?

Cheers