Merge "Fixed cinder restart and add warning for LCM"

This commit is contained in:
Jenkins 2016-07-13 15:50:24 +00:00 committed by Gerrit Code Review
commit 3ade4e4ad5
2 changed files with 8 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class plugin_cinder_netapp::backend::netapp (
Cinder_config <||> -> Plugin_cinder_netapp::Backend::Enable_backend[$netapp_backend_name] ~> Service <||>
Cinder_config <||> ~> Service <||>
cinder_config {
"$netapp_backend_name/volume_backend_name": value => 'cinder_netapp';

View File

@ -1,6 +1,13 @@
attributes:
metadata:
group: 'storage'
restrictions:
- condition: "cluster:status == 'operational'"
action: "none"
message: |
WARNING: Make changes carefully for deployed plugin.
Lifecycle management is in EXPERIMENTAL mode.
INFO: HOT PLUG is fully supported.
# Storage Type
netapp_storage_family:
value: 'ontap_cluster'