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
We need to remove following from overrides.py file
horizon_ network_ workflows. CreateNetwork. _create_ network = \ network_ workflows. DFACreateNetwor k._create_ network
cisco_
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