Plugin Commands

Plugin Commands

  • application_catalog – OpenStackClient plugin for Application Catalog service.
  • baremetal – OpenStackClient plugin for Bare Metal service.
  • baremetal-introspection – OpenStackClient plugin for Ironic Inspector.
  • clustering – OpenStackClient plugin for Clustering service.
  • congressclient – OpenStackClient plugin for Governance service.
  • container –
  • data_processing – OpenStackClient plugin for Data Processing service.
  • data_protection –
  • database –
  • dns – OpenStackClient plugin for DNS service.
  • key_manager – OpenStackClient plugin for Key Manager service.
  • load_balancer – OpenStackClient plugin for Load Balancer service.
  • messaging – OpenStackClient plugin for Messaging service.
  • metric – OpenStackClient plugin for Telemetry Alarming service.
  • metric – OpenStackClient plugin for Telemetry Alarming service.
  • neutronclient – OpenStackClient plugin for advanced Networking service.
  • orchestration – OpenStackClient plugin for Orchestration service.
  • search – OpenStackClient plugin for Search service.
  • workflow_engine – OpenStackClient plugin for Workflow service.

aodh

alarm create

Create an alarm

alarm delete

Delete an alarm

alarm list

List alarms

alarm show

Show an alarm

alarm state get

Get state of an alarm

alarm state set

Set state of an alarm

alarm update

Update an alarm

alarm-history show

Show history for an alarm

alarming capabilities list

List capabilities of alarming service

barbican

acl_delete

Delete ACLs for a secret or container as identified by its href.

acl_get

Retrieve ACLs for a secret or container by providing its href.

acl_submit

Submit ACL on a secret or container as identified by its href.

acl_user_add

Add ACL users to a secret or container as identified by its href.

acl_user_remove

Remove ACL users from a secret or container as identified by its href.

ca_get

Retrieve a CA by providing its URI.

ca_list

List CAs.

secret_container_create

Store a container in Barbican.

secret_container_delete

Delete a container by providing its href.

secret_container_get

Retrieve a container by providing its URI.

secret_container_list

List containers.

secret_delete

Delete a secret by providing its URI.

secret_get

Retrieve a secret by providing its URI.

secret_list

List secrets.

secret_order_create

Create a new order.

secret_order_delete

Delete an order by providing its href.

secret_order_get

Retrieve an order by providing its URI.

secret_order_list

List orders.

secret_store

Store a secret in Barbican.

secret_update

Update a secret with no payload in Barbican.

congress

congress_datasource_actions_show

List supported actions for datasource.

congress_datasource_create

Create a datasource.

congress_datasource_delete

Delete a datasource.

congress_datasource_list

List Datasources.

congress_datasource_request-refresh

Trigger a datasource to poll.

congress_datasource_row_list

List datasource rows.

congress_datasource_row_update

Update rows to a datasource table.

congress_datasource_schema_show

Show schema for datasource.

congress_datasource_status_show

List status for datasource.

congress_datasource_table_list

List datasource tables.

congress_datasource_table_schema_show

Show schema for datasource table.

congress_datasource_table_show

Show Datasource Table properties.

congress_driver_config_show

List driver tables.

congress_driver_list

List drivers.

congress_driver_schema_show

List datasource tables.

congress_policy_create

Create a policy.

congress_policy_create-from-file

Create a policy.

congress_policy_delete

Delete a policy.

congress_policy_list

List Policy.

congress_policy_row_list

List policy rows.

congress_policy_rule_create

Create a policy rule.

congress_policy_rule_delete

Delete a policy rule.

congress_policy_rule_list

List policy rules.

congress_policy_rule_show

Show a policy rule.

congress_policy_show

Show policy properties.

congress_policy_simulate

Show the result of simulation.

congress_policy_table_list

List policy tables.

congress_policy_table_show

Show policy table properties.

congress_version_list

List API Versions.

designate

dns_quota_list

List quotas

dns_quota_reset

Reset quotas

dns_quota_set

Set quotas

dns_service_list

List service statuses

dns_service_show

Show service status details

ptr_record_list

List floatingip ptr records

ptr_record_set

Set floatingip ptr record

ptr_record_show

Show floatingip ptr record details

ptr_record_unset

Unset floatingip ptr record

recordset_create

Create new recordset

recordset_delete

Delete recordset

recordset_list

List recordsets

recordset_set

Set recordset properties

recordset_show

Show recordset details

tld_create

Create new tld

tld_delete

Delete tld

tld_list

List tlds

tld_set

Set tld properties

tld_show

Show tld details

tsigkey_create

Create new tsigkey

tsigkey_delete

Delete tsigkey

tsigkey_list

List tsigkeys

tsigkey_set

Set tsigkey properties

tsigkey_show

Show tsigkey details

zone_abandon

Abandon a zone

zone_axfr

AXFR a zone

zone_blacklist_create

Create new blacklist

zone_blacklist_delete

Delete blacklist

zone_blacklist_list

List blacklists

zone_blacklist_set

Set blacklist properties

zone_blacklist_show

Show blacklist details

zone_create

Create new zone

zone_delete

Delete zone

zone_export_create

Export a Zone

zone_export_delete

Delete a Zone Export

zone_export_list

List Zone Exports

zone_export_show

Show a Zone Export

zone_export_showfile

Show the zone file for the Zone Export

zone_import_create

Import a Zone from a file on the filesystem

zone_import_delete

Delete a Zone Import

zone_import_list

List Zone Imports

zone_import_show

Show a Zone Import

zone_list

List zones

zone_set

Set zone properties

zone_show

Show zone details

zone_transfer_accept_list

List Zone Transfer Accepts

zone_transfer_accept_request

Accept a Zone Transfer Request

zone_transfer_accept_show

Show Zone Transfer Accept

zone_transfer_request_create

Create new zone transfer request

zone_transfer_request_delete

Delete a Zone Transfer Request

zone_transfer_request_list

List Zone Transfer Requests

zone_transfer_request_set

Set a Zone Transfer Request

zone_transfer_request_show

Show Zone Transfer Request Details

gnocchi

metric_aggregates

Get measurements of aggregated metrics.

metric_archive-policy-rule_create

Create an archive policy rule.

metric_archive-policy-rule_delete

Delete an archive policy rule.

metric_archive-policy-rule_list

List archive policy rules.

metric_archive-policy-rule_show

Show an archive policy rule.

metric_archive-policy_create

Create an archive policy.

metric_archive-policy_delete

Delete an archive policy.

metric_archive-policy_list

List archive policies.

metric_archive-policy_show

Show an archive policy.

metric_archive-policy_update

Update an archive policy.

metric_benchmark measures add

Do benchmark testing of adding measurements.

metric_benchmark measures show

Do benchmark testing of measurements show.

metric_benchmark metric create

Do benchmark testing of metric creation.

metric_benchmark metric show

Do benchmark testing of metric show.

metric_capabilities list

List capabilities.

metric_create

Create a metric.

metric_delete

Delete a metric.

metric_list

List metrics.

metric_measures aggregation

Get measurements of aggregated metrics.

metric_measures_add

Add measurements to a metric.

metric_measures_batch-metrics

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

metric_measures_batch-resources-metrics

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

metric_measures_show

Get measurements of a metric.

metric_metric_create

Deprecated: Create a metric.

metric_metric_delete

Deprecated: Delete a metric.

metric_metric_list

Deprecated: List metrics.

metric_metric_show

Deprecated: Show a metric.

metric_resource-type_create

Create a resource type.

metric_resource-type_delete

Delete a resource type.

metric_resource-type_list

List resource types.

metric_resource-type_show

Show a resource type.

metric_resource-type_update

Create a resource type.

metric_resource_batch_delete

Delete a batch of resources based on attribute values.

metric_resource_create

Create a resource.

metric_resource_delete

Delete a resource.

metric_resource_history

Show the history of a resource.

metric_resource_list

List resources.

metric_resource_show

Show a resource.

metric_resource_update

Update a resource.

metric_server_version

Show the version of Gnocchi server.

metric_show

Show a metric.

metric_status

Show the status of measurements processing.

heat

orchestration_build_info

Retrieve build information.

orchestration_resource_type_list

List resource types.

orchestration_resource_type_show

Show details and optionally generate a template for a resource type.

orchestration_service_list

List the Heat engines.

orchestration_template_function_list

List the available functions.

orchestration_template_validate

Validate a template

orchestration_template_version_list

List the available template versions.

software_config_create

Create software config

software_config_delete

Delete software configs

software_config_list

List software configs

software_config_show

Show software config details

software_deployment_create

Create a software deployment.

software_deployment_delete

Delete software deployment(s) and correlative config(s).

software_deployment_list

List software deployments.

software_deployment_metadata_show

Get deployment configuration metadata for the specified server.

software_deployment_output_show

Show a specific deployment output.

software_deployment_show

Show SoftwareDeployment Details.

stack_abandon

Abandon stack and output results.

stack_adopt

Adopt a stack.

stack_cancel

Cancel current task for a stack.

Supported tasks for cancellation:

  • update
  • create

stack_check

Check a stack.

stack_create

Create a stack.

stack_delete

Delete stack(s).

stack_environment_show

Show a stack’s environment.

stack_event_list

List events.

stack_event_show

Show event details.

stack_export

Export stack data json.

stack_failures_list

Show information about failed stack resources.

stack_file_list

Show a stack’s files map.

stack_hook_clear

Clear resource hooks on a given stack.

stack_hook_poll

List resources with pending hook for a stack.

stack_list

List stacks.

stack_output_list

List stack outputs.

stack_output_show

Show stack output.

stack_resource_list

List stack resources.

stack_resource_mark_unhealthy

Set resource’s health.

stack_resource_metadata

Show resource metadata

stack_resource_show

Display stack resource.

stack_resource_signal

Signal a resource with optional data.

stack_resume

Resume a stack.

stack_show

Show stack details.

stack_snapshot_create

Create stack snapshot.

stack_snapshot_delete

Delete stack snapshot.

stack_snapshot_list

List stack snapshots.

stack_snapshot_restore

Restore stack snapshot

stack_snapshot_show

Show stack snapshot.

stack_suspend

Suspend a stack.

stack_template_show

Display stack template.

stack_update

Update a stack.

ironic

baremetal_chassis_create

Create a new chassis.

baremetal_chassis_delete

Delete a chassis.

baremetal_chassis_list

List the chassis.

baremetal_chassis_set

Set chassis properties.

baremetal_chassis_show

Show chassis details.

