Merge "[VxFlex OS] Fix incorrect resource name in comment lines"

This commit is contained in:
Zuul 2020-07-30 16:01:08 +00:00 committed by Gerrit Code Review
commit 178112470f
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# == define: cinder::backend::vxflexos # == define: cinder::backend::dellemc_vxflexos
# #
# Configures Cinder to use the Dell EMC VxFlexOS Block Storage driver # Configures Cinder to use the Dell EMC VxFlexOS Block Storage driver
# Compatible for multiple backends # Compatible for multiple backends
@ -22,7 +22,7 @@
# Each pool should be specified as a protection_domain_name:storage_pool_name value # Each pool should be specified as a protection_domain_name:storage_pool_name value
# #
# [*volume_backend_name*] # [*volume_backend_name*]
# (optional) The name of the cinder::backend::vxflexos_ ressource # (optional) The name of the cinder::backend::dellemc_vxflexos resource
# Defaults to $name. # Defaults to $name.
# #
# [*backend_availability_zone*] # [*backend_availability_zone*]
@ -90,10 +90,10 @@
# #
# === Examples # === Examples
# #
# cinder::backend::vxflexos_ { 'myBackend': # cinder::backend::dellemc_vxflexos { 'myBackend':
# san_login => 'admin', # san_login => 'admin',
# san_password => 'password', # san_password => 'password',
# san_ip => 'vxflexos_.mycorp.com', # san_ip => 'dellemc_vxflexos.mycorp.com',
# vxflexos_storage_pools => 'domain1:pool1', # vxflexos_storage_pools => 'domain1:pool1',
# } # }
# #