[jira] [Commented] (LIBCLOUD-965) /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth

2018-01-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on LIBCLOUD-965:
-

Github user asfgit closed the pull request at:

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


> /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth
> 
>
> Key: LIBCLOUD-965
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-965
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Reporter: Miguel Caballer
>Priority: Minor
>
> As stated here:
> https://developer.openstack.org/api-ref/identity/v3-ext/#list-projects-a-federated-user-can-access
> The path: /v3/OS-FEDERATION/projects has been deprecated in v1.1. Use core 
> GET /auth/projects. This call has the same response format.



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


[jira] [Commented] (LIBCLOUD-965) /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth

2018-01-30 Thread ASF subversion and git services (JIRA)

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

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

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

Fix LIBCLOUD-965

Signed-off-by: Quentin Pradet 


> /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth
> 
>
> Key: LIBCLOUD-965
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-965
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Reporter: Miguel Caballer
>Priority: Minor
>
> As stated here:
> https://developer.openstack.org/api-ref/identity/v3-ext/#list-projects-a-federated-user-can-access
> The path: /v3/OS-FEDERATION/projects has been deprecated in v1.1. Use core 
> GET /auth/projects. This call has the same response format.



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


[jira] [Commented] (LIBCLOUD-965) /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth

2017-12-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on LIBCLOUD-965:
-

GitHub user micafer reopened a pull request:

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

[LIBCLOUD-965] /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth

## [LIBCLOUD-965] /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC 
auth

### Description

As stated here:

https://developer.openstack.org/api-ref/identity/v3-ext/#list-projects-a-federated-user-can-access

The path: /v3/OS-FEDERATION/projects has been deprecated in v1.1. Use core 
GET /auth/projects. This call has the same response format.

Also added response.body as body of the MalformedResponseError to improve 
error messages in case of non expected response code.

### Status

- done, ready for review
Tests are failing due to extenal issues.

### Checklist (tick everything that applies)

- [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/micafer/libcloud trunk

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

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


commit 814bc3e366bdce7f2b935eeb3c7ed21d562cf3e8
Author: micafer 
Date:   2017-06-20T06:21:37Z

Fix #LIBCLOUD-925

commit 7deee735c43b38e021153579d41193b49cbba1dd
Author: micafer 
Date:   2017-11-29T12:37:11Z

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

commit 00efcf2be242acfa8821dec7c2ec14537a5f9584
Author: micafer 
Date:   2017-11-29T12:51:18Z

Improve error message

commit e23be01804d4d435382fb2dc2b1bf68ad0f5e401
Author: micafer 
Date:   2017-11-30T08:56:02Z

Fix LIBCLOUD-965

commit 3dd6f4d5aec21f8d11e415fe4d95d2e316bb3dac
Author: micafer 
Date:   2017-11-30T09:59:31Z

Fix test




> /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth
> 
>
> Key: LIBCLOUD-965
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-965
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Reporter: Miguel Caballer
>Priority: Minor
>
> As stated here:
> https://developer.openstack.org/api-ref/identity/v3-ext/#list-projects-a-federated-user-can-access
> The path: /v3/OS-FEDERATION/projects has been deprecated in v1.1. Use core 
> GET /auth/projects. This call has the same response format.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LIBCLOUD-965) /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth

2017-12-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on LIBCLOUD-965:
-

Github user micafer closed the pull request at:

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


> /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth
> 
>
> Key: LIBCLOUD-965
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-965
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Reporter: Miguel Caballer
>Priority: Minor
>
> As stated here:
> https://developer.openstack.org/api-ref/identity/v3-ext/#list-projects-a-federated-user-can-access
> The path: /v3/OS-FEDERATION/projects has been deprecated in v1.1. Use core 
> GET /auth/projects. This call has the same response format.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LIBCLOUD-965) /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth

2017-11-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on LIBCLOUD-965:
-

Github user micafer closed the pull request at:

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


> /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth
> 
>
> Key: LIBCLOUD-965
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-965
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Reporter: Miguel Caballer
>Priority: Minor
>
> As stated here:
> https://developer.openstack.org/api-ref/identity/v3-ext/#list-projects-a-federated-user-can-access
> The path: /v3/OS-FEDERATION/projects has been deprecated in v1.1. Use core 
> GET /auth/projects. This call has the same response format.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LIBCLOUD-965) /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth

2017-11-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on LIBCLOUD-965:
-

GitHub user micafer reopened a pull request:

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

[LIBCLOUD-965] /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth

## [LIBCLOUD-965] /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC 
auth

### Description

As stated here:

https://developer.openstack.org/api-ref/identity/v3-ext/#list-projects-a-federated-user-can-access

The path: /v3/OS-FEDERATION/projects has been deprecated in v1.1. Use core 
GET /auth/projects. This call has the same response format.

Also added response.body as body of the MalformedResponseError to improve 
error messages in case of non expected response code.

### Status

- done, ready for review

### Checklist (tick everything that applies)

- [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/micafer/libcloud trunk

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

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


commit 814bc3e366bdce7f2b935eeb3c7ed21d562cf3e8
Author: micafer 
Date:   2017-06-20T06:21:37Z

Fix #LIBCLOUD-925

commit 7deee735c43b38e021153579d41193b49cbba1dd
Author: micafer 
Date:   2017-11-29T12:37:11Z

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

commit 00efcf2be242acfa8821dec7c2ec14537a5f9584
Author: micafer 
Date:   2017-11-29T12:51:18Z

Improve error message

commit e23be01804d4d435382fb2dc2b1bf68ad0f5e401
Author: micafer 
Date:   2017-11-30T08:56:02Z

Fix LIBCLOUD-965

commit 3dd6f4d5aec21f8d11e415fe4d95d2e316bb3dac
Author: micafer 
Date:   2017-11-30T09:59:31Z

Fix test




> /v3/OS-FEDERATION/projects deprecated in OpenStack OIDC auth
> 
>
> Key: LIBCLOUD-965
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-965
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Reporter: Miguel Caballer
>Priority: Minor
>
> As stated here:
> https://developer.openstack.org/api-ref/identity/v3-ext/#list-projects-a-federated-user-can-access
> The path: /v3/OS-FEDERATION/projects has been deprecated in v1.1. Use core 
> GET /auth/projects. This call has the same response format.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)