Comment 3 for bug 1599114

Revision history for this message
Oleksii Chuprykov (ochuprykov) wrote :

That patch is partial fix. It adds "static" validation, i.e. validation before starting creation of the stack. Some cases of invilid outputs can be determined only after creation of the stack. In your case you use 'get_attr' that resolves during creation/update and should be handled differently. I assumed one more patch for adding "dynamic" validation.