osc identity service set

Updates a service.

The request body is the same as the create service request body, except that you include only those attributes that you want to update.

Relationship: https://docs.openstack.org/api/openstack-identity/3/rel/services

Usage: osc identity service set [OPTIONS] <ID>

Arguments:

  • <ID> — service_id parameter for /v3/services/{service_id} API

Options:

  • --description <DESCRIPTION> — The service description

  • --enabled <ENABLED> — Defines whether the service and its endpoints appear in the service catalog: - false. The service and its endpoints do not appear in the service catalog. - true. The service and its endpoints appear in the service catalog. Default is true

    Possible values: true, false

  • --name <NAME> — The service name

  • --type <TYPE> — The service type, which describes the API implemented by the service. Value is compute, ec2, identity, image, network, or volume