Skip to content

Fix transfer show executions#102

Open
mihaelabalutoiu wants to merge 2 commits into
cloudbase:masterfrom
mihaelabalutoiu:fix-transfer-show-executions
Open

Fix transfer show executions#102
mihaelabalutoiu wants to merge 2 commits into
cloudbase:masterfrom
mihaelabalutoiu:fix-transfer-show-executions

Conversation

@mihaelabalutoiu

Copy link
Copy Markdown
Member

This PR include the following changes:

  • Fix transfer show after the get_transfer optimization:
    • The transfer payload no longer embeds executions, so transfer show rendered an empty executions section.
  • Fix include_task_info for transfer show --show-instances-data:
    • The transfer's info is only returned with include_task_info=true, which the CLI never sent, so --show-instances-data failed with ERROR: info.
    • Add an include_task_info flag to TransferManager.get and set it when the option is passed.

The transfer payload no longer embeds executions,
so `transfer show` rendered an empty `executions` section.

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
The transfer's `info` is only returned with
`include_task_info=true`, which the CLI never sent,
so `--show-instances-data` failed with "ERROR: info".
Add an `include_task_info` flag to
TransferManager.get and set it when the option is passed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant