
The idea here is to provide a way for magnum to discover and interact with templates meant to build bays. Template definition discovery is done through python entry_points, and each class lists the bay_types it can provide. Each template definition contains a mapping of magnum object attributes and heat template parameters/outputs. This will be useful for not only allowing different CoEs, OSes, and platforms. But can also provide the discovery mechanism for templates once they are pulled into their own repository. Partial-Implements: bp multiple-bay-templates Change-Id: Ia596657856cd861c94e58dcd65acae0677a36d73
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=cliutils
|
|
module=eventlet_backdoor
|
|
module=loopingcall
|
|
module=periodic_task
|
|
module=service
|
|
module=systemd
|
|
module=versionutils
|
|
module=threadgroup
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=magnum
|