commit/galaxy-central: dan: Merged in dannon/galaxy-central-prmaker/stable (pull request #524)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/bfd407dbdd22/ Changeset: bfd407dbdd22 User: dan Date: 2014-10-10 18:36:55+00:00 Summary: Merged in dannon/galaxy-central-prmaker/stable (pull request #524) [STABLE] Strip r3 instance types for now; hvm virtualization required, which causes launch failures. Affected #: 1 file diff -r a575533ed283363e8e754a68ade04569c4e481f0 -r bfd407dbdd22a07a73eda40a359db6ab1e9acef3 lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py --- a/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py +++ b/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py @@ -36,9 +36,6 @@ ("c3.large", "Compute optimized Large (2 vCPU/4GB RAM)"), ("c3.2xlarge", "Compute optimized 2xLarge (8 vCPU/15GB RAM)"), ("c3.8xlarge", "Compute optimized 8xLarge (32 vCPU/60GB RAM)"), - ("r3.large", "Memory optimized Large (2 vCPU/15GB RAM)"), - ("r3.2xlarge", "Memory optimized 2xLarge (8 vCPU/61GB RAM)"), - ("r3.8xlarge", "Memory optimized 8xLarge (32 vCPU/244GB RAM)"), ] 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