[GitHub] libcloud pull request #913: Fix Typo - wether -> whether

2016-10-18 Thread avijeet95
GitHub user avijeet95 opened a pull request:

https://github.com/apache/libcloud/pull/913

Fix Typo - wether -> whether

## Fixed Typo

### Description

Fixed Typo wether -> whether

### Status

Done, Ready for Review





You can merge this pull request into a Git repository by running:

$ git pull https://github.com/avijeet95/libcloud patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/libcloud/pull/913.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #913


commit b9840cc2070050424a3c9241bcb98db6e9802ae7
Author: Avijeet Gupta 
Date:   2016-10-18T14:34:56Z

Fix Typo - wether -> whether




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


libcloud git commit: Fixed README.rst

2016-10-18 Thread tomaz
Repository: libcloud
Updated Branches:
  refs/heads/trunk 9c8bea8ff -> c2edb008e


Fixed README.rst

Closes #906.

Signed-off-by: Tomaz Muraus 


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c2edb008
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c2edb008
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c2edb008

Branch: refs/heads/trunk
Commit: c2edb008e79efb1818c473d3aed4748861a259e7
Parents: 9c8bea8
Author: sid 
Authored: Fri Oct 14 03:00:40 2016 +0530
Committer: Tomaz Muraus 
Committed: Tue Oct 18 22:50:53 2016 +0200

--
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/c2edb008/README.rst
--
diff --git a/README.rst b/README.rst
index 2415052..6595d45 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-Apache Libcloud - a unified interface into the cloud
+Apache Libcloud - a unified interface for the cloud
 
 
 .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat



[GitHub] libcloud pull request #906: Fixed README.rst

2016-10-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/libcloud/pull/906


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] libcloud pull request #913: Fix Typo - wether -> whether

2016-10-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/libcloud/pull/913


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


libcloud git commit: Fix Typo - wether -> whether

2016-10-18 Thread tomaz
Repository: libcloud
Updated Branches:
  refs/heads/trunk e4e56e933 -> 9c8bea8ff


Fix Typo - wether -> whether

Closes #913.

Signed-off-by: Tomaz Muraus 


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9c8bea8f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9c8bea8f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9c8bea8f

Branch: refs/heads/trunk
Commit: 9c8bea8ff67346123e6782442fdce2448e9b67e2
Parents: e4e56e9
Author: Avijeet Gupta 
Authored: Tue Oct 18 20:04:56 2016 +0530
Committer: Tomaz Muraus 
Committed: Tue Oct 18 22:49:15 2016 +0200

--
 .pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/9c8bea8f/.pylintrc
--
diff --git a/.pylintrc b/.pylintrc
index 56d02c2..14d137f 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -24,7 +24,7 @@ generated-members=async_request,objects
 
 [VARIABLES]
 
-# Tells wether we should check for unused import in __init__ files.
+# Tells whether we should check for unused import in __init__ files.
 init-import=no
 
 # A regular expression matching names used for dummy variables (i.e. not used).



[jira] [Created] (LIBCLOUD-862) Vultr driver does not implement SSH key create and delete methods

2016-10-18 Thread Fahri Cihan Demirci (JIRA)
Fahri Cihan Demirci created LIBCLOUD-862:


 Summary: Vultr driver does not implement SSH key create and delete 
methods
 Key: LIBCLOUD-862
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-862
 Project: Libcloud
  Issue Type: New Feature
  Components: Compute
Reporter: Fahri Cihan Demirci
Priority: Minor


The Vultr compute driver is not implementing SSH key create and delete methods.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LIBCLOUD-862) Vultr driver does not implement SSH key create and delete methods

2016-10-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15587358#comment-15587358
 ] 

ASF GitHub Bot commented on LIBCLOUD-862:
-

GitHub user femnad opened a pull request:

https://github.com/apache/libcloud/pull/914

[LIBCLOUD-862] Implement SSH Key Create/Delete Methods for Vultr

## Implement SSH Key Create/Delete Methods for Vultr

### Description

* Implement the methods to be used for creating and deleting SSH keys with 
Vultr.
* Add the corresponding tests.

JIRA ticket: https://issues.apache.org/jira/browse/LIBCLOUD-862

### Status

- done, ready for review

### Checklist (tick everything that applies)

- [ ] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ] 
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
 (required for bigger changes)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/femnad/libcloud 
libcloud-862_ssh-key-create-delete-for-vultr

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/libcloud/pull/914.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #914


commit 5c6cc2f36f11ca78a50ee357c5b58acc2fdb0183
Author: Fahri Cihan Demirci 
Date:   2016-10-16T11:16:41Z

[LIBCLOUD-862] Implement SSH Key Create/Delete Methods for Vultr

* Add methods to the Vultr compute driver for creating and deleting SSH key
  pairs.
* Add the corresponding tests for the Vultr compute driver test suite.




> Vultr driver does not implement SSH key create and delete methods
> -
>
> Key: LIBCLOUD-862
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-862
> Project: Libcloud
>  Issue Type: New Feature
>  Components: Compute
>Reporter: Fahri Cihan Demirci
>Priority: Minor
>
> The Vultr compute driver is not implementing SSH key create and delete 
> methods.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] libcloud pull request #914: [LIBCLOUD-862] Implement SSH Key Create/Delete M...

2016-10-18 Thread femnad
GitHub user femnad opened a pull request:

https://github.com/apache/libcloud/pull/914

[LIBCLOUD-862] Implement SSH Key Create/Delete Methods for Vultr

## Implement SSH Key Create/Delete Methods for Vultr

### Description

* Implement the methods to be used for creating and deleting SSH keys with 
Vultr.
* Add the corresponding tests.

JIRA ticket: https://issues.apache.org/jira/browse/LIBCLOUD-862

### Status

- done, ready for review

### Checklist (tick everything that applies)

- [ ] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ] 
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
 (required for bigger changes)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/femnad/libcloud 
libcloud-862_ssh-key-create-delete-for-vultr

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/libcloud/pull/914.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #914


commit 5c6cc2f36f11ca78a50ee357c5b58acc2fdb0183
Author: Fahri Cihan Demirci 
Date:   2016-10-16T11:16:41Z

[LIBCLOUD-862] Implement SSH Key Create/Delete Methods for Vultr

* Add methods to the Vultr compute driver for creating and deleting SSH key
  pairs.
* Add the corresponding tests for the Vultr compute driver test suite.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---