baremetal_chassis_unset

Unset chassis properties.

baremetal_create

Create resources from files

baremetal_driver_list

List the enabled drivers.

baremetal_driver_passthru_call

Call a vendor passthru method for a driver.

baremetal_driver_passthru_list

List available vendor passthru methods for a driver.

baremetal_driver_property_list

List the driver properties.

baremetal_driver_raid_property_list

List a driver’s RAID logical disk properties.

baremetal_driver_show

Show information about a driver.

baremetal_node_abort

Set provision state of baremetal node to ‘abort’

baremetal_node_add_trait

Add traits to a node.

baremetal_node_adopt

Set provision state of baremetal node to ‘adopt’

baremetal_node_bios_setting_list

List a node’s BIOS settings.

baremetal_node_bios_setting_show

Show a specific BIOS setting for a node.

baremetal_node_boot_device_set

Set the boot device for a node

baremetal_node_boot_device_show

Show the boot device information for a node

baremetal_node_clean

Set provision state of baremetal node to ‘clean’

baremetal_node_console_disable

Disable console access for a node

baremetal_node_console_enable

Enable console access for a node

baremetal_node_console_show

Show console information for a node

baremetal_node_create

Register a new node with the baremetal service

baremetal_node_delete

Unregister baremetal node(s)

baremetal_node_deploy

Set provision state of baremetal node to ‘deploy’

baremetal_node_inject_nmi

Inject NMI to baremetal node

baremetal_node_inspect

Set provision state of baremetal node to ‘inspect’

baremetal_node_list

List baremetal nodes

baremetal_node_maintenance_set

Set baremetal node to maintenance mode

baremetal_node_maintenance_unset

Unset baremetal node from maintenance mode

baremetal_node_manage

Set provision state of baremetal node to ‘manage’

baremetal_node_passthru_call

Call a vendor passthu method for a node

baremetal_node_passthru_list

List vendor passthru methods for a node

baremetal_node_power_off

Power off a node

baremetal_node_power_on

Power on a node

baremetal_node_provide

Set provision state of baremetal node to ‘provide’

baremetal_node_reboot

Reboot baremetal node

baremetal_node_rebuild

Set provision state of baremetal node to ‘rebuild’

baremetal_node_remove_trait

Remove trait(s) from a node.

baremetal_node_rescue

Set provision state of baremetal node to ‘rescue’

baremetal_node_set

Set baremetal properties

baremetal_node_show

Show baremetal node details

baremetal_node_trait_list

List a node’s traits.

baremetal_node_undeploy

Set provision state of baremetal node to ‘deleted’

baremetal_node_unrescue

Set provision state of baremetal node to ‘unrescue’

baremetal_node_unset

Unset baremetal properties

baremetal_node_validate

Validate a node’s driver interfaces

baremetal_node_vif_attach

Attach VIF to a given node

baremetal_node_vif_detach

Detach VIF from a given node

baremetal_node_vif_list

Show attached VIFs for a node

baremetal_port_create

Create a new port

baremetal_port_delete

Delete port(s).

baremetal_port_group_create

Create a new baremetal port group.

baremetal_port_group_delete

Unregister baremetal port group(s).

baremetal_port_group_list

List baremetal port groups.

baremetal_port_group_set

Set baremetal port group properties.

baremetal_port_group_show

Show baremetal port group details.

baremetal_port_group_unset

Unset baremetal port group properties.

baremetal_port_list

List baremetal ports.

baremetal_port_set

Set baremetal port properties.

baremetal_port_show

Show baremetal port details.

baremetal_port_unset

Unset baremetal port properties.

baremetal_volume_connector_create

Create a new baremetal volume connector.

baremetal_volume_connector_delete

Unregister baremetal volume connector(s).

baremetal_volume_connector_list

List baremetal volume connectors.

baremetal_volume_connector_set

Set baremetal volume connector properties.

baremetal_volume_connector_show

Show baremetal volume connector details.

baremetal_volume_connector_unset

Unset baremetal volume connector properties.

baremetal_volume_target_create

Create a new baremetal volume target.

baremetal_volume_target_delete

Unregister baremetal volume target(s).

baremetal_volume_target_list

List baremetal volume targets.

baremetal_volume_target_set

Set baremetal volume target properties.

baremetal_volume_target_show

Show baremetal volume target details.

baremetal_volume_target_unset

Unset baremetal volume target properties.

ironic-inspector

baremetal_introspection_abort

Abort running introspection for node.

baremetal_introspection_data_save

Save or display raw introspection data.

baremetal_introspection_interface_list

List interface data including attached switch port information.

baremetal_introspection_interface_show

Show interface data including attached switch port information.

baremetal_introspection_list

List introspection statuses

baremetal_introspection_reprocess

Reprocess stored introspection data

baremetal_introspection_rule_delete

Delete an introspection rule.

baremetal_introspection_rule_import

Import one or several introspection rules from a JSON/YAML file.

baremetal_introspection_rule_list

List all introspection rules.

baremetal_introspection_rule_purge

Drop all introspection rules.

baremetal_introspection_rule_show

Show an introspection rule.

baremetal_introspection_start

Start the introspection.

baremetal_introspection_status

Get introspection status.

karbor

data_protection_checkpoint_create

Command base class for displaying data about a single object.

data_protection_checkpoint_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

data_protection_checkpoint_list

