Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Move allow_multiple_proposals to config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galthaus committed Aug 7, 2012
1 parent 8ac3db4 commit a4d4d13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions crowbar.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ barclamp:
display: Mysql display: Mysql
description: Configures a MySQL Server description: Configures a MySQL Server
version: 0 version: 0
allow_multiple_proposals: true
member: member:
- openstack - openstack


Expand Down
4 changes: 0 additions & 4 deletions crowbar_framework/app/models/mysql_service.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ def initialize(thelogger)
@logger = thelogger @logger = thelogger
end end


def self.allow_multiple_proposals?
true
end

def create_proposal def create_proposal
@logger.debug("Mysql create_proposal: entering") @logger.debug("Mysql create_proposal: entering")
base = super base = super
Expand Down

0 comments on commit a4d4d13

Please sign in to comment.