osc block-storage attachment set327
Update an attachment record.
Update a reserved attachment record with connector information and set up the appropriate connection_info from the driver.
Expected format of the input parameter 'body':
{ "attachment": { "connector": { "initiator": "iqn.1993-08.org.debian:01:cad181614cec", "ip": "192.168.1.20", "platform": "x86_64", "host": "tempest-1", "os_type": "linux2", "multipath": false, "mountpoint": "/dev/vdb", "mode": "None|rw|ro" } } }
Usage: osc block-storage attachment set327 [OPTIONS] <ID>
Arguments:
<ID>
— id parameter for /v3/attachments/{id} API
Options:
--connector <key=value>