Brian Andrus
e67539e370
Fix location of --access=full in SWIFT user creation
...
--access=full was incorrectly placed in the output of the command, while it was supposed to have been a flag run with the command.
2015-08-05 16:25:48 -07:00
Nilamdyuti Goswami
e36df09896
doc: Removes references to s3gw.fcgi in simple gateway configuration file.
...
Fixes : #11396
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
2015-04-17 17:21:16 +05:30
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
John Wilkins
10ddab8a24
doc: Fixed hyperlink.
...
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2015-01-30 06:18:25 -08: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
John Wilkins
38f424d7a1
doc: Cleanup RGW pool usage.
...
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2015-01-09 14:54:06 -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
354c4112a9
doc: Added 'x' to monitor cap.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-08-04 11:47:58 -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
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
9c9b92f949
doc: Verified RHEL configuration.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-28 18:10:15 -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
Sage Weil
084db49ed3
remove mkcephfs
...
Fixes : #7552
Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-08 14:34:15 -07:00
Alexandre Marangone
ee4cfda151
doc: rgw: el6 documentation fixes
...
- fix a couple of typo for repo configuration and service restart
- the ceph package must be installed on RPM distro since the init
script relies on ceph-conf
- Note on radosgw service name for RPM distro
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2014-01-31 13:55:55 -08:00
John Wilkins
80212eaaf4
doc: Added additional comment about port number.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-17 11:22:39 -08:00
John Wilkins
90343708b3
doc: Added comment and example for SSL enablement in rgw.conf
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-13 12:57:02 -08:00
Loic Dachary
cbc15bfcac
doc: fix typo in openstack radosgw integration
...
s/type-object store/type object-store/
Signed-off-by: Loic Dachary <loic@dachary.org>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2013-11-01 16:38:02 -07:00
John Wilkins
ab8f9b17d6
doc: Update from user feedback. Needed to enable S3/Keystone.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-15 13:38:48 -07:00
Lukasz Jagiello
a9a516a299
Correct syntax for generate swift key
2013-09-04 16:33:57 +02:00
John Wilkins
ea80532d2b
doc: Nomenclature update. Added topic for monitor key caps. Added default pool steps.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-08-05 13:43:21 -07:00
Sage Weil
ea2b98f353
Merge pull request #432 from kri5/wip-radosgw-config-doc
...
doc: Modifies keyring path in radosgw config page.
2013-07-19 18:27:54 -07:00
Sage Weil
4bf4d92a8b
doc: radosgw needs 'mon = allow rw' to create its own pools
...
Fixes : #5674
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
2013-07-19 10:04:40 -07:00
Christophe Courtaut
fe13f88c6c
doc: Modifies keyring path in radosgw config page.
2013-07-15 13:39:05 +02:00
John Wilkins
94742d4c69
doc: Minor fix.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-07-01 17:06:22 -07:00
John Wilkins
75b6c82912
doc: Fixed OpenStack Keystone instruction.
...
fixes : #5178
2013-06-18 15:14:30 -07:00
leseb
31399d1776
Fix typo of the keystone service-create command
...
Signed-off-by: leseb <sebastien.han@enovance.com>
2013-04-24 08:49:58 -07:00
Alexandre Marangone
d41b541189
Edit endpoint-create in ./doc/radosgw/config.rst
...
internalurl and adminurl are mandatory. Typo in publicurl.
2013-02-04 21:20:07 -08:00
Alexandre Marangone
6e60330132
Edit rgw keystone url in ./doc/radosgw/config.rst
...
Won't work with the public port, it needs to be the admin port.
2013-02-04 21:14:54 -08:00
Alexandre Marangone
af8cac11f7
Note on host in ./doc/radosgw/config.rst
...
Some people have configured host with a FQDN or an IP
which prevents /etc/init.d/radosgw start to launch the daemon.
2013-02-04 21:09:37 -08:00
John Wilkins
4b4dba3061
doc: Updated to note bobtail supports RGW + Keystone.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-04 16:42:03 -08:00
Alexandre Marangone
2292fa6a30
Add important note in doc/radosgw/config.rst
...
For CentOS and similar, FastCgiWrapper is turned on by default.
This causes Apache to spawn radosgw processes.
2013-01-31 15:58:15 -08:00
John Wilkins
8bd306b92e
doc: Added Subdomain section.
...
fixes : #3778
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-25 10:54:07 -08:00
John Wilkins
cd5c82db9b
doc: Added javascript code block tag.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-19 13:36:17 -08:00
John Wilkins
f4be3c8d98
doc: Added sudo to ceph -k command.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-10 10:51:24 -08:00
John Wilkins
3709519519
doc: Fixed typo.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-10 10:24:32 -08:00
Yehuda Sadeh
0beeb47c43
rgw: document ops logging setup
...
Fixes : #3530
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-11-26 15:55:00 -08:00
Yehuda Sadeh
2475d0143b
Merge branch 'wip-keystone' into wip-rgw-integration
...
Conflicts:
debian/control
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-11-08 17:19:18 -08:00
Yehuda Sadeh
fc0d6d3453
docs: add keystone documentation
...
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-11-08 13:24:30 -08:00
John Wilkins
310796a9dd
doc: tiny syntax fix.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-10-31 14:12:21 -07:00
John Wilkins
f6b7b5cb27
doc: minor fix on user name for GW script.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-10-18 14:47:37 -07:00
John Wilkins
d50aab8442
doc: Added enabling Swift access to rgw config.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-19 16:26:40 -07:00
John Wilkins
ed18eea47d
:doc: Changed rados.gateway to radosgw.gateway. Start with /etc/init.d.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-18 14:16:44 -07:00