Skip to content

Commit

Permalink
Add GUID to ScaleIO plugin options
Browse files Browse the repository at this point in the history
  • Loading branch information
codenrhoden committed Oct 11, 2017
1 parent a1d0f2e commit c2b4545
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .docker/plugins/scaleio/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
],
"Value": ""
},
{
"Description": "",
"Name": "SCALEIO_GUID",
"Settable": [
"value"
],
"Value": ""
},
{
"Description": "",
"Name": "SCALEIO_INSECURE",
Expand Down
1 change: 1 addition & 0 deletions .docs/user-guide/docker-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ Environment Variable | Description | Default | Required
---------------------|-------------|---------|---------
`REXRAY_FSTYPE` | The type of file system to use | `xfs` |
`SCALEIO_ENDPOINT` | The ScaleIO gateway endpoint | | ✓
`SCALEIO_GUID` | The ScaleIO client GUID | |
`SCALEIO_INSECURE` | Flag for insecure gateway connection | `true` |
`SCALEIO_USECERTS` | Flag indicating to require certificate validation | `false` |
`SCALEIO_USERNAME` | ScaleIO user for connection | | ✓
Expand Down

0 comments on commit c2b4545

Please sign in to comment.