Skip to content

Commit

Permalink
Change create_proposal to pass name through
Browse files Browse the repository at this point in the history
  • Loading branch information
galthaus committed Oct 21, 2012
1 parent 83d895f commit 3dbf67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crowbar_framework/app/models/keystone_service.rb
Expand Up @@ -24,8 +24,8 @@ def proposal_dependencies(prop_config)
answer
end

def create_proposal
base = super
def create_proposal(name)
base = super(name)

nodes = Node.all
nodes.delete_if { |n| n.nil? or n.is_admin? }
Expand Down

0 comments on commit 3dbf67a

Please sign in to comment.