yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33066
[Bug 1458013] [NEW] ec2 code uses requests to talk to keystone (not keystoneclient)
Public bug reported:
This code:
https://github.com/openstack/nova/blob/master/nova/api/ec2/__init__.py#L270-L288
uses requests directly to talk to keystone, which means that the ssl
option configuration is nonstandard. We should use the keystoneclient
directly for consistency.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1458013
Title:
ec2 code uses requests to talk to keystone (not keystoneclient)
Status in OpenStack Compute (Nova):
New
Bug description:
This code:
https://github.com/openstack/nova/blob/master/nova/api/ec2/__init__.py#L270-L288
uses requests directly to talk to keystone, which means that the ssl
option configuration is nonstandard. We should use the keystoneclient
directly for consistency.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1458013/+subscriptions
Follow ups
References