Command base class for providing a list of data as output.

data_protection_checkpoint_show

Command base class for displaying data about a single object.

data_protection_operationlog_list

Command base class for providing a list of data as output.

data_protection_operationlog_show

Command base class for displaying data about a single object.

data_protection_plan_create

Command base class for displaying data about a single object.

data_protection_plan_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

data_protection_plan_list

Command base class for providing a list of data as output.

data_protection_plan_show

Command base class for displaying data about a single object.

data_protection_plan_update

Command base class for displaying data about a single object.

data_protection_protectable_instance_list

Command base class for providing a list of data as output.

data_protection_protectable_instance_show

Command base class for displaying data about a single object.

data_protection_protectable_list

Command base class for providing a list of data as output.

data_protection_protectable_show

Command base class for displaying data about a single object.

data_protection_provider_list

Command base class for providing a list of data as output.

data_protection_provider_show

Command base class for displaying data about a single object.

data_protection_quotaclass_show

Command base class for displaying data about a single object.

data_protection_quotaclass_update

Command base class for displaying data about a single object.

data_protection_quotas_default

Command base class for displaying data about a single object.

data_protection_quotas_show

Command base class for displaying data about a single object.

data_protection_quotas_update

Command base class for displaying data about a single object.

data_protection_restore_create

Command base class for displaying data about a single object.

data_protection_restore_list

Command base class for providing a list of data as output.

data_protection_restore_show

Command base class for displaying data about a single object.

data_protection_scheduledoperation_create

Command base class for displaying data about a single object.

data_protection_scheduledoperation_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

data_protection_scheduledoperation_list

Command base class for providing a list of data as output.

data_protection_scheduledoperation_show

Command base class for displaying data about a single object.

data_protection_service_disable

Command base class for displaying data about a single object.

data_protection_service_enable

Command base class for displaying data about a single object.

data_protection_service_list

Command base class for providing a list of data as output.

data_protection_trigger_create

Command base class for displaying data about a single object.

data_protection_trigger_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

data_protection_trigger_list

Command base class for providing a list of data as output.

data_protection_trigger_show

Command base class for displaying data about a single object.

data_protection_trigger_update

Command base class for displaying data about a single object.

data_protection_verification_create

Command base class for displaying data about a single object.

data_protection_verification_list

Command base class for providing a list of data as output.

data_protection_verification_show

Command base class for displaying data about a single object.

mistral

action_definition_create

Create new action.

action_definition_definition_show

Show action definition.

action_definition_delete

Delete action.

action_definition_list

List all actions.

action_definition_show

Show specific action.

action_definition_update

Update action.

action_execution_delete

Delete action execution.

action_execution_input_show

Show Action execution input data.

action_execution_list

List all Action executions.

action_execution_output_show

Show Action execution output data.

action_execution_run

Create new Action execution or just run specific action.

action_execution_show

Show specific Action execution.

action_execution_update

Update specific Action execution.

cron_trigger_create

Create new trigger.

cron_trigger_delete

Delete trigger.

cron_trigger_list

List all cron triggers.

cron_trigger_show

Show specific cron trigger.

event_trigger_create

Create new trigger.

event_trigger_delete

Delete trigger.

event_trigger_list

List all event triggers.

event_trigger_show

Show specific event trigger.

resource_member_create

Shares a resource to another tenant.

resource_member_delete

Delete a resource sharing relationship.

resource_member_list

List all members.

resource_member_show

Show specific member information.

resource_member_update

Update resource sharing status.

task_execution_list

List all tasks.

task_execution_published_show

Show task published variables.

task_execution_rerun

Rerun an existing task.

task_execution_result_show

Show task output data.

task_execution_show

Show specific task.

workbook_create

Create new workbook.

workbook_definition_show

Show workbook definition.

workbook_delete

Delete workbook.

workbook_list

List all workbooks.

workbook_show

Show specific workbook.

workbook_update

Update workbook.

workbook_validate

Validate workbook.

workflow_create

Create new workflow.

workflow_definition_show

Show workflow definition.

workflow_delete

Delete workflow.

workflow_engine_service_list

List all services.

workflow_env_create

Create new environment.

workflow_env_delete

Delete environment.

workflow_env_list

List all environments.

workflow_env_show

Show specific environment.

workflow_env_update

Update environment.

workflow_execution_create

Create new execution.

workflow_execution_delete

Delete execution.

workflow_execution_input_show

Show execution input data.

workflow_execution_list

List all executions.

workflow_execution_output_show

Show execution output data.

workflow_execution_show

Show specific execution.

workflow_execution_update

Update execution.

workflow_list

List all workflows.

workflow_show

Show specific workflow.

workflow_update

Update workflow.

workflow_validate

Validate workflow.

neutron

bgp_dragent_add_speaker

Add a BGP speaker to a dynamic routing agent

bgp_dragent_remove_speaker

Removes a BGP speaker from a dynamic routing agent

bgp_peer_create

Command base class for displaying data about a single object.

bgp_peer_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgp_peer_list

Command base class for providing a list of data as output.

bgp_peer_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgp_peer_show

Command base class for displaying data about a single object.

bgp_speaker_add_network

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgp_speaker_add_peer

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgp_speaker_create

Command base class for displaying data about a single object.

bgp_speaker_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgp_speaker_list

Command base class for providing a list of data as output.

