service: providers are identified by full ids internally.
parent
440fde06f8
commit
5ab14d4ee4
|
@ -57,7 +57,8 @@ class Service
|
|||
end
|
||||
|
||||
specs.sections.select(&.name.==("consumes")).each do |section|
|
||||
@providers[section.options[0]] = section.content["from"].as_s
|
||||
env, provider = Service.parse_id section.content["from"].as_s
|
||||
@providers[section.options[0]] = "#{env}/#{provider}"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue