Advertisement
Guest User

folsom glance image-create

a guest
Jan 15th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. curl -i -X POST -H 'x-image-meta-container_format: bare' -H 'User-Agent: python-glanceclient' -H 'x-image-meta-size: 9761280' -H 'x-image-meta-is_public: True' -H 'X-Auth-Token: a3093cc85dc94ed9841838ee747f7ed7' -H 'Content-Type: application/octet-stream' -H 'x-image-meta-disk_format: qcow2' -H 'x-image-meta-name: NimbulaTest' -d '<open file '<stdin>', mode 'r' at 0x7fc16d8e8150>' http://192.168.100.242:9292/v1/images
  2.  
  3. HTTP/1.1 400 Bad Request
  4. date: Tue, 15 Jan 2013 16:43:58 GMT
  5. content-length: 137
  6. content-type: text/plain; charset=UTF-8
  7. x-openstack-request-id: req-f477eee5-ac42-4ad3-ad07-9d97b6059c33
  8.  
  9. 400 Bad Request
  10.  
  11. Error uploading image: (StoreAddDisabled): Configuration for store failed. Adding images to this store is disabled.
  12.  
  13.  
  14.  
  15. Request returned failure status.
  16. None
  17. HTTPBadRequest (HTTP 400)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement