commit/galaxy-central: dannon: Re-enable flexible default_bucket for cloudlaunch.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/972bd6fbd63f/ Changeset: 972bd6fbd63f User: dannon Date: 2014-06-13 00:26:24 Summary: Re-enable flexible default_bucket for cloudlaunch. Affected #: 1 file diff -r 9a69f032d6d9a0d5ece25332db78a81b3a18d91c -r 972bd6fbd63f372cc80096e0c099c5e17d33dfe7 lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py --- a/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py +++ b/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py @@ -72,7 +72,8 @@ cml = cloudman.launch.CloudManLauncher(key_id, secret) result = cml.launch(cluster_name, ami, instance_type, password, cfg.kernel_id, cfg.ramdisk_id, cfg.key_name, - cfg.security_groups, cfg.placement) + cfg.security_groups, cfg.placement, + bucket_default=bucket_default) # result is a dict with sg_names, kp_name, kp_material, rs, and instance_id if not result['rs']: trans.response.status = 400 Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org