Create Network failing with Programmable fabric changes
Bug #1687489 reported by
chirag
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
horizon-cisco-ui |
In Progress
|
Undecided
|
chirag |
Bug Description
Create Network functionality is broken with Programmable Fabric GUI changes.
To post a comment you must log in.
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