module Bosh::Director::LegacyDeploymentHelper
Public Instance Methods
ignore_cloud_config?(manifest_hash)
click to toggle source
# File lib/bosh/director/legacy_deployment_helper.rb, line 3 def ignore_cloud_config?(manifest_hash) manifest_hash.has_key?('networks') end