[jira] [Commented] (LIBCLOUD-1026) Updated documentation for UpCloud driver

2018-11-27 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on LIBCLOUD-1026:
--

GitHub user iler opened a pull request:

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

[LIBCLOUD-1026] Update documentation for UpCloud driver

## Update UpCloud driver documentation

### Description

- Dropped www from the URL
- Added missing datacenters
- Updated API credentials instructions
- Updated logo

[https://issues.apache.org/jira/projects/LIBCLOUD/issues/LIBCLOUD-1026](
https://issues.apache.org/jira/projects/LIBCLOUD/issues/LIBCLOUD-1026)

### 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)
- [x] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [x] 
[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/UpCloudLtd/libcloud 
1026-upcloud-driver-documentation-update

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

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


commit 7f1c7a798bf30c3b2223077b60b3305cf8956689
Author: Ilari Mäkelä 
Date:   2018-11-27T14:56:20Z

[LIBCLOUD-1026] Update documentation for UpCloud driver




> Updated documentation for UpCloud driver
> 
>
> Key: LIBCLOUD-1026
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-1026
> Project: Libcloud
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ilari Mäkelä
>Priority: Trivial
>
> Update the documentation for UpCloud driver with at least the following:
>  * Update the logo
>  * Add missing data center(s)
>  * Update API credentials instructions



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


[1/2] libcloud git commit: [LIBCLOUD-1026] Update documentation for UpCloud driver

2018-11-27 Thread vdloo
Repository: libcloud
Updated Branches:
  refs/heads/trunk 8f39dbc1b -> 080b343e0


[LIBCLOUD-1026] Update documentation for UpCloud driver

Signed-off-by: Rick van de Loo 


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

Branch: refs/heads/trunk
Commit: dd6aaba856d5f3ed6e8a05c4f92465a968af450d
Parents: 8f39dbc
Author: Ilari Mäkelä 
Authored: Tue Nov 27 16:56:20 2018 +0200
Committer: Rick van de Loo 
Committed: Tue Nov 27 16:02:52 2018 +0100

--
 docs/_static/images/provider_logos/upcloud.png | Bin 20107 -> 10801 bytes
 docs/compute/drivers/upcloud.rst   |  14 --
 2 files changed, 8 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/dd6aaba8/docs/_static/images/provider_logos/upcloud.png
--
diff --git a/docs/_static/images/provider_logos/upcloud.png 
b/docs/_static/images/provider_logos/upcloud.png
index 5b5f205..55b123b 100644
Binary files a/docs/_static/images/provider_logos/upcloud.png and 
b/docs/_static/images/provider_logos/upcloud.png differ

http://git-wip-us.apache.org/repos/asf/libcloud/blob/dd6aaba8/docs/compute/drivers/upcloud.rst
--
diff --git a/docs/compute/drivers/upcloud.rst b/docs/compute/drivers/upcloud.rst
index e24b46c..ed5b0e9 100644
--- a/docs/compute/drivers/upcloud.rst
+++ b/docs/compute/drivers/upcloud.rst
@@ -6,15 +6,17 @@ from data centers based in multiple countries.
 .. figure:: /_static/images/provider_logos/upcloud.png
 :align: center
 :width: 300
-:target: https://www.upcloud.com/
+:target: https://upcloud.com/
 
-UpCloud currently operates globally from six (6) data centers:
+UpCloud currently operates globally from eight (8) data centers:
 
 * Amsterdam, Netherlands
 * Chicago, USA
 * Frankfurt, Germany
-* Helsinki, Finland
+* Helsinki 1, Finland
+* Helsinki 2, Finland
 * London, UK
+* San Jose, USA
 * Singapore, Singapore
 
 Instantiating a driver
@@ -30,7 +32,7 @@ Enabling API access
 ---
 
 To allow API access to your UpCloud account, you first need to enable the API
-permissions by visiting `My Account -> User accounts`_ in your UpCloud Control
+permissions by visiting `People`_ in your UpCloud Control
 Panel. We recommend you to set up a sub-account specifically for the API usage
 with its own username and password, as it allows you to assign specific 
permissions
 for increased security.
@@ -41,5 +43,5 @@ limit the API connections to a specific IP address or address 
range for addition
 security. Once you are done entering the user information, hit the **Save** 
button
 at the bottom of the page to create the new username.
 
-.. _`UpCloud`: https://www.upcloud.com/
-.. _`My Account -> User accounts`: https://my.upcloud.com/account
+.. _`UpCloud`: https://upcloud.com/
+.. _`People`: https://hub.upcloud.com/people



[jira] [Commented] (LIBCLOUD-1026) Updated documentation for UpCloud driver

2018-11-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on LIBCLOUD-1026:
---

Commit dd6aaba856d5f3ed6e8a05c4f92465a968af450d in libcloud's branch 
refs/heads/trunk from [~ilarimakela]
[ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=dd6aaba ]

[LIBCLOUD-1026] Update documentation for UpCloud driver

Signed-off-by: Rick van de Loo 


> Updated documentation for UpCloud driver
> 
>
> Key: LIBCLOUD-1026
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-1026
> Project: Libcloud
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ilari Mäkelä
>Priority: Trivial
>
> Update the documentation for UpCloud driver with at least the following:
>  * Update the logo
>  * Add missing data center(s)
>  * Update API credentials instructions



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


[jira] [Commented] (LIBCLOUD-1026) Updated documentation for UpCloud driver

2018-11-27 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on LIBCLOUD-1026:
--

Github user asfgit closed the pull request at:

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


> Updated documentation for UpCloud driver
> 
>
> Key: LIBCLOUD-1026
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-1026
> Project: Libcloud
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ilari Mäkelä
>Priority: Trivial
>
> Update the documentation for UpCloud driver with at least the following:
>  * Update the logo
>  * Add missing data center(s)
>  * Update API credentials instructions



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


[GitHub] libcloud pull request #1259: [LIBCLOUD-1026] Update documentation for UpClou...

2018-11-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[2/2] libcloud git commit: Add changes for #1259

2018-11-27 Thread vdloo
Add changes for #1259

Closes #1259


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

Branch: refs/heads/trunk
Commit: 080b343e0983f2a22f7647b4fd8cebb3339adbe2
Parents: dd6aaba
Author: Rick van de Loo 
Authored: Tue Nov 27 16:05:50 2018 +0100
Committer: Rick van de Loo 
Committed: Tue Nov 27 16:05:50 2018 +0100

--
 CHANGES.rst | 3 +++
 1 file changed, 3 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/080b343e/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 037e1da..99029e7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -19,6 +19,9 @@ Compute
 - [OpenStack] Implement OpenStack_1_1_NodeDriver ex_get_snapshot (GITHUB-1257)
   [Rick van de Loo]
 
+- [UpCloud] Update documentation for UpCloud driver (LIBCLOUD-1026, 
GITHUB-1259)
+  [Ilari Mäkelä]
+
 Changes in Apache Libcloud 2.4.0
 
 



[GitHub] libcloud pull request #1259: [LIBCLOUD-1026] Update documentation for UpClou...

2018-11-27 Thread iler
GitHub user iler opened a pull request:

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

[LIBCLOUD-1026] Update documentation for UpCloud driver

## Update UpCloud driver documentation

### Description

- Dropped www from the URL
- Added missing datacenters
- Updated API credentials instructions
- Updated logo

[https://issues.apache.org/jira/projects/LIBCLOUD/issues/LIBCLOUD-1026](
https://issues.apache.org/jira/projects/LIBCLOUD/issues/LIBCLOUD-1026)

### 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)
- [x] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [x] 
[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/UpCloudLtd/libcloud 
1026-upcloud-driver-documentation-update

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

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


commit 7f1c7a798bf30c3b2223077b60b3305cf8956689
Author: Ilari Mäkelä 
Date:   2018-11-27T14:56:20Z

[LIBCLOUD-1026] Update documentation for UpCloud driver




---


[GitHub] libcloud pull request #1258: Update UpCloud driver documentation

2018-11-27 Thread iler
Github user iler closed the pull request at:

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


---


[GitHub] libcloud pull request #1258: Update UpCloud driver documentation

2018-11-27 Thread iler
GitHub user iler opened a pull request:

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

Update UpCloud driver documentation

## Update UpCloud driver documentation

### Description

- Dropped www from the URL
- Added missing datacenters
- Updated API credentials instructions
- Updated logo

### 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)
- [x] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [x] 
[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/UpCloudLtd/libcloud 
1026-upcloud-driver-documentation-update

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

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


commit 88125a834ae596e6689a6501d59d4e9f671b72b3
Author: Ilari Mäkelä 
Date:   2018-11-27T14:31:37Z

New logo for UpCloud driver documentation

commit 5f3456e8165021cf7b194cb0973f94301bb560f6
Author: Ilari Mäkelä 
Date:   2018-11-27T14:44:24Z

Updated the following:
- Dropped www from the URL
- Added missing datacenters
- Update API credentials instructions




---


[jira] [Created] (LIBCLOUD-1026) Updated documentation for UpCloud driver

2018-11-27 Thread JIRA
Ilari Mäkelä created LIBCLOUD-1026:
--

 Summary: Updated documentation for UpCloud driver
 Key: LIBCLOUD-1026
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-1026
 Project: Libcloud
  Issue Type: Improvement
  Components: Documentation
Reporter: Ilari Mäkelä


Update the documentation for UpCloud driver with at least the following:
 * Update the logo
 * Add missing data center(s)
 * Update API credentials instructions



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