diff --git a/manifests/volume/storage.pp b/manifests/volume/storage.pp index fdad9ee8..fd2431a7 100644 --- a/manifests/volume/storage.pp +++ b/manifests/volume/storage.pp @@ -40,7 +40,7 @@ # 'rbd' => { # 'lowcost' => { 'rbd_pool' => 'slow', 'rbd_user' => 'cinder', 'rbd_secret_uuid' => '123' }, # 'standard' => { 'rbd_pool' => 'normal', 'rbd_user' => 'cinder', 'rbd_secret_uuid' => '123' } -# } +# }, # 'netapp' => { # 'premium' => { 'netapp_server_hostname' => 'netapp.host', 'netapp_login' => 'joe', 'netapp_password' => 'secret' } # }