Use netapp_host_type instead of netapp_eseries_host_type
This patch deprecates netapp_eseries_host_type in favor of netapp_host_type. Change-Id: I113c770ca2e4dc54526d4262bacae48e223c54f4 Closes-Bug: 1579161
This commit is contained in:
parent
1b634c21c1
commit
752394a111
@ -25,5 +25,5 @@ parameter_defaults:
|
|||||||
CinderNetappControllerIps: ''
|
CinderNetappControllerIps: ''
|
||||||
CinderNetappSaPassword: ''
|
CinderNetappSaPassword: ''
|
||||||
CinderNetappStoragePools: ''
|
CinderNetappStoragePools: ''
|
||||||
CinderNetappEseriesHostType: 'linux_dm_mp'
|
CinderNetappHostType: ''
|
||||||
CinderNetappWebservicePath: '/devmgr/v2'
|
CinderNetappWebservicePath: '/devmgr/v2'
|
||||||
|
@ -70,12 +70,22 @@ parameters:
|
|||||||
CinderNetappStoragePools:
|
CinderNetappStoragePools:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
CinderNetappEseriesHostType:
|
CinderNetappHostType:
|
||||||
type: string
|
type: string
|
||||||
default: 'linux_dm_mp'
|
default: ''
|
||||||
CinderNetappWebservicePath:
|
CinderNetappWebservicePath:
|
||||||
type: string
|
type: string
|
||||||
default: '/devmgr/v2'
|
default: '/devmgr/v2'
|
||||||
|
# DEPRECATED options for compatibility with older versions
|
||||||
|
CinderNetappEseriesHostType:
|
||||||
|
type: string
|
||||||
|
default: 'linux_dm_mp'
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: Do not use deprecated params, they will be removed.
|
||||||
|
parameters:
|
||||||
|
- CinderNetappEseriesHostType
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
CinderNetappConfig:
|
CinderNetappConfig:
|
||||||
@ -108,7 +118,7 @@ resources:
|
|||||||
cinder::backend::netapp::netapp_controller_ips: {get_input: NetappControllerIps}
|
cinder::backend::netapp::netapp_controller_ips: {get_input: NetappControllerIps}
|
||||||
cinder::backend::netapp::netapp_sa_password: {get_input: NetappSaPassword}
|
cinder::backend::netapp::netapp_sa_password: {get_input: NetappSaPassword}
|
||||||
cinder::backend::netapp::netapp_storage_pools: {get_input: NetappStoragePools}
|
cinder::backend::netapp::netapp_storage_pools: {get_input: NetappStoragePools}
|
||||||
cinder::backend::netapp::netapp_eseries_host_type: {get_input: NetappEseriesHostType}
|
cinder::backend::netapp::netapp_host_type: {get_input: NetappHostType}
|
||||||
cinder::backend::netapp::netapp_webservice_path: {get_input: NetappWebservicePath}
|
cinder::backend::netapp::netapp_webservice_path: {get_input: NetappWebservicePath}
|
||||||
|
|
||||||
CinderNetappDeployment:
|
CinderNetappDeployment:
|
||||||
@ -139,7 +149,7 @@ resources:
|
|||||||
NetappControllerIps: {get_param: CinderNetappControllerIps}
|
NetappControllerIps: {get_param: CinderNetappControllerIps}
|
||||||
NetappSaPassword: {get_param: CinderNetappSaPassword}
|
NetappSaPassword: {get_param: CinderNetappSaPassword}
|
||||||
NetappStoragePools: {get_param: CinderNetappStoragePools}
|
NetappStoragePools: {get_param: CinderNetappStoragePools}
|
||||||
NetappEseriesHostType: {get_param: CinderNetappEseriesHostType}
|
NetappHostType: {get_param: CinderNetappHostType}
|
||||||
NetappWebservicePath: {get_param: CinderNetappWebservicePath}
|
NetappWebservicePath: {get_param: CinderNetappWebservicePath}
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user