Skip to content

Commit

Permalink
Merge pull request #478 from BiBiServ/added-configuration-to-ISSUE_TE…
Browse files Browse the repository at this point in the history
…MPLATE

Update bug_report.md
  • Loading branch information
XaverStiensmeier authored Mar 4, 2024
2 parents a7913c2 + 05e8484 commit 94645c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
**Setup (please complete the following information):**
- OS: [e.g. Ubuntu 22.04]
- Cloud Location [e.g. Bielefeld]
- Configuration
- BiBiGrid Version

**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion bibigrid/core/utility/validate_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def check_instance_type_image_combination(self, instance_type, instance_image, p
self.log.warning(f"Flavor {instance_type} does not exist on {provider.cloud_specification['identifier']}.\n"
f"Available flavors:\n{available_flavors}")
return False

type_max_disk_space = flavor["disk"]
type_max_ram = flavor["ram"]
image_min_disk_space = provider.get_image_by_id_or_name(instance_image)["min_disk"]
Expand Down

0 comments on commit 94645c9

Please sign in to comment.