We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The OpenStack API provides a Compute Instance property user_data allowing to provide configuration information or scripts to use by cloud-init.
The TOSCA type yorc.nodes.openstack.Compute should be updated to support this user_data property, and the terraform provider should set this property described at https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/compute_instance_v2#user_data
yorc.nodes.openstack.Compute
Associated issue on Yorc: ystia/yorc#735
The text was updated successfully, but these errors were encountered:
Merge pull request #27 from alien4cloud/feature/GH-26-openstack-user-…
aee0677
…data Added openstack compute instance user_data property
laurentganne
Successfully merging a pull request may close this issue.
The OpenStack API provides a Compute Instance property user_data allowing to provide configuration information or scripts to use by cloud-init.
The TOSCA type
yorc.nodes.openstack.Compute
should be updated to support this user_data property, and the terraform provider should set this property described at https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/compute_instance_v2#user_dataAssociated issue on Yorc: ystia/yorc#735
The text was updated successfully, but these errors were encountered: