indigo-dc / orchestrator

The INDIGO PaaS Orchestrator
https://www.indigo-datacloud.eu/paas-orchestrator
Apache License 2.0
17 stars 21 forks source link

Bad image specification for AWS deployment #377

Closed maricaantonacci closed 4 years ago

maricaantonacci commented 4 years ago

In file /src/main/java/it/reply/orchestrator/service/ToscaServiceImpl.java, the function generateImImageUri() returns a bad image url.

return String.format("aws://%s", host);

should be:

return String.format("aws://%s", imageId);

alberto-brigandi commented 4 years ago

closed by e6545d8da090a1d6c114f2fa302922c788c34130