cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

Image `63580cce-1770-4240-9db9-07cf4e2e2c08' not found #84

Closed fanux closed 8 years ago

fanux commented 8 years ago

I deploy cloudfoundry on openstack(devstack), It came out an error:

Started deploying
  Creating VM for instance 'bosh/0' from stemcell '63580cce-1770-4240-9db9-07cf4e2e2c08'... Failed (00:00:02)
Failed deploying (00:00:04)

Stopping registry... Finished (00:00:00)
Cleaning up rendered CPI jobs... Finished (00:00:00)

Command 'deploy' failed:
  Deploying:
    Creating instance 'bosh/0':
      Creating VM:
        Creating vm with stemcell cid '63580cce-1770-4240-9db9-07cf4e2e2c08':
          CPI 'create_vm' method responded with error: CmdError{"type":"Bosh::Clouds::CloudError","message":"Image `63580cce-1770-4240-9db9-07cf4e2e2c08' not found","ok_to_retry":false}
dpb587-pivotal commented 8 years ago

Try re-running, but enable additional logging and see if that provides you with more investigation details. With that extra debugging you might also see a message like Unable to connect to OpenStack API to find image ... which has a more specific error.

fanux commented 8 years ago

I delete the old bosh-state.json file and the problem solved.