Update yaml files for Dell EMC VNX, Unity drivers

1. manila-backend-vnx.yaml:
  a. remove ManilaVNXServerMetaPool since meta_pool is not used by Manila VNX driver
  b. add ManilaVNXServerContainer

2. cinder-dellemc-vnx-config.yaml:
  a. remove default value of CinderDellEMCVNXStorageSecurityFileDir since it is not medatory option for Cinder VNX driver

Change-Id: Ie48cec52df720f3a13700d6048ecf78ba9067b51
Closes-bug: #1774942
(cherry picked from commit 5c09e67473)
This commit is contained in:
Yong Huang 2018-06-04 15:33:15 +08:00
parent 251248f1e1
commit cf56750900
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ parameter_defaults:
CinderDellEMCVNXMaxLunsPerStorageGroup: 255
CinderDellEMCVNXInitiatorAutoRegistration: 'true'
CinderDellEMCVNXAuthType: 'global'
CinderDellEMCVNXStorageSecurityFileDir: '/etc/secfile/array1'
CinderDellEMCVNXStorageSecurityFileDir: ''
CinderDellEMCVNXNaviSecCliPath: '/opt/Navisphere/bin/naviseccli'

View File

@ -12,7 +12,7 @@ parameter_defaults:
ManilaVNXNasLogin: ''
ManilaVNXNasPassword: ''
ManilaVNXNasServer: ''
ManilaVNXServerMetaPool: ''
ManilaVNXServerContainer: ''
ManilaVNXShareDataPools: ''
ManilaVNXEthernetPorts: ''
ManilaVNXEmcSslCertVerify: false