Bug 1249267 - Missing remote_id support for WebSSO
Summary: Missing remote_id support for WebSSO
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-openstackclient
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 8.0 (Liberty)
Assignee: Jason E. Rist
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-01 03:01 UTC by Adam Young
Modified: 2017-08-31 15:35 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-31 15:35:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Adam Young 2015-08-01 03:01:02 UTC
Description of problem:
In order to set up for WebSSO, the operator needs to set the Remote ID on the identity provider.  They should be ables to make a call like this:

 openstack identity provider create --remote-id SSSD   sssd 

But get the error:

stderr: usage: openstack identity provider create [-h] [-f {shell,table,value}]
                                          [-c COLUMN] [--max-width <integer>]
                                          [--prefix PREFIX]
                                          [--description <description>]
                                          [--enable | --disable]
                                          <name>
openstack identity provider create: error: unrecognized arguments: --remote-id sssd


This fix was put into upstream commit: http://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=6a9d6af225097969eacd376c7af298d906e40d95

The version of OSC shipped is current 1.0.3.  If rebasing is not acceptable, this commit should work if applied to the current tree, as it the version of python-keystoneclient shipped is 1.6.0, which is what OSC requires.

Comment 5 Julie Pichon 2017-08-31 15:35:26 UTC
Closing as available in OSP8/Liberty.


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