Removes sentence "For a complete description of HTTP 1.1 header definitions, see Header Field Definitions" from several pages on ch02,
object-api reference.
Change-Id: If37530f2d4f36523fd55ea170debacdf01940c1a
Partial-bug: #1332008
Also, restructure large objects section to flatten it
Replace < in variable names with { for consistency
Closes-Bug: #1266666
Change-Id: I006fdccf07557b9375173701dab8ff94ab977f4a
author: diane fleming
This requires openstack-doc-test 0.11: We now can use --publish for
openstack-doc-test. This replaces --nocreate-index.
Change-Id: I6721189cd12f47bb26309fe21de7e57f1a62dc83
Change in the WADL through change https://review.openstack.org/#/c/88117/1
will appear in this book once the 88117 change merges.
Updated the revision history in the book to indicate what's changed.
This book points to WADL for API calls.
Closes-Bug: #1303907
Change-Id: I4463c6bf64bbbc89319fe67433b4aa016d2c53cb
author: diane fleming
Also, moved information about auto-archive to that chapter.
Made some small edits to reduce redundancy and improve clarity.
Closes-Bug: #1288327
Change-Id: I53731cf895e3e28aa19d92be27d3d4f9c81678e1
author: diane fleming (diane.fleming@rackspace.com)
tox -e publishdocs will be called by the post jenkins jobs to prepare
everything for publishing - and then the content of publish-docs
gets copied.
Additionally, remove some parameter from openstack-doc-tools invocation,
they are now set in doc-test.conf.
Change-Id: Iac8615f06ad31e9f6d17483374c23dfda47b9f84
Point to WADL files that generate the API Reference
page so that the method descriptions and request
and response parameters are consistent between
these two docs:
http://api.openstack.org/api-ref-objectstorage.html
(API Reference page for Object Storage)
http://docs.openstack.org/api/openstack-object-storage/1.0/
(API Reference (or spec) for Object Storage)
Add descriptions of ACLs, FormPOST, TempURLs,
StaticWeb, Bulk Upload, Bulk Delete, the OPTIONS operation
(though this is implicit in CORS support)
Validate all code examples
Remove duplication.
Co-Author: Donagh McCabe
Closes-Bug: #1187119
Closes-Bug: #1214139
Closes-Bug: #1074198
Partial-Bug: #1255770
Change-Id: I94054b046a94260ba8825bdb42439adfcaf9fdce
author: diane fleming
* tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were
introduced originally during the testr migration in an attempt to be
conservative about the possibility that locale settings in the
calling environment could cause consistency problems for test runs.
In actuality, this should be unnecessary and any place where it does
cause issues ought to be considered an actual bug. Also, having
these in the configuration actively causes older pip to have
problems with non-ASCII content in some package metadata files under
Python 3, so drop it now.
Change-Id: I9a2dbc881a8cdeb6d7f5e483d05f526bde69adf8
Closes-Bug: #1277495
Ignore publish-docs directory. This is the directory used by
openstack-doc-test to copy draft documents to.
blueprint draft-docs-on-docs-draft
Change-Id: I5068eaa8105b003a43d7e909de447920d649451b
Rewrote the existing text from Configuration Reference
to suit a developer audience
Closes-Bug: #1233917
Change-Id: I79cddeb0a2dc53856caf58487ea58dc679145bc7
author: diane fleming
Setup repository so that we can gate using the openstack-doc-tools
tools. Update documentation with details.
Change-Id: Iabc97bfd071d6d637d4b5cf83f34ff9852dfa62c
Add a short explanation of the X-newest header
in each section (account/container/object).
Change-Id: I3a9ab126bf4fecf8d837d11850e09ef31f31ff7e
Closes-Bug: #1193417