lib/boot.rb in forj-1.0.4 vs lib/boot.rb in forj-1.0.5
- old
+ new
@@ -120,10 +120,11 @@
options_map = { :infra => :infra_repo, :key_name => :keypair_name,
:key_path => :keypair_path,
:security_group => :security_group,
:image_name => :image_name, :maestro_flavor => :flavor,
:bp_flavor => :bp_flavor, :maestro_repo => :maestro_repo,
- :branch => :branch, :test_box => :test_box }
+ :branch => :branch, :test_box => :test_box,
+ :extra_metadata => :extra_metadata }
load_options(options, options_map) do |key, value|
case key
when :test_box
path = File.expand_path(value)