bgp_speaker_list_advertised_routes

Command base class for providing a list of data as output.

bgp_speaker_remove_network

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgp_speaker_remove_peer

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgp_speaker_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgp_speaker_show

Command base class for displaying data about a single object.

bgp_speaker_show_dragents

List dynamic routing agents hosting a BGP speaker

bgpvpn_create

Command base class for displaying data about a single object.

bgpvpn_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgpvpn_list

Command base class for providing a list of data as output.

bgpvpn_network_association_create

Create a BGP VPN resource association

bgpvpn_network_association_delete

Remove a BGP VPN resource association(s) for a given BGP VPN

bgpvpn_network_association_list

List BGP VPN resource associations for a given BGP VPN

bgpvpn_network_association_show

Show information of a given BGP VPN resource association

bgpvpn_port_association_create

Create a BGP VPN resource association

bgpvpn_port_association_delete

Remove a BGP VPN resource association(s) for a given BGP VPN

bgpvpn_port_association_list

List BGP VPN resource associations for a given BGP VPN

bgpvpn_port_association_set

Set BGP VPN resource association properties

bgpvpn_port_association_show

Show information of a given BGP VPN resource association

bgpvpn_port_association_unset

Unset BGP VPN resource association properties

bgpvpn_router_association_create

Create a BGP VPN resource association

bgpvpn_router_association_delete

Remove a BGP VPN resource association(s) for a given BGP VPN

bgpvpn_router_association_list

List BGP VPN resource associations for a given BGP VPN

bgpvpn_router_association_show

Show information of a given BGP VPN resource association

bgpvpn_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

bgpvpn_show

Command base class for displaying data about a single object.

bgpvpn_unset

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_create

Command base class for displaying data about a single object.

firewall_group_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_list

Command base class for providing a list of data as output.

firewall_group_policy_add_rule

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_policy_create

Command base class for displaying data about a single object.

firewall_group_policy_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_policy_list

Command base class for providing a list of data as output.

firewall_group_policy_remove_rule

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_policy_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_policy_show

Command base class for displaying data about a single object.

firewall_group_policy_unset

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_rule_create

Command base class for displaying data about a single object.

firewall_group_rule_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_rule_list

Command base class for providing a list of data as output.

firewall_group_rule_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_rule_show

Command base class for displaying data about a single object.

firewall_group_rule_unset

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

firewall_group_show

Command base class for displaying data about a single object.

firewall_group_unset

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

network_log_create

Command base class for displaying data about a single object.

network_log_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

network_log_list

Command base class for providing a list of data as output.

network_log_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

network_log_show

Command base class for displaying data about a single object.

network_loggable_resources_list

Command base class for providing a list of data as output.

network_subport_list

List all subports for a given network trunk

network_trunk_create

Create a network trunk for a given project

network_trunk_delete

Delete a given network trunk

network_trunk_list

List all network trunks

network_trunk_set

Set network trunk properties

network_trunk_show

Show information of a given network trunk

network_trunk_unset

Unset subports from a given network trunk

sfc_flow_classifier_create

Command base class for displaying data about a single object.

sfc_flow_classifier_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_flow_classifier_list

Command base class for providing a list of data as output.

sfc_flow_classifier_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_flow_classifier_show

Command base class for displaying data about a single object.

sfc_port_chain_create

Command base class for displaying data about a single object.

sfc_port_chain_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_port_chain_list

Command base class for providing a list of data as output.

sfc_port_chain_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_port_chain_show

Command base class for displaying data about a single object.

sfc_port_chain_unset

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_port_pair_create

Command base class for displaying data about a single object.

sfc_port_pair_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_port_pair_group_create

Command base class for displaying data about a single object.

sfc_port_pair_group_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_port_pair_group_list

Command base class for providing a list of data as output.

sfc_port_pair_group_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_port_pair_group_show

Command base class for displaying data about a single object.

sfc_port_pair_group_unset

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_port_pair_list

Command base class for providing a list of data as output.

sfc_port_pair_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_port_pair_show

Command base class for displaying data about a single object.

sfc_service_graph_create

Create a service graph.

sfc_service_graph_delete

Delete a given service graph.

sfc_service_graph_list

Command base class for providing a list of data as output.

sfc_service_graph_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

sfc_service_graph_show

Show information of a given service graph.

vpn_endpoint_group_create

Command base class for displaying data about a single object.

vpn_endpoint_group_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_endpoint_group_list

Command base class for providing a list of data as output.

vpn_endpoint_group_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_endpoint_group_show

Command base class for displaying data about a single object.

vpn_ike_policy_create

Command base class for displaying data about a single object.

vpn_ike_policy_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_ike_policy_list

Command base class for providing a list of data as output.

vpn_ike_policy_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_ike_policy_show

Command base class for displaying data about a single object.

vpn_ipsec_policy_create

Command base class for displaying data about a single object.

vpn_ipsec_policy_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_ipsec_policy_list

Command base class for providing a list of data as output.

vpn_ipsec_policy_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_ipsec_policy_show

Command base class for displaying data about a single object.

vpn_ipsec_site_connection_create

Command base class for displaying data about a single object.

vpn_ipsec_site_connection_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_ipsec_site_connection_list

Command base class for providing a list of data as output.

vpn_ipsec_site_connection_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_ipsec_site_connection_show

Command base class for displaying data about a single object.

vpn_service_create

Command base class for displaying data about a single object.

vpn_service_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_service_list

Command base class for providing a list of data as output.

vpn_service_set

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

vpn_service_show

Command base class for displaying data about a single object.

octavia

loadbalancer_amphora_list

List amphorae

loadbalancer_amphora_show

Show the details of a single amphora

loadbalancer_create

Create a load balancer

loadbalancer_delete

Delete a load balancer

loadbalancer_failover

Trigger load balancer failover

loadbalancer_healthmonitor_create

Create a health monitor

loadbalancer_healthmonitor_delete

Delete a health monitor

loadbalancer_healthmonitor_list

List health monitors

loadbalancer_healthmonitor_set

Update a health monitor

loadbalancer_healthmonitor_show

Show the details of a single health monitor

loadbalancer_l7policy_create

Create a l7policy

loadbalancer_l7policy_delete

Delete a l7policy

loadbalancer_l7policy_list

List l7policies

loadbalancer_l7policy_set

Update a l7policy

loadbalancer_l7policy_show

Show the details of a single l7policy

loadbalancer_l7rule_create

Create a l7rule

loadbalancer_l7rule_delete

Delete a l7rule

loadbalancer_l7rule_list

List l7rules for l7policy

loadbalancer_l7rule_set

Update a l7rule

loadbalancer_l7rule_show

Show the details of a single l7rule

loadbalancer_list

List load balancers

loadbalancer_listener_create

Create a listener

loadbalancer_listener_delete

Delete a listener

loadbalancer_listener_list

List listeners

loadbalancer_listener_set

Update a listener

loadbalancer_listener_show

Show the details of a single listener

loadbalancer_listener_stats_show

Shows the current statistics for a listener.

loadbalancer_member_create

Creating a member in a pool

loadbalancer_member_delete

Delete a member from a pool

loadbalancer_member_list

List members in a pool

loadbalancer_member_set

Update a member

loadbalancer_member_show

Shows details of a single Member

loadbalancer_pool_create

Create a pool

loadbalancer_pool_delete

Delete a pool

loadbalancer_pool_list

List pools

loadbalancer_pool_set

Update a pool

loadbalancer_pool_show

Show the details of a single pool

loadbalancer_quota_defaults_show

Show quota defaults

loadbalancer_quota_list

List quotas

loadbalancer_quota_reset

Resets quotas to default quotas

loadbalancer_quota_set

Update a quota

loadbalancer_quota_show

Show the quota details for a project

loadbalancer_set

Update a load balancer

loadbalancer_show

Show the details for a single load balancer

loadbalancer_stats_show

Shows the current statistics for a load balancer

loadbalancer_status_show

Display load balancer status tree in json format

rsd

sahara

dataprocessing_cluster_create

Creates cluster

dataprocessing_cluster_delete

Deletes cluster

dataprocessing_cluster_list

Lists clusters

dataprocessing_cluster_scale

Scales cluster

dataprocessing_cluster_show

Display cluster details

dataprocessing_cluster_template_create

Creates cluster template

dataprocessing_cluster_template_delete

Deletes cluster template

dataprocessing_cluster_template_export

Export cluster template to JSON

dataprocessing_cluster_template_import

Imports cluster template

dataprocessing_cluster_template_list

Lists cluster templates

dataprocessing_cluster_template_show

Display cluster template details

dataprocessing_cluster_template_update

Updates cluster template

dataprocessing_cluster_update

Updates cluster

dataprocessing_cluster_verification

Updates cluster verifications

dataprocessing_data_source_create

Creates data source

dataprocessing_data_source_delete

Delete data source

dataprocessing_data_source_list

Lists data sources

dataprocessing_data_source_show

Display data source details

dataprocessing_data_source_update

Update data source

dataprocessing_image_list

Lists registered images

dataprocessing_image_register

Register an image

dataprocessing_image_show

Display image details

dataprocessing_image_tags_add

Add image tags

dataprocessing_image_tags_remove

Remove image tags

dataprocessing_image_tags_set

Set image tags (Replace current image tags with provided ones)

dataprocessing_image_unregister

Unregister image(s)

dataprocessing_job_binary_create

Creates job binary

dataprocessing_job_binary_delete

Deletes job binary

dataprocessing_job_binary_download

Downloads job binary

dataprocessing_job_binary_list

Lists job binaries

dataprocessing_job_binary_show

Display job binary details

dataprocessing_job_binary_update

Updates job binary

dataprocessing_job_delete

Deletes job

dataprocessing_job_execute

Executes job

dataprocessing_job_list

Lists jobs

dataprocessing_job_show

Display job details

dataprocessing_job_template_create

Creates job template

dataprocessing_job_template_delete

Deletes job template

dataprocessing_job_template_list

Lists job templates

dataprocessing_job_template_show

Display job template details

dataprocessing_job_template_update

Updates job template

dataprocessing_job_type_configs_get

Get job type configs

dataprocessing_job_type_list

Lists job types supported by plugins

dataprocessing_job_update

Updates job

dataprocessing_node_group_template_create

Creates node group template

dataprocessing_node_group_template_delete

Deletes node group template

dataprocessing_node_group_template_export

Export node group template to JSON

dataprocessing_node_group_template_import

Imports node group template

dataprocessing_node_group_template_list

