gds-operations / vcloud-core

vCloud Core is a gem that supports automated provisioning of VMWare vCloud Director, used by the vCloud Tools gems
http://gds-operations.github.io/vcloud-tools/
MIT License
12 stars 19 forks source link

Bugfix private methods error #196

Closed surminus closed 7 years ago

surminus commented 7 years ago

When running vcloud-launcher the following error appeared:

undefined method `get_networks' for Vcloud::Core::Vapp:Class

This was due to a change I made in 111d52a43a4deb45fec2b492475bd445b5aac623 which I made because Rubocop tests were failing. I have reverted this change because now Rubocop does not complain.

Release a new version with this fix.