Bug 1041474 - [RFE][python-novaclient]: Allow instantiation with just token and endpoint
Summary: [RFE][python-novaclient]: Allow instantiation with just token and endpoint
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/pyth...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 16:17 UTC by RHOS Integration
Modified: 2015-03-19 16:54 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 16:54:44 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 16:17:23 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-novaclient/+spec/token-endpoint-instantiation.

Description:

Pretty much all the other openstack clients (keystoneclient, glanceclient, swiftclient) have an official way to create a client by passing in solely a pre-authorized token and the appropriate endpoint (aka auth_token and management_url).

horizon even hacks around the fact that novaclient doesn't support this already by manually setting the auth_token and management-url on the client after creating it but before making any calls so it skips the "authenticate" step.

There's no reason not to make this a supported feature.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.