Re: [openstack-dev] [keystone][all] Keystone V2 and V3 support in icehouse

2014-02-18 Thread Dolph Mathews
On Mon, Feb 10, 2014 at 5:23 PM, Frittoli, Andrea (Cloud Services) 
fritt...@hp.com wrote:

 Hi,



 I’m working on a tempest blueprint to make tempest able to run 100% on
 keystone v3 (or later versions) – the auth version to be used will be
 available via a configuration switch.



 The rationale is that Keystone V2 is deprecated in icehouse, V3 being the
 primary version. Thus it would be good to have (at least) one of the  gate
 jobs running entirely with keystone v3.


Much appreciated! Have a link to that bp?




 There are other components beyond tempest that would need some changes to
 make this happen.



 Nova and cinder python bindings work only with keystone v2 [0], and as far
 as I know all core services work with keystone v2 (at least by default).

 Is there a plan to support identity v3 there until the end of icehouse?


Yes (but maybe not by the end of icehouse)- we'd like to make all other
client libraries depend on keystoneclient's library for authentication in
the long run. Jamie Lennox has done a ton of great work to prepare
keystoneclient for that responsibility during Icehouse.


  If not I think we may have to consider still supporting v2 in icehouse.


v2 should certainly be supported in icehouse; which version other projects
default to is up to them, but I'd like to see *all* projects at least
defaulting to v3 by the end of Juno.




 Andrea



 [0] https://bugs.launchpad.net/python-novaclient/+bug/1262843



 --

 Andrea Frittoli

 IaaS Systems Engineering Team

 HP Cloud ☁

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [keystone][all] Keystone V2 and V3 support in icehouse

2014-02-18 Thread Frittoli, Andrea (HP Cloud)
Hi, 

 

thanks for the update

 

Link to the tempest bp I’m working on: 
https://blueprints.launchpad.net/tempest/+spec/multi-keystone-api-version-tests 

 

The update of the python binding to use the keystone binding is targeted for 
icehouse or juno? 

 

andrea

 

 

From: Dolph Mathews [mailto:dolph.math...@gmail.com] 
Sent: 18 February 2014 13:54
To: OpenStack Development Mailing List (not for usage questions)
Cc: Jamie Lennox
Subject: Re: [openstack-dev] [keystone][all] Keystone V2 and V3 support in 
icehouse

 

 

On Mon, Feb 10, 2014 at 5:23 PM, Frittoli, Andrea (Cloud Services) 
fritt...@hp.com mailto:fritt...@hp.com  wrote:

Hi,

 

I’m working on a tempest blueprint to make tempest able to run 100% on keystone 
v3 (or later versions) – the auth version to be used will be available via a 
configuration switch.

 

The rationale is that Keystone V2 is deprecated in icehouse, V3 being the 
primary version. Thus it would be good to have (at least) one of the  gate jobs 
running entirely with keystone v3.

 

Much appreciated! Have a link to that bp?

 

 

There are other components beyond tempest that would need some changes to make 
this happen.

 

Nova and cinder python bindings work only with keystone v2 [0], and as far as I 
know all core services work with keystone v2 (at least by default). 

Is there a plan to support identity v3 there until the end of icehouse?

 

Yes (but maybe not by the end of icehouse)- we'd like to make all other client 
libraries depend on keystoneclient's library for authentication in the long 
run. Jamie Lennox has done a ton of great work to prepare keystoneclient for 
that responsibility during Icehouse.

 

If not I think we may have to consider still supporting v2 in icehouse.

 

v2 should certainly be supported in icehouse; which version other projects 
default to is up to them, but I'd like to see *all* projects at least 
defaulting to v3 by the end of Juno.

 

 

Andrea

 

[0] https://bugs.launchpad.net/python-novaclient/+bug/1262843 

 

-- 

Andrea Frittoli

IaaS Systems Engineering Team 

HP Cloud ☁


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org mailto:OpenStack-dev@lists.openstack.org 
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

 



smime.p7s
Description: S/MIME cryptographic signature
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [keystone][all] Keystone V2 and V3 support in icehouse

2014-02-18 Thread Dolph Mathews
On Tue, Feb 18, 2014 at 10:21 AM, Frittoli, Andrea (HP Cloud) 
fritt...@hp.com wrote:

 Hi,



 thanks for the update



 Link to the tempest bp I’m working on:
 https://blueprints.launchpad.net/tempest/+spec/multi-keystone-api-version-tests



 The update of the python binding to use the keystone binding is targeted
 for icehouse or juno?


Clients are tracked against the same release milestones of the services, so
the integration can happen whenever someone wants to tackle it and we can
release them when they're ready.




 andrea





 *From:* Dolph Mathews [mailto:dolph.math...@gmail.com]
 *Sent:* 18 February 2014 13:54
 *To:* OpenStack Development Mailing List (not for usage questions)
 *Cc:* Jamie Lennox
 *Subject:* Re: [openstack-dev] [keystone][all] Keystone V2 and V3 support
 in icehouse





 On Mon, Feb 10, 2014 at 5:23 PM, Frittoli, Andrea (Cloud Services) 
 fritt...@hp.com wrote:

 Hi,



 I’m working on a tempest blueprint to make tempest able to run 100% on
 keystone v3 (or later versions) – the auth version to be used will be
 available via a configuration switch.



 The rationale is that Keystone V2 is deprecated in icehouse, V3 being the
 primary version. Thus it would be good to have (at least) one of the  gate
 jobs running entirely with keystone v3.



 Much appreciated! Have a link to that bp?





 There are other components beyond tempest that would need some changes to
 make this happen.



 Nova and cinder python bindings work only with keystone v2 [0], and as far
 as I know all core services work with keystone v2 (at least by default).

 Is there a plan to support identity v3 there until the end of icehouse?



 Yes (but maybe not by the end of icehouse)- we'd like to make all other
 client libraries depend on keystoneclient's library for authentication in
 the long run. Jamie Lennox has done a ton of great work to prepare
 keystoneclient for that responsibility during Icehouse.



 If not I think we may have to consider still supporting v2 in icehouse.



 v2 should certainly be supported in icehouse; which version other projects
 default to is up to them, but I'd like to see *all* projects at least
 defaulting to v3 by the end of Juno.





 Andrea



 [0] https://bugs.launchpad.net/python-novaclient/+bug/1262843



 --

 Andrea Frittoli

 IaaS Systems Engineering Team

 HP Cloud ☁


 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [keystone][all] Keystone V2 and V3 support in icehouse

2014-02-10 Thread Frittoli, Andrea (Cloud Services)
Hi,

 

I’m working on a tempest blueprint to make tempest able to run 100% on keystone 
v3 (or later versions) – the auth version to be used will be available via a 
configuration switch.

 

The rationale is that Keystone V2 is deprecated in icehouse, V3 being the 
primary version. Thus it would be good to have (at least) one of the  gate jobs 
running entirely with keystone v3.

 

There are other components beyond tempest that would need some changes to make 
this happen.

 

Nova and cinder python bindings work only with keystone v2 [0], and as far as I 
know all core services work with keystone v2 (at least by default). 

Is there a plan to support identity v3 there until the end of icehouse? 

If not I think we may have to consider still supporting v2 in icehouse. 

 

Andrea

 

[0] https://bugs.launchpad.net/python-novaclient/+bug/1262843 

 

-- 

Andrea Frittoli

IaaS Systems Engineering Team 

HP Cloud ☁



smime.p7s
Description: S/MIME cryptographic signature
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev