Comment 1 for bug 1687489

Revision history for this message
chirag (chiragtayal) wrote :

We need to remove following from overrides.py file

horizon_network_workflows.CreateNetwork._create_network = \
    cisco_network_workflows.DFACreateNetwork._create_network

Because of this line it tries to find _create_network function in workflows.py but it won;t find it because we are using Parent's _create_network function