Skip to content

Instantly share code, notes, and snippets.

@jyidiego
Created June 12, 2014 20:45
Show Gist options
  • Save jyidiego/773f7f0d90761c096ae8 to your computer and use it in GitHub Desktop.
Save jyidiego/773f7f0d90761c096ae8 to your computer and use it in GitHub Desktop.
shows a URL that is unexpected
ML70RSFFT3->$ packer build openstack-client.json
openstack output will be in this color.
==> openstack: Creating temporary keypair for this instance...
==> openstack: Error launching source server: Expected HTTP response code [202] when accessing URL(https://cdn5.clouddrive.com/v1/MossoCloudFS_b4b1d009-0ac9-4138-9ce8-67961d3dfa90/servers); got 404 instead with the following body:
==> openstack: <html><h1>Not Found</h1><p>The resource could not be found.</p></html>
==> openstack: Deleting temporary keypair...
==> openstack: Error cleaning up keypair. Please delete the key manually: packer 53991043-2c95-d59a-a277-68940c7e3db3
Build 'openstack' errored: Error launching source server: Expected HTTP response code [202] when accessing URL(https://cdn5.clouddrive.com/v1/MossoCloudFS_b4b1d009-0ac9-4138-9ce8-67961d3dfa90/servers); got 404 instead with the following body:
<html><h1>Not Found</h1><p>The resource could not be found.</p></html>
==> Some builds didn't complete successfully and had errors:
--> openstack: Error launching source server: Expected HTTP response code [202] when accessing URL(https://cdn5.clouddrive.com/v1/MossoCloudFS_b4b1d009-0ac9-4138-9ce8-67961d3dfa90/servers); got 404 instead with the following body:
<html><h1>Not Found</h1><p>The resource could not be found.</p></html>
==> Builds finished but no artifacts were created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment