Skip to content

Commit

Permalink
Merge pull request #304 from slemrmartin/ic-builder-builder-params
Browse files Browse the repository at this point in the history
InventoryCollection builder_params -> default_values
  • Loading branch information
agrare authored Jul 25, 2018
2 parents 675cc09 + f560b8e commit 16aeb36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def add_orchestration_stacks

def add_orchestration_templates
add_collection(cloud, :orchestration_templates) do |builder|
builder.add_builder_params(:ems_id => manager.id)
builder.add_default_values(:ems_id => manager.id)
end
end
end

0 comments on commit 16aeb36

Please sign in to comment.