VIM Management commands¶
vim delete¶
Delete VIM(s).
openstack vim delete <VIM> [<VIM> ...]
- VIM¶
 VIM(s) to delete (name or ID)
This command is provided by the python-tackerclient plugin.
vim list¶
List VIMs that belong to a given tenant.
openstack vim list
    [-f {csv,json,table,value,yaml}]
    [-c COLUMN]
    [--quote {all,minimal,none,nonnumeric}]
    [--noindent]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
    [--long]
- -f <FORMATTER>, --format <FORMATTER>¶
 the output format, defaults to table
- -c COLUMN, --column COLUMN¶
 specify the column(s) to include, can be repeated to show multiple columns
- --quote <QUOTE_MODE>¶
 when to include quotes, defaults to nonnumeric
- --noindent¶
 whether to disable indenting the JSON
- --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.
- --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
- --sort-ascending¶
 sort the column(s) in ascending order
- --sort-descending¶
 sort the column(s) in descending order
- --long¶
 List additional fields in output
This command is provided by the python-tackerclient plugin.
vim register¶
Register a new VIM
openstack vim register
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--noindent]
    [--prefix PREFIX]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--tenant-id TENANT_ID]
    --config-file CONFIG_FILE
    [--description DESCRIPTION]
    [--is-default]
    NAME
- -f <FORMATTER>, --format <FORMATTER>¶
 the output format, defaults to table
- -c COLUMN, --column COLUMN¶
 specify the column(s) to include, can be repeated to show multiple columns
- --noindent¶
 whether to disable indenting the JSON
- --prefix <PREFIX>¶
 add a prefix to all variable names
- --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.
- --tenant-id TENANT_ID¶
 The owner tenant ID or project ID
- --config-file <CONFIG_FILE>¶
 YAML file with VIM configuration parameters
- --description <DESCRIPTION>¶
 Set a description for the VIM
- --is-default¶
 Set as default VIM
- NAME¶
 Set a name for the VIM
This command is provided by the python-tackerclient plugin.
vim set¶
Update VIM.
openstack vim set
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--noindent]
    [--prefix PREFIX]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--config-file CONFIG_FILE]
    [--name NAME]
    [--description DESCRIPTION]
    [--is-default {True,False}]
    VIM
- -f <FORMATTER>, --format <FORMATTER>¶
 the output format, defaults to table
- -c COLUMN, --column COLUMN¶
 specify the column(s) to include, can be repeated to show multiple columns
- --noindent¶
 whether to disable indenting the JSON
- --prefix <PREFIX>¶
 add a prefix to all variable names
- --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.
- --config-file <CONFIG_FILE>¶
 YAML file with VIM configuration parameters
- --name <NAME>¶
 New name for the VIM
- --description <DESCRIPTION>¶
 New description for the VIM
- --is-default {True,False}¶
 Indicate whether the VIM is used as default
- VIM¶
 ID or name of vim to update
This command is provided by the python-tackerclient plugin.
vim show¶
Display VIM details
openstack vim show
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--noindent]
    [--prefix PREFIX]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    <VIM>
- -f <FORMATTER>, --format <FORMATTER>¶
 the output format, defaults to table
- -c COLUMN, --column COLUMN¶
 specify the column(s) to include, can be repeated to show multiple columns
- --noindent¶
 whether to disable indenting the JSON
- --prefix <PREFIX>¶
 add a prefix to all variable names
- --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.
- VIM¶
 VIM to display (name or ID)
This command is provided by the python-tackerclient plugin.