Comment 13 for bug 1490619

Revision history for this message
Ryan Moe (rmoe) wrote :

Instead of checking transformation order when the template is loaded we could just sort the transformations correctly at serialization time. The available actions in the transformations have clear dependencies so they could just be topologically sorted and passed to l23network that way. Here's the general idea: http://paste.openstack.org/show/475670/