Updated Branches: refs/heads/trunk a447f9619 -> abf8f8e1a
Add back a comment which was while resolving merge conflicts. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/abf8f8e1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/abf8f8e1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/abf8f8e1 Branch: refs/heads/trunk Commit: abf8f8e1aa63dd38843551daada9e6529d3b9115 Parents: a447f96 Author: Tomaz Muraus <[email protected]> Authored: Wed Dec 25 21:59:01 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Wed Dec 25 21:59:01 2013 +0100 ---------------------------------------------------------------------- libcloud/compute/drivers/ec2.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/abf8f8e1/libcloud/compute/drivers/ec2.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py index 981c436..c3d2cc3 100644 --- a/libcloud/compute/drivers/ec2.py +++ b/libcloud/compute/drivers/ec2.py @@ -563,6 +563,8 @@ class EC2ReservedNode(Node): """ Class which stores information about EC2 reserved instances/nodes Inherits from Node and passes in None for name and private/public IPs + + Note: This class is EC2 specific. """ def __init__(self, id, state, driver, size=None, image=None, extra=None):
