Mentions légales du service

Skip to content

Hotfix none value mgt

RAVERDY Pierre-Guillaume requested to merge hotfix-none-value-mgt into master
name: Hotfix
about: Quick bugfix with very localized and low impact changes.

Description

There was a problem when more flexible (static) IPs were reserved on Scaleway side than defined in the config files in the app. Depending on how the list of IPs is returned (order) the app may select an IP with no definition for image/dns, thus leadig to "unable to start server" issue.

Now check that the selected IP is indeed defined/has an associated dns entry and image.

Changelog

  • Fixed bug when more static IPs are reserved than images/entries defined in the app

How to test

Misc

Merge request reports