Closed (fixed)
Project:
Cloud
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2012 at 18:13 UTC
Updated:
26 Jan 2013 at 02:40 UTC
When the "bundle Instance" button is clicked, it does not do anything. In aws_ec2_lib_display_instance_info_submit() function, the bundle instance switch case is simply
case t('Bundle Instance'):
drupal_set_message( t('Trying for Bundle Image: @instance_id', array('@instance_id' => $instance_id) ) );
drupal_goto( $cloud_menu_path . '/instances/bundle_instance');
return;
The proper instance bundling needs to be implemented.
Comments
Comment #1
baldwinlouie commentedDeferring for now. Will come back and implement the "Create Image" functionality for EBS backed amis.
Comment #2
baldwinlouie commentedComment #3
baldwinlouie commentedAdded a lot of new functionality to make Bundle Instance more complete.
Code checked in:
http://drupalcode.org/project/cloud.git/commit/18467c0