Skip to content
  • Christos Stavrakakis's avatar
    cyclades: Fix bug in allocating archipelago VMs · 81df9113
    Christos Stavrakakis authored
    This commit fixes a bug that caused backend allocator to send
    archipelago VMs backends to backends not in ARCHIPELAGO_BACKENDS
    setting. The flavor disk template is parsed before the backend
    allocation, so the disk_template at this point is ext and not ext_vlmc,
    as it was expected.
    81df9113