[GitHub] libcloud pull request #1241: Add china northwest driver about aws

2018-09-24 Thread yangkang55
GitHub user yangkang55 opened a pull request:

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

Add china northwest driver about aws

## Add china northwest driver about aws

### Description
in order to use this in chia ningxia province  s3 service ,so 
Add china northwest driver about aws
Add china northwest type about aws
Add china northwest providers about aws
### 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/yangkang55/libcloud trunk

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

https://github.com/apache/libcloud/pull/1241.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 #1241


commit 358b9fa8ad124a088bb1f8a0a97012c78aeac3b7
Author: yangkang 
Date:   2018-09-13T15:34:08Z

feat: add support about region of '''cn-northwest-1'

commit 922a759cefe1901762420e397dd1edc2e2fd0ff9
Author: yangkang 
Date:   2018-09-25T03:25:23Z

Merge remote-tracking branch 'upstream/trunk' into trunk




---


[jira] [Commented] (LIBCLOUD-1014) Add tags when create a snapshot

2018-09-24 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on LIBCLOUD-1014:
--

GitHub user elesbom opened a pull request:

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

[LIBCLOUD-1014] Accept tags when create a snapshot

## Accept tags when create snapshot

### Description
 In my aws account have a lot of snapshots of many different projects. To 
organize that, i need to create tags in my snapshots. Looking the method 
[create_volume_snapshot](https://libcloud.readthedocs.io/en/latest/compute/drivers/ec2.html#libcloud.compute.drivers.ec2.BaseEC2NodeDriver.create_volume_snapshot)
 i can't create tags. This pull request allow you pass tags to snapshot. Link 
for [jira](https://issues.apache.org/jira/browse/LIBCLOUD-1014)

### Status
- done, ready for review

- [x] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
- [ ] Documentation
- [x] [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/elesbom/libcloud 
LIBCLOUD-1014_tags_for_snapshot

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

https://github.com/apache/libcloud/pull/1240.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 #1240


commit 53d2b2c2044f910cde13e6660590545559d5870a
Author: elesbom 
Date:   2018-09-24T16:18:42Z

[LIBCLOUD-1014] Accept metadata when create a snapshot




> Add tags when create a snapshot
> ---
>
> Key: LIBCLOUD-1014
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-1014
> Project: Libcloud
>  Issue Type: Improvement
>  Components: Compute
>Reporter: Rafael dos Santos Goncalves
>Priority: Minor
>  Labels: features
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> Hello, 
>     In my aws account have a lot of snapshots of many different projects. To 
> organize that, i need to create tags in my snapshots. Looking the method 
> [create_volume_snapshot|https://libcloud.readthedocs.io/en/latest/compute/drivers/ec2.html#libcloud.compute.drivers.ec2.BaseEC2NodeDriver.create_volume_snapshot]
>  i can't create tags. We can improve that method to accept metadata, what you 
> think ?
>  
> Thanks :D



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] libcloud pull request #1240: [LIBCLOUD-1014] Accept tags when create a snaps...

2018-09-24 Thread elesbom
GitHub user elesbom opened a pull request:

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

[LIBCLOUD-1014] Accept tags when create a snapshot

## Accept tags when create snapshot

### Description
 In my aws account have a lot of snapshots of many different projects. To 
organize that, i need to create tags in my snapshots. Looking the method 
[create_volume_snapshot](https://libcloud.readthedocs.io/en/latest/compute/drivers/ec2.html#libcloud.compute.drivers.ec2.BaseEC2NodeDriver.create_volume_snapshot)
 i can't create tags. This pull request allow you pass tags to snapshot. Link 
for [jira](https://issues.apache.org/jira/browse/LIBCLOUD-1014)

### Status
- done, ready for review

- [x] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
- [ ] Documentation
- [x] [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/elesbom/libcloud 
LIBCLOUD-1014_tags_for_snapshot

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

https://github.com/apache/libcloud/pull/1240.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 #1240


commit 53d2b2c2044f910cde13e6660590545559d5870a
Author: elesbom 
Date:   2018-09-24T16:18:42Z

[LIBCLOUD-1014] Accept metadata when create a snapshot




---


[jira] [Created] (LIBCLOUD-1014) Add tags when create a snapshot

2018-09-24 Thread Rafael dos Santos Goncalves (JIRA)
Rafael dos Santos Goncalves created LIBCLOUD-1014:
-

 Summary: Add tags when create a snapshot
 Key: LIBCLOUD-1014
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-1014
 Project: Libcloud
  Issue Type: Improvement
  Components: Compute
Reporter: Rafael dos Santos Goncalves


Hello, 

    In my aws account have a lot of snapshots of many different projects. To 
organize that, i need to create tags in my snapshots. Looking the method 
[create_volume_snapshot|https://libcloud.readthedocs.io/en/latest/compute/drivers/ec2.html#libcloud.compute.drivers.ec2.BaseEC2NodeDriver.create_volume_snapshot]
 i can't create tags. We can improve that method to accept metadata, what you 
think ?

 

Thanks :D



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)