diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-05-20 00:18:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-05-20 00:18:44 +0000 |
commit | fcafc264a573e7600c4dbe477f25f5caf7154f36 (patch) | |
tree | 9ef5aa5f22efa34729c9e62144b6670b73e0f88e /environments | |
parent | f231f6a3d38b06630aaba11cec3bd32b4d1ca82c (diff) | |
parent | 69be0c2ae7131af20385b4f11a8190ed9fba32c7 (diff) |
Merge "Dell SC: Add secondary DSM support"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/cinder-dellsc-config.yaml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/environments/cinder-dellsc-config.yaml b/environments/cinder-dellsc-config.yaml index 617d640c..99e517bf 100644 --- a/environments/cinder-dellsc-config.yaml +++ b/environments/cinder-dellsc-config.yaml @@ -9,9 +9,13 @@ parameter_defaults: CinderDellScSanIp: '' CinderDellScSanLogin: 'Admin' CinderDellScSanPassword: '' - CinderDellScSsn: '64702' + CinderDellScSsn: 64702 CinderDellScIscsiIpAddress: '' - CinderDellScIscsiPort: '3260' - CinderDellScApiPort: '3033' + CinderDellScIscsiPort: 3260 + CinderDellScApiPort: 3033 CinderDellScServerFolder: 'dellsc_server' CinderDellScVolumeFolder: 'dellsc_volume' + CinderDellScSecondarySanIp: '' + CinderDellScSecondarySanLogin: 'Admin' + CinderDellScSecondarySanPassword: '' + CinderDellScSecondaryScApiPort: 3033 |