HewlettPackard / oneview-puppet

This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Terraform and Ansible Collection
https://forge.puppet.com/hewlettpackard/oneview
Apache License 2.0
8 stars 17 forks source link

Volume Attachment API300 Support #34

Closed fgbulsoni closed 7 years ago

fgbulsoni commented 7 years ago

Scenario/Intent

Use Oneview_volume_attachment with API 300 on the Synergy and C7000 hardware variants

Environment Details

Steps to Reproduce

1- Create a login file with api_version = 300 and hardware_variant = "C7000" or "Synergy" 2- Create a manifest in which I call the Oneview_volume_attachment resource

Expected Result

Should use the API 300 of the chosen hardware variant to perform any actions

Actual Result

Uses the API 200 of the C7000 hardware variant to perform all actions.