Commit Graph

175 Commits

Author SHA1 Message Date
de61ed316c The controller has a streaming API
Now we need to link the hypervisor to the controller.
2016-03-17 17:32:37 +01:00
aa6c44a470 Fix crash when a n hypervisor return no body 2016-03-16 16:10:06 +01:00
757ee34dac Support auth for network V2 hypervisors 2016-03-16 15:55:07 +01:00
c0e452133d Web interface for debbuging controller 2016-03-15 11:32:10 +01:00
7a095478fe Success to add a dynamips with apiv2 2016-03-15 10:45:05 +01:00
8fed1d9b9f API for deleting a link 2016-03-14 20:54:05 +01:00
ed291da566 Rebuild doc 2016-03-14 20:37:07 +01:00
9062490be3 API for deleting a list 2016-03-14 17:40:27 +01:00
9771b33b68 Create link using UDP work 2016-03-14 16:51:47 +01:00
8cb5a6ec75 Typo 2016-03-11 20:34:01 +01:00
17c5d3048c Cleanup 2016-03-11 20:15:02 +01:00
65099b9364 Link API should work now need to implement the client 2016-03-11 20:13:52 +01:00
e3580d52c3 Dummy link api documentation 2016-03-11 17:02:50 +01:00
abdda4d3b3 Link API (do nothing for the moment) 2016-03-11 16:51:35 +01:00
6fad82c61d Rebuild documentation 2016-03-11 15:49:28 +01:00
be4aa41dda Create VPCS VM on controller 2016-03-11 15:06:14 +01:00
4326d412f9 API for creating a VM 2016-03-10 21:51:29 +01:00
65de1b7b5e Default arg for post in controllers 2016-03-10 10:57:14 +01:00
58f1abff35 Close, commit and delete supported for projects in controller 2016-03-10 10:32:07 +01:00
6fa2491255 Rename /controller/servers to /controller/hypervisors 2016-03-08 16:04:12 +01:00
0921df520c Return controller version as server version (temporary) 2016-03-04 16:58:53 +01:00
0532b4de8a Fix logging issues with the controller 2016-03-04 16:55:59 +01:00
4d77b2918e Raise an error if server flagged as local but should not
If the controller is not started with --local but the server ID
is local it's raise an error.
2016-03-04 16:11:31 +01:00
aad69e9650 Create a /server API for register servers
This allow to push to the controller information about
the connection to a server.
2016-03-03 16:05:09 +01:00
84eb8356e8 Create a container class and a flag for enable it from command line
Ref #417
2016-03-02 09:49:52 +01:00