netgroup-polito / mdo2frog4

This repository contains a virtualizer module that enables communication between Escape and the FROGv4 orchestrator
1 stars 1 forks source link

Frog4-orchestrator contacted in a wrong way #9

Closed ReliableLion closed 7 years ago

ReliableLion commented 7 years ago

When a graph is sent to the frog4-orchestrator, the mdo2frog4 authenticate itself and then try to send the graph through a PUT to the /NF-FG resource, receiveing a 405 http bad response. However based on the frog4-orchestrator REST api, the only http methods allowed are:

  1. POST /NF-FG
  2. PUT /NF-FG/{nffg_id}
ReliableLion commented 7 years ago

Fixed with commit a8439dc