Error in documentation "Openstack compute starter guide"

Bug #914627 reported by Jérémy Guermonprez
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
OpenStack Book
New
Medium
eternaltyro

Bug Description

We found an error in the Swift part of this documentation :
http://docs.openstack.org/diablo/openstack-compute/starter/content/ch05s01s02.html

The following command doesn't work as expected :

curl -X PUT -T file1 -H 'X-Auth-Token: AUTH_tk3bb59eda987446c79160202d4dfbdc8c' http://10.10.10.2:8080/v1/AUTH_admin/mycontainer/
202 Accepted

The request is accepted for processing.

It's better with the filename at the end of the url :

curl -X PUT -T file1 -H 'X-Auth-Token: AUTH_tk3bb59eda987446c79160202d4dfbdc8c' http://10.10.10.2:8080/v1/AUTH_admin/mycontainer/file1
<html>
 <head>
  <title>201 Created</title>
 </head>
 <body>

affects: swift → openstack-manuals
Anne Gentle (annegentle)
affects: openstack-manuals → openstackbook
Kiran Murari (kiranm)
Changed in openstackbook:
assignee: nobody → Eternal Tyro (eternaltyro)
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.