Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIBCLOUD-525: Add VPC lifecycle support into the EC2 driver. This PR inc... #255

Closed
wants to merge 2 commits into from
Closed

LIBCLOUD-525: Add VPC lifecycle support into the EC2 driver. This PR inc... #255

wants to merge 2 commits into from

Conversation

cderamus
Copy link
Contributor

@cderamus cderamus commented Mar 2, 2014

...ludes the ability to describe, create, delete, attach and detach VPC Internet gateways.

…includes the ability to describe, create, delete, attach and detach VPC Internet gateways.
@@ -1171,6 +1171,24 @@ def __repr__(self):
% (self.ip, self.domain, self.instance_id))


class VPCInternetGateway(Node):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, this probably shouldn't inherit from Node, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct.

@Kami
Copy link
Member

Kami commented Mar 2, 2014

Merged into trunk.

Thanks.

@asfgit asfgit closed this in 0cdc81f Mar 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants