← Back to team overview

cssoss team mailing list archive

[Bug 914627] [NEW] Error in documentation "Openstack compute starter guide"

 

You have been subscribed to a public bug:

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: openstackbook
     Importance: Undecided
         Status: New


** Tags: documentation
-- 
Error in documentation "Openstack compute starter guide"
https://bugs.launchpad.net/bugs/914627
You received this bug notification because you are a member of CSS OSS Team, which is subscribed to OpenStack Book.