- 24 May, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 14 May, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 30 Apr, 2013 1 commit
-
-
Christos Stavrakakis authored
Create 'mocked_quotaholder' context manager to bypass commission and use it in Cyclades tests. Also this commit does some various fixes to other tests.
-
- 08 Apr, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 02 Apr, 2013 1 commit
-
-
Christos Stavrakakis authored
Do not use a default value (was "MAC_FILTERED") for "type" parameter of "network_create" API method. The client must explicitly choose the network type.
-
- 21 Mar, 2013 1 commit
-
-
Christos Stavrakakis authored
Until now, a server's public NetworkInterface was not created in the DB until the arrival of the message from Ganeti hooks. However, the IPv4 address of the NIC is reserved before sending the OP_INSTANCE_CREATE job to Ganeti. This drawback of this approach is that if the Ganeti hooks never run (building ERROR), Cyclades will never associate the IPv4 address with a machine and therefore this address will never be released. This commit fixes this issue by creating the VM's public NIC in DB when creating the server. Also the NetworkInterface model is extended with a 'state' field to indicate if the NIC is active or still building. Finally, the corresponding API calls are modified in order to return only 'ACTIVE' NICs.
-
- 22 Feb, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 20 Feb, 2013 1 commit
-
-
Christos Stavrakakis authored
Fix bug in Cyclades network API. API should raise BadRequest if specified network subnet is invalid. Also, do not allow subnets with host bits set (like 10.0.0.1/28).
-
- 07 Jan, 2013 1 commit
-
-
Christos Stavrakakis authored
-