service: providers are identified by full ids internally.
parent
440fde06f8
commit
5ab14d4ee4
|
@ -57,7 +57,8 @@ class Service
|
||||||
end
|
end
|
||||||
|
|
||||||
specs.sections.select(&.name.==("consumes")).each do |section|
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue