-
Committer:
Tarmac
-
Author(s):
Raphael Badin
-
Date:
2013-07-16 10:25:00 UTC
-
mfrom:
(1461.1.3 empty-methods)
-
Revision ID:
tarmac-20130716102500-ppf28lfz2u90d5q8
[r=rvb] Azure provider: implement more methods
This branch does two things:
- it replaces the panic() calls in the port-related methods with empty methods. The goal here is to be able to test the provider more easily, provided that you open/close the ports manually.
- it updates the name of the image used because an image with support for Azure in cloud-init has just been made available.
In case you wonder, the change s/ExtraSmall/Small is there to accomodate installing mysql on a node. ExtraSmall does not have enough memory.
This is all for the sake of testing, all of the code that this branch changes will be re-worked later.