We copied some codes/frameworks from Nova, but frogot to add
the original file informations, this tries to add them back.
Change-Id: I310d94fc334b6e72dc5eafa316f1b4842066ccbe
Replace server.nics with server.addresses to only return basic
addresses info with server API object, and we also provide an
API to get networks infomation.
Change-Id: If684252f8112e3879f096403d5b9daed2bd5951a
Now Mogan can support network_ids in request of creation servers.
This feature introduces the support for specifying the port_ids
in request body too.
Change-Id: I7f25a97da6e45f06f9ef2def68eeaf294659a932
Implements: bp specify-neutron-port-when-creating-instances
If port is not found when trying to delete it, we should not
reraise the exception, just leave a warning log.
Change-Id: I6dec499fc7de4fbea9600d60eeedba698596075d
1. Change to return 204 (No Content), as the POST method doesn't
result in a resource that can be identified by a URL
2. Add API docs for associate fip API.
Change-Id: I8b384dcd10c9c5f5f06ee55c3fa0a846ba7d3526
Support to create multi-instance in one request of mogan.
This commit finish the main flows and leave some network check
for another commit.
Implements: bp support-multiple-creation
Change-Id: I24fcc94c8acfb8b351579a5a96eb129c7a59efbe
We should add floating ips realted methods, so users can associate
or dissociate fips to their instances.
Change-Id: I284caf6ab0b8297024983db79f5b6ecaea8f4f40
Implements: bp associate-dissociate-fip