The issue with forcing import_on_create
on the default worker pool is that if this resource has to be replaced (change of flavor for example), it will fail.
#509
Labels
So maybe we could add a new field
import_on_create
to thevar.worker_pools
, thenThat way if the default workerpool needs replacement because of a flavor change, the user can set
import_on_create = false
and do the flavor change as wellOriginally posted by @TwoDCube in #499 (comment)
The text was updated successfully, but these errors were encountered: