← Back to team overview

cssoss team mailing list archive

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

 

** Changed in: openstackbook
     Assignee: (unassigned) => Eternal Tyro (eternaltyro)

** Changed in: openstackbook
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of CSS OSS
Team, which is subscribed to OpenStack Book.
Matching subscriptions: OpenStackBook
https://bugs.launchpad.net/bugs/914627

Title:
  Error in documentation "Openstack compute starter guide"

Status in OpenStack Book for Ubuntu:
  New

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>

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstackbook/+bug/914627/+subscriptions