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-553: Add support for the Outscale INC cloud. #293

Closed
wants to merge 1 commit into from
Closed

LIBCLOUD-553: Add support for the Outscale INC cloud. #293

wants to merge 1 commit into from

Conversation

benoit-canet
Copy link

This commits add the support for Outscale INC a parent company of Outscale SAS
working under the American laws.

@benoit-canet
Copy link
Author

fixed doc


def __init__(self, key, secret=None, secure=True, host=None, port=None,
region='us-east-1', region_details=None, **kwargs):
OutscaleNodeDriver.__init__(self, key=key, secret=secret,
Copy link
Member

Choose a reason for hiding this comment

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

Since this is a new style class, you can and should use super(OutscaleNodeDriver, self).__init__(...

This commits add the support for Outscale INC a parent company of Outscale SAS
working under the American laws.
@asfgit asfgit closed this in ca6ad2a May 16, 2014
@Kami
Copy link
Member

Kami commented May 16, 2014

Merged into trunk.

Thanks.

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.

2 participants