magnum/magnum
Rajiv Kumar 10e85ee6ce 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: Ib347ce5c54c6566300a43e05b277bf80351a2256
Closes-Bug: #1606912
2016-12-09 15:34:06 +01:00
..
api Fix a typo 2016-11-18 11:05:55 +08:00
cmd Fix magnum-template-manage 2016-10-13 21:06:43 +05:30
common Use function is_valid_mac from oslo.utils 2016-10-21 13:41:38 +08:00
conductor Refactor driver interface (pt 1) 2016-12-01 09:23:46 -06:00
conf Centralize config option: docker_registry section 2016-10-11 11:05:40 +07:00
db Allow keypair to be added during cluster create 2016-10-06 17:25:09 +00:00
drivers Consolidate heat network resources 2016-12-09 15:34:06 +01:00
hacking Add i18n translation for Log messages 2016-08-15 11:44:08 +05:30
objects Add RESUME_FAILED to cluster's status field 2016-12-01 11:38:59 +08:00
service Centralize config option: rpc periodic section 2016-09-22 05:57:17 +00:00
servicegroup Cleanup MagnumService Object usage 2016-01-29 15:39:28 +08:00
tests Merge "Disable horizon, swift and ceilometer" 2016-12-09 14:10:15 +00:00
__init__.py Initial commit from github (squashed) 2014-11-18 09:23:37 -05:00
i18n.py Setup for translation 2015-05-24 03:13:55 +00:00
version.py Remove coding:utf-8 2015-08-03 23:28:22 +08:00