XiaocongDong / VMMigrationController

An Northbound Application of OpenDayLight to optimize the VM migration flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VMMigrationController

An Northbound Application of OpenDayLight to optimize the VM migration flow it provides a restful api for network manager to do the flow optimization the restful url is http://{webserviceIp}:{port}/VMMigrationController/MigrationService/Optimize/ the HTTP method will be post, here is the input template

{
  "srcIp":{srcIp},
  "destIp":{destIp},
  "controllerIp":{controllerIp}
}

Copyright:XiaocongDong 20160507

About

An Northbound Application of OpenDayLight to optimize the VM migration flow


Languages

Language:Java 100.0%