Skip to content
Snippets Groups Projects
Commit 3631a8a6 authored by Masami  Suzuki's avatar Masami Suzuki Committed by Yas Naoi
Browse files

Issue #3068629 by Masami, yas: Fix the issue of ssh key list on create/edit ServerTemplate page

parent 4b094512
No related branches found
No related tags found
No related merge requests found
......@@ -1197,6 +1197,13 @@ function aws_cloud_update_8168() {
cloud_update_yml_definitions($files, 'aws_cloud');
}
/**
* Update ssh key field of cloud serever template.
*/
function aws_cloud_update_8169() {
cloud_update_yml_definitions(['field.field.cloud_server_template.aws_cloud.field_ssh_key.yml'], 'aws_cloud');
}
/**
* Helper function to add fields to the entity type.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment