A service provider is used by the Identity service’s OS-FEDERATION extension. It is used by to register another OpenStack Identity service. Applicable to Identity v3.
Create new service provider
openstack service provider create
    --auth-url <auth-url>
    [--description <description>]
    --service-provider-url <sp-url>
    [--enable | --disable]
    <name>
--auth-url <auth-url>¶Authentication URL of remote federated service provider (required)
--description <description>¶New service provider description
--service-provider-url <sp-url>¶A service URL where SAML assertions are being sent (required)
--enableEnable the service provider (default)
--disableDisable the service provider
nameNew service provider name (must be unique)
This command is provided by the python-openstackclient plugin.
Delete service provider(s)
openstack service provider delete
    <service-provider>
    [<service-provider> ...]
service-providerService provider(s) to delete
This command is provided by the python-openstackclient plugin.
List service providers
openstack service provider list [--sort-column SORT_COLUMN]
--sort-column SORT_COLUMN¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
This command is provided by the python-openstackclient plugin.
Set service provider properties
openstack service provider set
    [--auth-url <auth-url>]
    [--description <description>]
    [--service-provider-url <sp-url>]
    [--enable | --disable]
    <service-provider>
--auth-url <auth-url>¶New Authentication URL of remote federated service provider
--description <description>¶New service provider description
--service-provider-url <sp-url>¶New service provider URL, where SAML assertions are sent
--enableEnable the service provider
--disableDisable the service provider
service-providerService provider to modify
This command is provided by the python-openstackclient plugin.
 
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.