GitHub user kcccccc opened a pull request:

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

    Drop support for provider constants with region in the name.

    ## Changes Title (replace this with a logical title for your changes)
    
    ### Description
    
    Replace this with the PR description (mention the changes you have made, why
    you have made them, provide some background and any references to the 
provider
    documentation if needed, etc.).
    
    For more information on contributing, please see 
[Contributing](http://libcloud.readthedocs.org/en/latest/development.html#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](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/apache/libcloud trunk

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

    https://github.com/apache/libcloud/pull/873.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 #873
    
----
commit 2c0b988c806c57d4d087c11715f866deea74e1be
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T11:51:02Z

    merge changes

commit 7bc8798c1653beca68ab6bfd2644202db270ecab
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T11:51:52Z

    Merge branch 'trunk' of https://github.com/DimensionDataCBUSydney/libcloud 
into trunk

commit 972a4f032f58e2eba6064362157f66c8f600ba11
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T12:31:12Z

    added new reporting functions

commit 291ffceb877595ef00f1e9ad53fb10f2e48185db
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T12:34:44Z

    fix linting errors

commit 09380b3f39f0a11afba4233250ef2c4b9be4a9e2
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T12:35:16Z

    Merge branch 'trunk' into reporting

commit 4d57bef965fdebe2d34abdb5cf3a8945f56f0770
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T12:36:05Z

    fix linting errors

commit 5de0eb4ec44f5edc05b7ec31b6ecb67dd4b5acf6
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T12:37:38Z

    fix linting errors

commit a2f0c2b16d96f2dacf2b056439b6bc2b128cc6bf
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-05-27T07:19:48Z

    fix linting Closes #795   Closes #801

commit 7467dc263bd954c90b97caaefffc94075982c223
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T12:41:36Z

    Merge branch 'trunk' of https://github.com/apache/libcloud into trunk   
Closes #801

commit 6401a45b620eebcefe7b7ba55f87fb0c81ef18dd
Author: kumar Chockalingam <kumarapp...@gmail.com>
Date:   2016-05-16T23:06:52Z

    if address_list is not none, then the ip element will be none and cannot do 
get attribute on None Type

commit 225d433edcb1e0a4cfeae429f6711f5c6fb603bb
Author: kumar Chockalingam <kumarapp...@gmail.com>
Date:   2016-05-16T23:18:32Z

    removed the variable assignment by mistake

commit e0e4ed00f3962af1a38c3002f5266131f0e30780
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T12:34:44Z

    fix linting errors

commit 8d755bfc022726a4011114121f1b19cfedab1ec8
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T12:37:38Z

    fix linting errors
    Closes #801

commit efff64fc4bbf348bac57262a995f8bef971fcd36
Author: Mark S. Maglana <mmagl...@gmail.com>
Date:   2016-06-06T20:02:44Z

    Add the ability to specify primary and secondary DNS for a node
    
    This change adds two arguments to the create_node() method of the
    dimensiondata driver. These arguments, ex_primary_dns and
    ex_secondary_dns, allow the client to set the node's DNS servers
    at launch time.
    
    Closes #806

commit c09c75732a157f59d0c828944ba4570e941a1818
Author: Wido den Hollander <w...@widodh.nl>
Date:   2016-06-06T14:09:34Z

    auroradns: Set 'priority' key in extra dict instead of 'prio'.
    
    The AuroraDNS API returns the DNS record priority as the field 'prio',
    but libcloud expects 'priority'.
    
    In the AuroraDNS driver set the 'priority' key in the extra dictionary
    when parsing return values from the AuroraDNS API.
    
    Also add a additional test to verify this behavior.
    Closes #804

commit 5c27a9274e1d554c41b1efd8871b4941e185e387
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T22:38:58Z

    Fix failing tests, format responding CSV

commit 76c2476eb58d6e0271f21e8fbb5496f2bc72c600
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T22:39:58Z

    Merge branch 'trunk' into reporting

commit d2187e3d644f7724c1e32ecc0f7924c3f93c5edf
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T22:42:05Z

    change CLRF

commit e04f62c1f40221e3b0fa160e0003e02dc45700dc
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T22:42:07Z

    Merge remote-tracking branch 'apache/trunk' into reporting

commit 0106662b15ffa3d0f9d7f597cba13e4a35b22293
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-06T23:40:39Z

    undone file move

commit 69f9277e438391ad90ceedb561fcdeee5f5aff1c
Author: Wido den Hollander <w...@widodh.nl>
Date:   2016-06-06T14:09:34Z

    auroradns: Set 'priority' key in extra dict instead of 'prio'.
    
    The AuroraDNS API returns the DNS record priority as the field 'prio',
    but libcloud expects 'priority'.
    
    In the AuroraDNS driver set the 'priority' key in the extra dictionary
    when parsing return values from the AuroraDNS API.
    
    Also add a additional test to verify this behavior.
    Closes #804

commit 9fb9a972423874eb6a72acfbfd146f5d66e7b9c5
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-07T00:38:13Z

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

commit 04d9ccedac5e53e341bc9f659e3aa228514949dd
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-07T00:45:35Z

    Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/libcloud 
into trunk

commit 76cc0bb3b0bdbb5802e7f1b9b57fa621e35eb5a2
Author: anthony-shaw <anthonys...@apache.org>
Date:   2016-06-07T00:45:43Z

    Merge branch 'reporting' into trunk

commit c715b78e52b7e8bb20d858fb58cd7ad9565d182f
Author: lochiiconnectivity <lcreg-git...@convergence.cx>
Date:   2016-06-07T21:01:09Z

    [LIBCLOUD-827] Add support for SNI

commit 2583d625a953b81ae02b6bc34ab8d06d413794bc
Author: net613 <wuhen...@otcaix.iscas.ac.cn>
Date:   2016-06-06T04:11:31Z

    Fix aliyun ecs driver: version mismatch error
    
    fix#800 E302 expected 2 blank lines
    
    support ECSConnection and SLBConnection
    
    expected 1 blank lines
    
    fix no member named api_version
    
    lint: commands failed
    
    expected 2 blank lines
    
    Aliyun ecs: Add support for creating/deleting security group
    
    fix E501 line too long (83 > 79 characters)
    
    fix E203 whitespace before ':'
    
    Closes #800

commit 3c5388a318ff7443ea41f2df86b5248d7078246a
Author: netgenius <wuhen...@otcaix.iscas.ac.cn>
Date:   2016-06-10T07:50:11Z

    rebase
    
    Closes #800

commit 229997319c9fbd6b5b8809c1d0f5506f5ae122f1
Author: netgenius <wuhen...@otcaix.iscas.ac.cn>
Date:   2016-06-10T10:23:15Z

    remove utils/*pyc
    
    Closes #800

commit 2a5fd8b83340a55f6409725ae32d5191da5147e5
Author: Tomaz Muraus <to...@tomaz.me>
Date:   2016-06-10T10:46:25Z

    Remove .pyc file.

commit 0d9b28161dca229f444df97a63702d8ea73389d7
Author: Tomaz Muraus <to...@tomaz.me>
Date:   2016-06-10T10:47:11Z

    Update changelog.

----


---
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.
---

Reply via email to