Skip to content
Snippets Groups Projects

Issue #3327023: Add functionality to create OpenStack image from an instance

10 files
+ 289
0
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -34,6 +34,7 @@ use Drupal\aws_cloud\Entity\Ec2\PublicIpEntityLinkHtmlGenerator;
* "start" = "Drupal\openstack\Form\OpenStackInstanceStartForm",
* "stop" = "Drupal\openstack\Form\OpenStackInstanceStopForm",
* "reboot" = "Drupal\openstack\Form\OpenStackInstanceRebootForm",
* "create_image" = "Drupal\openstack\Form\OpenStackInstanceCreateImageForm",
* "delete-multiple-confirm" = "Drupal\openstack\Form\OpenStackInstanceDeleteMultipleForm",
* },
* "route_provider" = {
@@ -58,6 +59,7 @@ use Drupal\aws_cloud\Entity\Ec2\PublicIpEntityLinkHtmlGenerator;
* "start-form" = "/clouds/openstack/{cloud_context}/instance/{openstack_instance}/start",
* "stop-form" = "/clouds/openstack/{cloud_context}/instance/{openstack_instance}/stop",
* "reboot-form" = "/clouds/openstack/{cloud_context}/instance/{openstack_instance}/reboot",
* "create-image-form" = "/clouds/openstack/{cloud_context}/instance/{openstack_instance}/create_image",
* "delete-multiple-form" = "/clouds/openstack/{cloud_context}/instance/delete_multiple",
* },
* field_ui_base_route = "openstack_instance.settings"
Loading