Lists node group templates

dataprocessing_node_group_template_show

Display node group template details

dataprocessing_node_group_template_update

Updates node group template

dataprocessing_plugin_configs_get

Get plugin configs

dataprocessing_plugin_list

Lists plugins

dataprocessing_plugin_show

Display plugin details

dataprocessing_plugin_update

Command base class for displaying data about a single object.

searchlight

search_facet_list

List Searchlight Facet.

search_query

Search Searchlight resource.

search_resource_type_list

List Searchlight Resource Type (Plugin).

senlin

cluster_action_list

List actions.

cluster_action_show

Show detailed info about the specified action.

cluster_build_info

Retrieve build information.

cluster_check

Check the cluster(s).

cluster_collect

Collect attributes across a cluster.

cluster_create

Create the cluster.

cluster_delete

Delete the cluster(s).

cluster_event_list

List events.

cluster_event_show

Show the event details.

cluster_expand

Scale out a cluster by the specified number of nodes.

cluster_list

List clusters.

cluster_members_add

Add specified nodes to cluster.

cluster_members_del

Delete specified nodes from cluster.

cluster_members_list

List nodes from cluster.

cluster_members_replace

Replace the nodes in a cluster with specified nodes.

cluster_node_adopt

Adopt (or preview) the node.

cluster_node_check

Check the node(s).

cluster_node_create

Create the node.

cluster_node_delete

Delete the node(s).

cluster_node_list

List nodes.

cluster_node_op

Perform an operation on a node.

cluster_node_recover

Recover the node(s).

cluster_node_show

Show detailed info about the specified node.

cluster_node_update

Update the node.

cluster_op

Perform an operation on all nodes across a cluster.

cluster_policy_attach

Attach policy to cluster.

cluster_policy_binding_list

List policies from cluster.

cluster_policy_binding_show

Show a specific policy that is bound to the specified cluster.

cluster_policy_binding_update

Update a policy’s properties on a cluster.

cluster_policy_create

Create a policy.

cluster_policy_delete

Delete policy(s).

cluster_policy_detach

Detach policy from cluster.

cluster_policy_list

List policies that meet the criteria.

cluster_policy_show

Show the policy details.

cluster_policy_type_list

List the available policy types.

cluster_policy_type_show

Get the details about a policy type.

cluster_policy_update

Update a policy.

cluster_policy_validate

Validate a policy.

cluster_profile_create

Create a profile.

cluster_profile_delete

Delete profile(s).

cluster_profile_list

List profiles that meet the criteria.

cluster_profile_show

Show profile details.

cluster_profile_type_list

List the available profile types.

cluster_profile_type_ops

Show the operations about a profile type.

cluster_profile_type_show

Show the details about a profile type.

cluster_profile_update

Update a profile.

cluster_profile_validate

Validate a profile.

cluster_receiver_create

Create a receiver.

cluster_receiver_delete

Delete receiver(s).

cluster_receiver_list

List receivers that meet the criteria.

cluster_receiver_show

Show the receiver details.

cluster_receiver_update

Update a receiver.

cluster_recover

Recover the cluster(s).

cluster_resize

Resize a cluster.

cluster_run

Run scripts on cluster.

cluster_service_list

Show a list of all running services.

cluster_show

Show details of the cluster.

cluster_shrink

Scale in a cluster by the specified number of nodes.

cluster_update

Update the cluster.

trove

database_backup_create

Command base class for displaying data about a single object.

database_backup_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_backup_execution_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_backup_list

Command base class for providing a list of data as output.

database_backup_list_instance

Command base class for providing a list of data as output.

database_backup_show

Command base class for displaying data about a single object.

database_cluster_create

Command base class for displaying data about a single object.

database_cluster_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_cluster_force_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_cluster_grow

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_cluster_list

Command base class for providing a list of data as output.

database_cluster_list_instances

Command base class for providing a list of data as output.

database_cluster_modules

Command base class for providing a list of data as output.

database_cluster_reset_status

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_cluster_show

Command base class for displaying data about a single object.

database_cluster_shrink

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_cluster_upgrade

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_configuration_attach

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_configuration_create

Command base class for displaying data about a single object.

database_configuration_default

Command base class for displaying data about a single object.

database_configuration_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_configuration_detach

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_configuration_instances

Command base class for providing a list of data as output.

database_configuration_list

Command base class for providing a list of data as output.

database_configuration_parameter_list

Command base class for providing a list of data as output.

database_configuration_parameter_show

Command base class for displaying data about a single object.

database_configuration_show

Command base class for displaying data about a single object.

database_db_create

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_db_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_db_list

Command base class for providing a list of data as output.

database_flavor_list

Command base class for providing a list of data as output.

database_flavor_show

Command base class for displaying data about a single object.

database_instance_create

Command base class for displaying data about a single object.

database_instance_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_detach_replica

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_eject_replica_source

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_force_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_list

Command base class for providing a list of data as output.

database_instance_promote_to_replica_source

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_reset_status

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_resize_flavor

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_resize_volume

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_restart

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_show

Command base class for displaying data about a single object.

database_instance_update

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_instance_upgrade

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_limit_list

Command base class for providing a list of data as output.

database_log_enable

Command base class for displaying data about a single object.

database_log_list

Command base class for providing a list of data as output.

database_quota_show

Command base class for providing a list of data as output.

