You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@libcloud.apache.org by Bob Thompson <bo...@gmail.com> on 2013/02/04 19:41:10 UTC

ElasticHosts Standard Drive: Ubuntu 12.04

What are your thoughts on adding Ubuntu 12.04.1 LTS to ElasticHosts?

Essentially, we could add something like the following code in
libcloud.compute.drivers.elastichosts.py (line #58)...

'62f512cd-82c7-498e-88d8-a09ac2ef20e7': {
        'uuid': '62f512cd-82c7-498e-88d8-a09ac2ef20e7',
        'description': 'Ubuntu Linux 12.04',
        'size_gunzipped': '1GB',
        'supports_deployment': True,
    },

Thoughts?

Re: ElasticHosts Standard Drive: Ubuntu 12.04

Posted by Tomaz Muraus <to...@apache.org>.
Just FYI, I've checked ElasticHosts documentation today and I don't see
Ubuntu 12.04.1 on the list.

(http://www.elastichosts.com/support/api/ -> Standard drives -> Standard
Drive Details)

On Mon, Feb 4, 2013 at 7:41 PM, Bob Thompson <bo...@gmail.com>wrote:

> What are your thoughts on adding Ubuntu 12.04.1 LTS to ElasticHosts?
>
> Essentially, we could add something like the following code in
> libcloud.compute.drivers.elastichosts.py (line #58)...
>
> '62f512cd-82c7-498e-88d8-a09ac2ef20e7': {
>         'uuid': '62f512cd-82c7-498e-88d8-a09ac2ef20e7',
>         'description': 'Ubuntu Linux 12.04',
>         'size_gunzipped': '1GB',
>         'supports_deployment': True,
>     },
>
> Thoughts?
>

Re: ElasticHosts Standard Drive: Ubuntu 12.04

Posted by Tomaz Muraus <to...@apache.org>.
If it's supported by the ElasticHosts API then sure, send a patch and we
will merge it.

On a related note - image list in ElasticHost driver is probably a bit out
of date now so updating the whole list would be great.

sent from my phone
On Feb 4, 2013 7:52 PM, "Bob Thompson" <bo...@gmail.com> wrote:

> What are your thoughts on adding Ubuntu 12.04.1 LTS to ElasticHosts?
>
> Essentially, we could add something like the following code in
> libcloud.compute.drivers.elastichosts.py (line #58)...
>
> '62f512cd-82c7-498e-88d8-a09ac2ef20e7': {
>         'uuid': '62f512cd-82c7-498e-88d8-a09ac2ef20e7',
>         'description': 'Ubuntu Linux 12.04',
>         'size_gunzipped': '1GB',
>         'supports_deployment': True,
>     },
>
> Thoughts?
>