Removed typos from README file.
Fixes LP1178301
This commit is contained in:
parent
661e5015e4
commit
72be12bf9c
@ -2,17 +2,15 @@ Overview
|
|||||||
========
|
========
|
||||||
|
|
||||||
Ceph is a distributed storage and network file system designed to provide
|
Ceph is a distributed storage and network file system designed to provide
|
||||||
excellent performance, reliability, and scalability.
|
excellent performance, reliability and scalability.
|
||||||
|
|
||||||
This charm deploys the RADOS Gateway, a S3 and Swift compatible HTTP gateway
|
This charm deploys the RADOS Gateway, a S3 and Swift compatible HTTP gateway
|
||||||
for online object storage on-top of a ceph cluster.
|
for online object storage on-top of a ceph cluster.
|
||||||
|
|
||||||
This charm only supports the S3 gateway at this point in time.
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
In order to use this charm, it assumed that you have already deployed a ceph
|
In order to use this charm, it is assumed that you have already deployed a ceph
|
||||||
storage cluster using the 'ceph' charm with something like this::
|
storage cluster using the 'ceph' charm with something like this::
|
||||||
|
|
||||||
juju deploy -n 3 --config ceph.yaml ceph
|
juju deploy -n 3 --config ceph.yaml ceph
|
||||||
@ -38,7 +36,7 @@ ceph charm to generate some access credentials::
|
|||||||
juju ssh ceph/0 \
|
juju ssh ceph/0 \
|
||||||
'sudo radosgw-admin user create --uid="ubuntu" --display-name="Ubuntu Ceph"'
|
'sudo radosgw-admin user create --uid="ubuntu" --display-name="Ubuntu Ceph"'
|
||||||
|
|
||||||
For security reasons the ceph-radosgw charm is not setup with appropriate
|
For security reasons the ceph-radosgw charm is not set up with appropriate
|
||||||
permissions to administer the ceph cluster.
|
permissions to administer the ceph cluster.
|
||||||
|
|
||||||
Keystone Integration
|
Keystone Integration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user