database_quota_update

Command base class for displaying data about a single object.

database_root_disable

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_root_enable

Command base class for displaying data about a single object.

database_root_show

Command base class for displaying data about a single object.

database_user_create

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_user_delete

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_user_grant_access

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_user_list

Command base class for providing a list of data as output.

database_user_revoke_access

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

database_user_show

Command base class for displaying data about a single object.

database_user_show_access

Command base class for providing a list of data as output.

database_user_update_attributes

Base class for command plugins.

When the command is instantiated, it loads extensions from a namespace based on the parent application namespace and the command name:

app.namespace + '.' + cmd_name.replace(' ', '_')
param app:Application instance invoking the command.
paramtype app:cliff.app.App

datastore_list

Command base class for providing a list of data as output.

datastore_show

Command base class for displaying data about a single object.

datastore_version_list

Command base class for providing a list of data as output.

datastore_version_show

Command base class for displaying data about a single object.

zaqar

claim_create

Create claim and return a list of claimed messages

claim_query

Display claim details

claim_release

Delete a claim

claim_renew

Renew a claim

message_list

List all messages for a given queue

message_post

Post messages for a given queue

messaging_claim_create

Create claim and return a list of claimed messages

messaging_claim_query

Display claim details

messaging_claim_release

Delete a claim

messaging_claim_renew

Renew a claim

messaging_flavor_create

Create a pool flavor

messaging_flavor_delete

Delete a flavor

messaging_flavor_list

List available flavors

messaging_flavor_show

Display flavor details

messaging_flavor_update

Update a flavor’s attributes

messaging_health

Display detailed health status of Zaqar server

messaging_homedoc

Display the resource doc of Zaqar server

messaging_message_list

List all messages for a given queue

messaging_message_post

Post messages for a given queue

messaging_ping

Check if Zaqar server is alive or not

messaging_pool_create

Create a pool

messaging_pool_delete

Delete a pool

messaging_pool_list

List available Pools

messaging_pool_show

Display pool details

messaging_pool_update

Update a pool attribute

messaging_queue_create

Create a queue

messaging_queue_delete

Delete a queue

messaging_queue_get_metadata

Get queue metadata

messaging_queue_list

List available queues

messaging_queue_purge

Purge a queue

messaging_queue_set_metadata

Set queue metadata

messaging_queue_signed_url

Create a pre-signed url

messaging_queue_stats

Get queue stats

messaging_subscription_create

Create a subscription for queue

messaging_subscription_delete

Delete a subscription

messaging_subscription_list

List available subscriptions

messaging_subscription_show

Display subscription details

messaging_subscription_update

Update a subscription

pool_create

Create a pool

pool_delete

Delete a pool

pool_list

List available Pools

pool_show

Display pool details

pool_update

Update a pool attribute

queue_create

Create a queue

queue_delete

Delete a queue

queue_get_metadata

Get queue metadata

queue_list

List available queues

queue_purge

Purge a queue

queue_set_metadata

Set queue metadata

queue_signed_url

Create a pre-signed url

queue_stats

Get queue stats

subscription_create

Create a subscription for queue

subscription_delete

Delete a subscription

subscription_list

List available subscriptions

subscription_show

Display subscription details

subscription_update

Update a subscription

zun

appcontainer_action_list

List actions on a container

appcontainer_action_show

Show a action

appcontainer_add_security_group

Add security group for specified container.

appcontainer_attach

Attach to a running container

appcontainer_availability_zone_list

List availability zones

appcontainer_commit

Create a new image from a container’s changes

appcontainer_cp

Copy files/tars between a container and the local filesystem.

appcontainer_create

Create a container

appcontainer_delete

Delete specified container(s)

appcontainer_exec

Execute command in a running container

appcontainer_host_list

List available hosts

appcontainer_host_show

Show a host

appcontainer_image_delete

Delete specified image from a host

appcontainer_image_list

List available images

appcontainer_image_pull

Pull specified image into a host

appcontainer_image_show

Describe a specific image

appcontainer_kill

Kill one or more running container(s)

appcontainer_list

List available containers

appcontainer_logs

Get logs of a container

appcontainer_network_attach

Attach neutron network to specified container.

appcontainer_network_detach

Detach neutron network from specified container.

appcontainer_network_list

List networks on a container

appcontainer_pause

Pause specified container

appcontainer_quota_default

Get default quota of the project

appcontainer_quota_delete

Delete quota of the project

appcontainer_quota_get

Get quota of the project

appcontainer_quota_update

Update the quotas of the project

appcontainer_rebuild

Rebuild one or more running container(s)

appcontainer_remove_security_group

Remove security group for specified container.

appcontainer_restart

Restart specified container

appcontainer_run

Create and run a new container

appcontainer_service_delete

Delete the Zun binaries/services.

appcontainer_service_disable

Disable the Zun service.

appcontainer_service_enable

Enable the Zun service.

appcontainer_service_forcedown

Force the Zun service to down or up.

appcontainer_service_list

Print a list of zun services.

appcontainer_set

Update one or more attributes of the container

appcontainer_show

Show a container

appcontainer_start

Start specified container

appcontainer_stats

Display stats of the container.

appcontainer_stop

Stop specified containers

appcontainer_top

Display the running processes inside the container

appcontainer_unpause

unpause specified container

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Page Contents