commit | 071d154be0293f102f485a6fa1142a8626514efa | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Wed Mar 24 19:10:47 2021 -0500 |
committer | Ghanshyam <gmann@ghanshyammann.com> | Thu Mar 25 18:21:28 2021 +0000 |
tree | 685bf5930eff51fba9da995848f8dffbbf5ac5bf | |
parent | 6428139de18291c916852ae48130fb8a7b4db318 [diff] |
Rename create_networks to correct name as per its functionality create_networks() method create network, subnet, router and connect it to router but its name is sounds like it will create more than one network. This also confusing with existing create_network() method (without 's'). Renaming this to setup_network_subnet_with_router() which is what this function does. Implements: blueprint tempest-scenario-manager-stable Change-Id: I63b3991210fd86bcc830af5beed28324797c3209