Commit Graph

181 Commits

Author SHA1 Message Date
Robin H. Johnson
e97111dae0 doc: Changes in region hostname do not seem to take effect until radosgw is restarted.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2015-04-15 00:14:43 -07:00
Robin H. Johnson
f7311ec334 doc: Document region hostnames settings.
The hostnames key in region settings was undocumented. Also includes how
the setting interacts with the ``rgw dns name`` configuration setting.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2015-04-14 18:12:18 -07:00
Nilamdyuti Goswami
54c808577b doc: Corrects some content for Debian-based distros in simple gateway
configuration file.

Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
2015-04-06 18:51:17 +05:30
Nilamdyuti Goswami
cdd1ed3183 doc: Updates simple gateway configuration file with some changes.
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
2015-04-02 23:21:26 +05:30
Nilamdyuti Goswami
b13e58afe7 doc: Corrects syntax highlighting in the simple gateway configuration doc.
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
2015-04-02 22:59:55 +05:30
Nilamdyuti Goswami
9d2bc39848 doc: Updates the simple gateway configuration doc with configuration for
mod_proxy_fcgi instead of mod_fastcgi.

Fixes: #3299

Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
2015-04-02 22:59:55 +05:30
Ken Dreyer
9b5d79ee13 doc: rm Apache log permissions instructions
On all distros, Apache should be able to write to its own log directory.
If not, that is a severe distro bug that should be reported/fixed.

Remove the references to running "chown" on /var/log/httpd or
/var/log/apache2.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2015-03-09 13:12:25 -06:00
Yehuda Sadeh
ea0302b7a9 Merge pull request #3648 from theanalyst/doc/swift-temp-url
doc: swift tempurl functionality

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2015-02-20 13:03:00 -08:00
Neil Levine
ea66f5c9ee doc: RGW is "built on top of librgw" changed to "librados"
Signed-off-by: Neil Levine <levine@yoyo.org>
2015-02-16 14:54:09 -08:00
Dmytro Iurchenko
cdfc23f0e2 rgw: fix doc, A typo in command line argument name
Signed-off-by: Dmytro Iurchenko <diurchenko@mirantis.com>
2015-02-10 09:18:01 -08:00
Abhishek Lekshmanan
baaa055042 doc: swift tempurl functionality
Adding documentation for swift tempurl functionality along with a
snippet to generate the temporary url, since the swift temp-url binary
will not work out of the box with radosgw as the path expected is
different

Fixes: #10184
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
2015-02-10 16:59:52 +05:30
Yehuda Sadeh
6cffebd4dd Merge pull request #3437 from diurchenko/patch-2
rgw: fix doc, wrong HTTP header name

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2015-01-30 09:09:17 -08:00
John Wilkins
10ddab8a24 doc: Fixed hyperlink.
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2015-01-30 06:18:25 -08:00
Dmytro Iurchenko
8cbfac4207 Wrong HTTP header name
According to http://docs.openstack.org/api/openstack-object-storage/1.0/content/POST_updateObjectMeta__v1__account___container___object__storage_object_services.html#POST_updateObjectMeta__v1__account___container___object__storage_object_services-Request setting metadata to an object  needs X-Object-Meta-{key}  rather than X-Container-Meta-{key}.

Signed-off-by: Dmytro Iurchenko <diurchenko@mirantis.com>
2015-01-21 17:37:28 +02:00
Loic Dachary
079fac2e82 Merge pull request #3192 from gravitystorm/patch-1
Replace placeholder with 'gateway'

Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-01-20 17:02:19 +01:00
Andy Allan
e84f27e343 doc: Replace placeholder with 'gateway'
This section is where all the placeholders are replaced by example text, this one had been missed out.

Signed-off-by: Andy Allan <github@gravitystorm.co.uk>
2015-01-20 15:47:07 +00:00
Sage Weil
aed937cac7 Merge pull request #3346 from timfreund/update-radosgw-python-swift-example
doc: Replace cloudfiles with swiftclient in Python Swift example
2015-01-15 21:15:06 -08:00
Tim Freund
19955fca53 doc: Replace cloudfiles with swiftclient in Python Swift example
The Cloud Files client library is no longer supported by Rackspace.
Users installing the package receive the following warning:

DeprecationWarning: python-cloudfiles has been deprecated as of August
1, 2013. Please see https://github.com/openstack/python-swiftclient.

This commit updates the documentation to use the python-swiftclient
package.

