lib/bosh/stemcell/builder_options.rb in bosh-stemcell-1.5.0.pre.1209 vs lib/bosh/stemcell/builder_options.rb in bosh-stemcell-1.5.0.pre.1210

- old
+ new

@@ -25,9 +25,10 @@ 'stemcell_operating_system' => operating_system.name, 'bosh_protocol_version' => Bosh::Agent::BOSH_PROTOCOL, 'ruby_bin' => ruby_bin, 'bosh_release_src_dir' => File.join(source_root, 'release/src/bosh'), 'bosh_agent_src_dir' => File.join(source_root, 'bosh_agent'), + 'go_agent_src_dir' => File.join(source_root, 'go_agent'), 'image_create_disk_size' => image_create_disk_size }.merge(bosh_micro_options).merge(environment_variables).merge(vsphere_options) end private