Chapter 32. federation
This chapter describes the commands under the federation
command.
32.1. federation domain list 링크 복사링크가 클립보드에 복사되었습니다!
List accessible domains
Usage:
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
Value | Summary |
---|---|
-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
--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 |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
32.2. federation project list 링크 복사링크가 클립보드에 복사되었습니다!
List accessible projects
Usage:
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
Value | Summary |
---|---|
-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
--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 |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
32.3. federation protocol create 링크 복사링크가 클립보드에 복사되었습니다!
Create new federation protocol
Usage:
Value | Summary |
---|---|
<name> | New federation protocol name (must be unique per identity provider) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--identity-provider <identity-provider> | Identity provider that will support the new federation protocol (name or ID) (required) |
--mapping <mapping> | Mapping that is to be used (name or id) (required) |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
32.4. federation protocol delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete federation protocol(s)
Usage:
openstack federation protocol delete [-h] --identity-provider <identity-provider> <federation-protocol> [<federation-protocol> ...]
openstack federation protocol delete [-h] --identity-provider
<identity-provider>
<federation-protocol>
[<federation-protocol> ...]
Value | Summary |
---|---|
<federation-protocol> | Federation protocol(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--identity-provider <identity-provider> | Identity provider that supports <federation-protocol> (name or ID) (required) |
32.5. federation protocol list 링크 복사링크가 클립보드에 복사되었습니다!
List federation protocols
Usage:
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--identity-provider <identity-provider> | Identity provider to list (name or id) (required) |
Value | Summary |
---|---|
-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
--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 |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
32.6. federation protocol set 링크 복사링크가 클립보드에 복사되었습니다!
Set federation protocol properties
Usage:
openstack federation protocol set [-h] --identity-provider <identity-provider> [--mapping <mapping>] <name>
openstack federation protocol set [-h] --identity-provider
<identity-provider>
[--mapping <mapping>]
<name>
Value | Summary |
---|---|
<name> | Federation protocol to modify (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--identity-provider <identity-provider> | Identity provider that supports <federation-protocol> (name or ID) (required) |
--mapping <mapping> | Mapping that is to be used (name or id) |
32.7. federation protocol show 링크 복사링크가 클립보드에 복사되었습니다!
Display federation protocol details
Usage:
Value | Summary |
---|---|
<federation-protocol> | Federation protocol to display (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--identity-provider <identity-provider> | Identity provider that supports <federation-protocol> (name or ID) (required) |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |