Hello,
Trying to fix a bug I created a new environment with the latest release of Chef, a gem dependency in the one view driver means that the driver now gives an error on run.
Gem::ConflictError
------------------
Unable to activate chef-provisioning-oneview-1.2.0, because chef-provisioning-2.0.2 conflicts with chef-provisioning (~> 1.0)
I've quickly edited the local .gemspec to change from ~> 1.0 to >= 0 and it's working with the 2.x release of the chef-provisioning driver. But the remote gem will need modifying.
-Dan