Signed-off-by: Tim Freund <tim@freunds.net>
2015-01-09 21:50:11 -05:00
John Wilkins
c1080b22fa doc: Clean up pool usage.
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2015-01-09 14:54:30 -08:00
John Wilkins
38f424d7a1 doc: Cleanup RGW pool usage.
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2015-01-09 14:54:06 -08:00
Abhishek Lekshmanan
a1ba3852cc doc: rgw document s3 bucket location features
Fixes: #10142
Reported-by: Neil Levine <nlevine@redhat.com>
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
2014-11-24 23:36:21 +05:30
Ken Dreyer
731ea68bfb doc: correct spelling of "fqdn"
The "fqdn" (fully-qualified domain name) was misspelled in a couple
places as fgdn". Use the correct spelling.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2014-11-12 09:53:43 -07:00
VRan Liu
2cbebc305c doc: correct command of config push
Signed-off-by: VRan Liu <gliuwr@gmail.com>
2014-10-15 17:15:56 +08:00
John Wilkins
484fb85765 doc: Update logging path to reflect log rotate script default path.
Fixes: #9351

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-09-05 14:17:47 -07:00
John Wilkins
b965398980 doc: Fixed broken hyperlink.
Fixes: #9116

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-28 17:45:51 -07:00
Ashish Chandra
f7ca1bf10f Update python.rst
Signed-off-by:ashish.a.chandra@ril.com
2014-08-25 17:36:29 +05:30
John Wilkins
354c4112a9 doc: Added 'x' to monitor cap.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-04 11:47:58 -07:00
Abhishek Lekshmanan
daadff4cd0 doc: minor format fix for radosgw admin docs
Missing backtick fixed

Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2014-07-11 18:03:54 +05:30
Abhishek Lekshmanan
7a0ea798cf doc: fix a few typos in radosgw docs
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2014-07-09 11:18:09 +05:30
Stephen Jahl
d2e852e2e7 doc: Fixed an incorrect flag in radosgw admin docs.
Example use a "--gen-key" flag, which doesn't exist. Changed it to
"--gen-access-key".

Signed-off-by: Stephen Jahl <stephenjahl@gmail.com>
2014-06-19 07:44:45 -04:00
John Wilkins
2e3f4bc62b doc: Fixed typo.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-06-10 12:20:43 -07:00
Colin Mattson
c9ff48183e Improvements to radosgw docs
- Correct a typo (`rados-admin`) in admin docs
- Reorder sections in config so "above example" is in expected position
2014-05-24 20:15:35 -07:00
John Wilkins
c71c292123 doc: Added rgw print continue guidance.
Fixes: #7731

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-14 00:14:30 -07:00
John Wilkins
cdbbf86fa3 doc: Fixed artifacts from merge.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-06 03:54:45 -07:00
John Wilkins
a31b9e9c75 doc: Added sudo to setenforce. Restored merge artifact.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-06 03:54:08 -07:00
Josh Durgin
ea34f48cd9 Merge remote-tracking branch 'origin/wip-doc-radosgw-80'
Conflicts:
	doc/radosgw/config.rst
2014-05-05 15:14:22 -07:00
John Wilkins
fc3318edb7 doc: Fix hyperlink.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-05 12:35:41 -07:00
John Wilkins
a7e7219345 doc: Index update and librados.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-05 12:34:59 -07:00
John Wilkins
fcbc5fa607 doc: Quotas for Admin Ops API.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-05 12:33:58 -07:00
John Wilkins
e97b56eb3a doc: New Admin Guide for Ceph Object Storage.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-05 12:33:30 -07:00
John Wilkins
8217600033 doc: Ensure fastcgi socket doesn't clash with gateway daemon socket.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-28 18:11:03 -07:00
John Wilkins
9c9b92f949 doc: Verified RHEL configuration.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-28 18:10:15 -07:00
John Wilkins
ec11bf7eed doc: Fixed inconsistent header.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-28 18:09:20 -07:00
John Wilkins
d563434907 doc: Distro specific rgw.conf example.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:19:51 -07:00
John Wilkins
bd22cac9b2 doc: Distro specific rgw.conf example.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:19:30 -07:00
John Wilkins
75606e98bb doc: Created standalone doc for Keystone Integration.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:18:50 -07:00
John Wilkins
6650c0e839 doc: Added new docs to index.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:18:26 -07:00
John Wilkins
1310af2336 doc: Reworked the simple configuration guide to be more generic.
Changes include removing keystone and putting it into a separate document,
removing user config and putting it into an admin guide, and creating
separate config examples for CentOS/RHEL and Debian/Ubuntu. Needs
clarification on chown/chmod.

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:18:07 -07:00
John Wilkins
6853d21a50 doc: New admin guide for Ceph Object Gateway. Needs some clarification (todo).
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:16:00 -07:00
John Wilkins
e02b84589e doc: Admin API usage for quotas. Needs additional clarification on syntax.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:15:20 -07:00