There are lot of changes related to the deduplication caused mostly be lot of data simplifactions done on the cli side for the responses which are not done on openstack_types. This changes were applied manually to the target repository since the changes require also bumping structable version. Some other minor enum sorting and docstring formatting fixes has been applied. Change-Id: Ifc508c54c01bd39af12e3023668e698085829a05
4 lines
145 B
Django/Jinja
4 lines
145 B
Django/Jinja
{#- Create operation handling #}
|
|
let data = ep.query_async(client).await?;
|
|
op.output_single::<{{ response_class_name }}>(data)?;
|