Currently for each driver has following code
1) Create a fixed Network.
2) Create a fixed subnet in the network created at step 1.
3) Create a router
4) Attach subnet(created at step2) to router(created at step 3)
A new resource is created for above tasks in network.yaml file.
New resource does the above tasks and output the fixed network ID
and fixed subnet id, which is used by other parts of the heat
template.
Reviewed: https:/ /review. openstack. org/347858 /git.openstack. org/cgit/ openstack/ magnum/ commit/ ?id=10e85ee6cef d5915b8b7eb7f21 0784cea323b4e2
Committed: https:/
Submitter: Jenkins
Branch: master
commit 10e85ee6cefd591 5b8b7eb7f210784 cea323b4e2
Author: Rajiv Kumar <email address hidden>
Date: Wed Jul 27 19:35:41 2016 +0530
Consolidate heat network resources
Currently for each driver has following code
1) Create a fixed Network.
2) Create a fixed subnet in the network created at step 1.
3) Create a router
4) Attach subnet(created at step2) to router(created at step 3)
A new resource is created for above tasks in network.yaml file.
New resource does the above tasks and output the fixed network ID
and fixed subnet id, which is used by other parts of the heat
template.
Change-Id: Ib347ce5c54c656 6300a43e05b277b f80351a2256
Closes-Bug: #1606912