Skip to content

Commit

Permalink
Appdirect default mappings should be hash and not array
Browse files Browse the repository at this point in the history
Change-Id: I27d7a0cc4437f43c56630367a94dbb374c7fdbcf
  • Loading branch information
Harshawardhan Gadgil committed Sep 11, 2012
1 parent 9c33fc5 commit c555b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def initialize(opts)
@node_timeout = opts[:node_timeout]
@acls = opts[:acls]
@helper = AppdirectHelper.new(opts, @logger)
@mapping = opts[:offering_mapping] || []
@mapping = opts[:offering_mapping] || {}

# Maintain a reverse mapping since we'll be changing the service name for CC advertisement
# A provision request will require the actual service name rather than the one in CCDB
Expand Down

0 comments on commit c555b7d

Please sign in to comment.