heat/heat/engine/resources/aws/ec2
Bill Arnold 2c1dc724ca Implements stack lifecycle scheduler hints
This is a mechanism whereby when heat processes
a stack VM resource, the stack id, root stack id,
stack resource id, stack resource name and the
path in the stack (as a list of tuples,
(stackresourcename, stackname)) can be passed to
nova by heat as scheduler hints, to the
configured schedulers for nova.

Implements: blueprint stack-lifecycle-scheduler-hint
Co-Authored-By: Karolyn Chambers <chamberk@us.ibm.com>

Change-Id: I3e006339a41c469451bc3ee740018b285d3e0a65
2015-03-20 15:00:54 -04:00
..
__init__.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
eip.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
instance.py Implements stack lifecycle scheduler hints 2015-03-20 15:00:54 -04:00
internet_gateway.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
network_interface.py Apply neutron subnet constraint 2015-03-13 11:53:05 +08:00
route_table.py Apply neutron subnet constraint 2015-03-13 11:53:05 +08:00
security_group.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
subnet.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
volume.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
vpc.py Move neutron resources to /engine/resources/openstack/neutron 2015-03-06 11:00:43 +08:00