Add protocol to resturl format
This commit is contained in:
@@ -379,7 +379,7 @@ parameters:
|
|||||||
```
|
```
|
||||||
|
|
||||||
* `endpoint`: `glusterfs-cluster` is the endpoint/service name which includes GlusterFS trusted pool IP addresses and this parameter is mandatory.
|
* `endpoint`: `glusterfs-cluster` is the endpoint/service name which includes GlusterFS trusted pool IP addresses and this parameter is mandatory.
|
||||||
* `resturl` : Gluster REST service url which provisions gluster volumes on demand. The format should be `IPaddress:Port` and this parameter is mandatory when using the GlusterFS dynamic provisioner.
|
* `resturl` : Gluster REST service url which provisions gluster volumes on demand. The format should be `http://IPaddress:Port` and this parameter is mandatory when using the GlusterFS dynamic provisioner.
|
||||||
* `restauthenabled` : A boolean value that indicates whether Gluster REST service authentication is enabled on the REST server. If this value is 'true', you must supply values for the 'restuser' and 'restuserkey' parameters."
|
* `restauthenabled` : A boolean value that indicates whether Gluster REST service authentication is enabled on the REST server. If this value is 'true', you must supply values for the 'restuser' and 'restuserkey' parameters."
|
||||||
* `restuser` : Gluster REST service user, who has access to create volumes in the Gluster Trusted Pool.
|
* `restuser` : Gluster REST service user, who has access to create volumes in the Gluster Trusted Pool.
|
||||||
* `restuserkey` : Gluster REST service user's password, will be used for authentication to the REST server.
|
* `restuserkey` : Gluster REST service user's password, will be used for authentication to the REST server.
|
||||||
|
|||||||
Reference in New Issue
Block a user