diff --git a/README.md b/README.md index e7e0b3b..9279e1e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ volumes and create/delete snapshots, etc. 4. Supported Operations ==================== -w + The following operations are supported: * Create volume. * Delete volume. @@ -230,7 +230,7 @@ cinder --os-username admin --os-tenant-name admin type-key set ViPR:V Add/modify the following entries if you are planning to use multiple back-end drivers. 1. The "enabled_backends" parameter needs to be set in cinder.conf and other parameters required in each backend need to be placed in individual backend sections (rather than the DEFAULT section). -2. “enabled_backends” will be commented by default, please un-comment and add the multiple back-end names as below. +2. “enabled_backends” will be commented by default, please un-comment and add the multiple back-end names as below. ``` enabled_backends=viprdriver-iscsi,viprdriver-fc,viprdriver-scaleio ``` diff --git a/cinder/volume/drivers/emc/vipr/scaleio.py b/cinder/volume/drivers/emc/vipr/scaleio.py index 77fe2ef..d9105f9 100644 --- a/cinder/volume/drivers/emc/vipr/scaleio.py +++ b/cinder/volume/drivers/emc/vipr/scaleio.py @@ -184,6 +184,7 @@ def initialize_connection(self, volume, connector): properties['hostIP']) initiatorPorts.append(initiatorPort) + properties['serverToken'] = self.server_token protocol = 'scaleio' hostname = connector['host'] itls = self.common.initialize_connection(volume,