Open GoogleCodeExporter opened 9 years ago
In addition, the `instance_type` configuration option is *ignored*
if present, and the GC3Pie OpenStack backend just chooses a flavor
based on CPU and RAM req's.
Original comment by riccardo.murri@gmail.com
on 30 Jun 2014 at 3:26
I'm attaching a tentative patch for the issue, which I have not yet
committed to trunk.
The patch modifies the documented behavior of GC3Pie as follows:
(1) if there is an application-specific `_instance_type` config key, use that.
(2) if there is a generic `instance_type` config key, use it.
(3) by default, guess a compatible flavor (but still ignores disk space req's)
This is not a full fix, but still allows to work around the problem.
Original comment by riccardo.murri@gmail.com
on 30 Jun 2014 at 3:27
Attachments:
Original issue reported on code.google.com by
riccardo.murri@gmail.com
on 30 Jun 2014 at 2:58