~1chb1n/charms/trusty/ceph-radosgw/next.1601-test-update2

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Edward Hope-Morley
  • Date: 2013-05-10 09:25:06 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: edward.hope-morley@canonical.com-20130510092506-l1y788y1wri53gpw
Removed typos from README file.

Fixes LP1178301

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
========
3
3
 
4
4
Ceph is a distributed storage and network file system designed to provide
5
 
excellent performance, reliability, and scalability.
 
5
excellent performance, reliability and scalability.
6
6
 
7
7
This charm deploys the RADOS Gateway, a S3 and Swift compatible HTTP gateway
8
8
for online object storage on-top of a ceph cluster.
9
9
 
10
 
This charm only supports the S3 gateway at this point in time.
11
 
 
12
10
Usage
13
11
=====
14
12
 
15
 
In order to use this charm, it assumed that you have already deployed a ceph
 
13
In order to use this charm, it is assumed that you have already deployed a ceph
16
14
storage cluster using the 'ceph' charm with something like this::
17
15
 
18
16
   juju deploy -n 3 --config ceph.yaml ceph
38
36
   juju ssh ceph/0 \
39
37
      'sudo radosgw-admin user create --uid="ubuntu" --display-name="Ubuntu Ceph"'
40
38
 
41
 
For security reasons the ceph-radosgw charm is not setup with appropriate
 
39
For security reasons the ceph-radosgw charm is not set up with appropriate
42
40
permissions to administer the ceph cluster.
43
41
 
44
42
Keystone Integration