The stack profile instantiates nodes that are associated with heat stack instances.
Below is a typical spec for a stack profile:
type: os.heat.stack
version: 1.0
properties:
  name: nova_server_stack
  template: nova_server_template.yaml
  parameters:
    server_name: my_cirros_server
  context:
    region_name: RegionOne
 
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.