-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing metadata implementation in opentelekomcloud_images_image_v2. #2799
Comments
Hi @opnmind, I went through this and noticed the following:
If you still need this functionality, please contact customer support (service@open-telekom-cloud.com) and submit a feature request. |
Hi muneeb-jan, I'm disapointed that you can't match the wording metadata with the image properties. Also if I'm talking about the properties 'hw_firmware_type=uefi' then you could assume that without this property there is no ability to declare an uploaded image as an uefi image. This means, it will start always in bios mode. It's also impossible to use the terraform-provider-openstack because of the zvhd2 disk_format which isn't supported here.
Thanks for your help. BTW: If you have questions, also you can contact me internally via Tino or Nils. |
[Feat.] IMS: Add user input field hw_firmware_type Summary of the Pull Request resource/opentelekomcloud_images_image_v2 Users can now define the fields: hw_firmware_type datasource/opentelekomcloud_images_image_v2 If set during creation, users receive the above mentioned fields. PR Checklist Refers to: #2799 Tests added/passed. Documentation updated. Schema updated. Release notes added. Acceptance Steps Performed === RUN TestAccImagesImageV2_hwFirmwareType --- PASS: TestAccImagesImageV2_hwFirmwareType (335.24s) PASS === RUN TestAccImagesV2ImageDataSource_basic --- PASS: TestAccImagesV2ImageDataSource_basic (262.38s) PASS Reviewed-by: Anton Sidelnikov
Hi @opnmind, The field Refer to the resource documentation. |
…2830) [Feat.] IMS: Add user input field hw_firmware_type to ims_image_v2 Summary of the Pull Request resource/opentelekomcloud_ims_image_v2 Users can now define the fields: hw_firmware_type PR Checklist Refers to: #2799 Tests added/passed. Documentation updated. Schema updated. Release notes added. Acceptance Steps Performed === RUN TestAccImsImageV2_basic --- PASS: TestAccImsImageV2_basic (290.91s) PASS Reviewed-by: Artem Lifshits
Hello,
I tried to create an image (opentelekomcloud_images_image_v2) with the needed metadata 'hw_firmware_type=uefi' and I received an error message that the metadata is not a valid argument.
In the documentation (https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest/docs/resources/images_image_v2#metadata-3) the argument is mentioned but it seems not yet implemented in the code.
Please fix this and consider also to implement the metadata feature in the opentelekomcloud_ims_image_v2 part too (https://docs.otc.t-systems.com/image-management-service/api-ref/ims_apis/image/updating_image_information.html#en-us-topic-0020091567).
I wish you a great day.
The text was updated successfully, but these errors were encountered: