Skip to content

Commit

Permalink
Merge pull request #202 from clintonskitson/feature/README_updates_dr…
Browse files Browse the repository at this point in the history
…ivers

Updated driver docs
  • Loading branch information
akutz committed Dec 8, 2015
2 parents 202338a + c4afd5b commit 4b349b4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .docs/user-guide/ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ To activate the EC2 driver please follow the instructions for
using `ec2` as the driver name.

## Examples
Below is a full `rexray.yml` file that works with Openstack.

```yaml
rexray:
storageDrivers:
- ec2
aws:
accessKey: MyAccessKey
secretKey: MySecretKey
```
2 changes: 1 addition & 1 deletion .docs/user-guide/gce.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ please see the section on how non top-level configuration properties are
[transformed](./config/#all-other-properties).

## Activating the Driver
To activate the XtremIO driver please follow the instructions for
To activate the GCE driver please follow the instructions for
[activating storage drivers](/user-guide/config#activating-storage-drivers),
using `gce` as the driver name.

Expand Down
2 changes: 1 addition & 1 deletion .docs/user-guide/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Below is a full `rexray.yml` file that works with Openstack.
rexray:
storageDrivers:
- openstack
rackspace:
openstack:
authUrl: https://keystoneHost:35357/v2.0/
username: username
password: password
Expand Down
2 changes: 1 addition & 1 deletion .docs/user-guide/scaleio.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Below is a full `rexray.yml` file that works with ScaleIO.
rexray:
storageDrivers:
- scaleio
rackspace:
scaleio:
endpoint: endpoint
insecure: true
userName: username
Expand Down
2 changes: 1 addition & 1 deletion .docs/user-guide/xtremio.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To activate the XtremIO driver please follow the instructions for
using `xtremio` as the driver name.

## Examples
Below is a full `rexray.yml` file that works with ScaleIO.
Below is a full `rexray.yml` file that works with XtremIO.

```yaml
rexray:
Expand Down

0 comments on commit 4b349b4

Please sign in to comment.