Skip to content

waldur-cli openstack tenant update

Update openstack tenants.

Usage

1
waldur-cli openstack tenant update <UUID> (--request JSON | --request-file PATH | --generate-skeleton)
Flag Type Description
<UUID> positional Required unless --generate-skeleton (the template doesn't need a specific resource).
--request JSON string Request body as inline JSON.
--request-file PATH path Read the request body from a JSON or YAML file.
--generate-skeleton [FORMAT] json yaml

Examples

See the fillable template first:

1
waldur-cli openstack tenant update --generate-skeleton

Then fill it in and submit (only the fields you're changing need a value -- null fields in the template are omitted, not sent literally):

1
waldur-cli openstack tenant update <uuid> --request '{"availability_zone":null,"default_volume_type_name":null,"description":null,"name":"","security_groups":null,"skip_creation_of_default_router":null,"skip_creation_of_default_subnet":null}'

Global options

Every command also accepts --api-url, --token, --profile, --format, and --debug; mutating commands additionally accept --dry-run. See Getting started for what each does.