You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by il...@apache.org on 2013/01/07 14:41:28 UTC

svn commit: r1429795 - /libcloud/trunk/libcloud/compute/drivers/ec2.py

Author: ilgiz
Date: Mon Jan  7 13:41:27 2013
New Revision: 1429795

URL: http://svn.apache.org/viewvc?rev=1429795&view=rev
Log:
Update  nimbus and euc node drivers - add website attributes

Modified:
    libcloud/trunk/libcloud/compute/drivers/ec2.py

Modified: libcloud/trunk/libcloud/compute/drivers/ec2.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py?rev=1429795&r1=1429794&r2=1429795&view=diff
==============================================================================
--- libcloud/trunk/libcloud/compute/drivers/ec2.py (original)
+++ libcloud/trunk/libcloud/compute/drivers/ec2.py Mon Jan  7 13:41:27 2013
@@ -1502,6 +1502,7 @@ class EucNodeDriver(BaseEC2NodeDriver):
     """
 
     name = 'Eucalyptus'
+    website = 'http://www.eucalyptus.com/'
     api_name = 'ec2_us_east'
     region_name = 'us-east-1'
     connectionCls = EucConnection
@@ -1546,6 +1547,7 @@ class NimbusNodeDriver(BaseEC2NodeDriver
 
     type = Provider.NIMBUS
     name = 'Nimbus'
+    website = 'http://www.nimbusproject.org/'
     country = 'Private'
     api_name = 'nimbus'
     region_name = 'nimbus'