Skip to content

0.6.x#929

Closed
haucke wants to merge 13 commits intotrunkfrom
0.6.x
Closed

0.6.x#929
haucke wants to merge 13 commits intotrunkfrom
0.6.x

Conversation

@haucke
Copy link
Copy Markdown

@haucke haucke commented Oct 30, 2016

Follow PEP8 Guidelines

Helped lines to follow character count guidelines for PEP8

id = data['id'],
         name = data['name'],
         state = self.NODE_STATE_MAP[data['status']],
  •        public_ips=map(lambda cloud_ip: cloud_ip['public_ip'], data['cloud_ips']),
    
  •        private_ips=map(lambda interface: interface['ipv4_address'], data['interfaces']),
    
  •        public_ip=map(lambda cloud_ip: cloud_ip['public_ip'], data['cloud_ips']),
    
  •        private_ip=map(lambda interface: interface['ipv4_address'], data['interfaces']),
         driver = self.connection.driver,
         extra = {
             'status': data['status'],
    

For more information on contributing, please see Contributing
section of our documentation.

Status

Replace this: describe the PR status. Examples:

  • work in progress
  • done, ready for review

Checklist (tick everything that applies)

  • Code linting (required, can be done after the PR checks)
  • Documentation
  • Tests
  • ICLA (required for bigger changes)

Kami added 13 commits November 12, 2011 01:26
exception if an unexpected status code is returned. Reported by
"jeblair" (backport from trunk)


git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201148 13f79535-47bb-0310-9956-ffa450edef68
…l timeout

to 200 seconds (back-port from trunk).


git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201156 13f79535-47bb-0310-9956-ffa450edef68
…y it can

also be used with an arbitrary CloudStack provider not just with ninefold.com
(back-port from trunk).


git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.6.x@1201980 13f79535-47bb-0310-9956-ffa450edef68
@tonybaloney
Copy link
Copy Markdown
Contributor

This account will be reported to GitHub and digital ocean.
👎

@asfgit asfgit closed this in 3b515f4 Nov 1, 2016
@hubot hubot deleted the 0.6.x branch April 28, 2017 19:08
@hubot hubot restored the 0.6.x branch April 28, 2017 21:36
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.

3 participants