rvandegrift opened a new pull request, #1906: URL: https://github.com/apache/libcloud/pull/1906
### Description Add support for more EC2 RegisterImage parameters: - boot_mode: control bios vs. uefi boot. - tpm_support: enable a tpm. - uefi_data: provide NV UEFI vars. - imds_support: require IMDSv2. I haven't added tests, as these are just passed through. The parameter names are taken from the [ec2 api doc](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RegisterImage.html). I have tested it by creating an image that sets `BootMode` to a non-default value. ### Status done, ready for review ### Checklist (tick everything that applies) - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - my change is blackened, but unrelated things in the file are not. - [X] Documentation - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org