Chapter 9. Orchestration
The Orchestration service is designed to manage the lifecycle of infrastructure and applications within OpenStack clouds. Its various agents and services are configured in the /etc/heat/heat.conf
file.
9.1. Orchestration Configuration Options Copy linkLink copied to clipboard!
The common configurations for shared services and libraries, such as database connections and RPC messaging, are described at Common configurations.
9.1.1. Description of Configuration Options Copy linkLink copied to clipboard!
The following tables provide a comprehensive list of the Orchestration configuration options.
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (Integer) Number of times to retry to bring a resource to a non-error state. Set to 0 to disable retries. |
| (Boolean) Enable the preview Stack Abandon feature. |
| (Boolean) Enable the preview Stack Adopt feature. |
| (Boolean) Encrypt template parameters that were marked as hidden and also all the resource properties before storing them in database. |
| (String) URL of the Heat metadata server. NOTE: Setting this is only needed if you require instances to use a different endpoint than in the keystone catalog |
| (String) Keystone role for heat template-defined users. |
| (String) URL of the Heat waitcondition server. |
| (String) URL of the Heat CloudWatch server. |
| (List) Stacks containing these tag names will be hidden. Multiple tags should be given in a comma-delimited list (eg. hidden_stack_tags=hide_me,me_too). |
| (Integer) Maximum raw byte size of JSON request body. Should be larger than max_template_size. |
| (Integer) Number of heat-engine processes to fork and run. Will default to either to 4 or number of CPUs on the host, whichever is greater. |
| (Boolean) On update, enables heat to collect existing resource properties from reality and converge to updated template. |
| (Integer) Timeout in seconds for stack action (ie. create or update). |
| (String) Keystone username, a user with roles sufficient to manage users and projects in the stack_user_domain. |
| (String) Keystone password for stack_domain_admin user. |
| (Boolean) When this feature is enabled, scheduler hints identifying the heat stack context of a server or volume resource are passed to the configured schedulers in nova and cinder, for creates done using heat resource types OS::Cinder::Volume, OS::Nova::Server, and AWS::EC2::Instance. heat_root_stack_id will be set to the id of the root stack of the resource, heat_stack_id will be set to the id of the resource’s parent stack, heat_stack_name will be set to the name of the resource’s parent stack, heat_path_in_stack will be set to a list of comma delimited strings of stackresourcename and stackname with list[0] being 'rootstackname', heat_resource_name will be set to the resource’s name, and heat_resource_uuid will be set to the resource’s orchestration id. |
| (String) Keystone domain ID which contains heat template-defined users. If this option is set, stack_user_domain_name option will be ignored. |
| (String) Keystone domain name which contains heat template-defined users. If stack_user_domain_id option is set, this option is ignored. |
| (Integer) Gap, in seconds, to determine whether the given token is about to expire. |
| (List) Subset of trustor roles to be delegated to heat. If left unset, all roles of a user will be delegated to heat when creating a stack. |
[auth_password] | |
| (List) Allowed keystone endpoints for auth_uri when multi_cloud is enabled. At least one endpoint needs to be specified. |
| (Boolean) Allow orchestration of multiple clouds. |
[ec2authtoken] | |
| (List) Allowed keystone endpoints for auth_uri when multi_cloud is enabled. At least one endpoint needs to be specified. |
| (String) Authentication Endpoint URI. |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
| (Boolean) Allow orchestration of multiple clouds. |
[eventlet_opts] | |
| (Integer) Timeout for client connections' socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever. |
| (Boolean) If False, closes the client socket connection explicitly. |
[heat_api] | |
| (Integer) Number of backlog requests to configure the socket with. |
| (IP) Address to bind the server. Useful when selecting a particular network interface. |
| (Port number) The port on which the server will listen. |
| (String) Location of the SSL certificate file to use for SSL mode. |
| (String) Location of the SSL key file to use for enabling SSL mode. |
| (Integer) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs). |
| (Integer) The value for the socket option TCP_KEEPIDLE. This is the time in seconds that the connection must be idle before TCP starts sending keepalive probes. |
| (Integer) Number of workers for Heat service. Default value 0 means, that service will start number of workers equal number of cores on server. |
[oslo_middleware] | |
| (Boolean) Whether the application is behind a proxy or not. This determines if the middleware should parse the headers or not. |
| (Integer) The maximum body size for each request, in bytes. |
| (String) DEPRECATED: The HTTP Header that will be used to determine what the original request protocol scheme was, even if it was hidden by a SSL termination proxy. |
[oslo_versionedobjects] | |
| (Boolean) Make exception message format errors fatal |
[paste_deploy] | |
| (String) The API paste config file to use. |
| (String) The flavor to use. |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (String) Instance connection to CFN/CW API validate certs if SSL is used. |
| (String) Instance connection to CFN/CW API via https. |
[heat_api_cfn] | |
| (Integer) Number of backlog requests to configure the socket with. |
| (IP) Address to bind the server. Useful when selecting a particular network interface. |
| (Port number) The port on which the server will listen. |
| (String) Location of the SSL certificate file to use for SSL mode. |
| (String) Location of the SSL key file to use for enabling SSL mode. |
| (Integer) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs). |
| (Integer) The value for the socket option TCP_KEEPIDLE. This is the time in seconds that the connection must be idle before TCP starts sending keepalive probes. |
| (Integer) Number of workers for Heat service. |
Configuration option = Default value | Description |
---|---|
[clients_aodh] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (String) Fully qualified class name to use as a client backend. |
Configuration option = Default value | Description |
---|---|
[clients_barbican] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_ceilometer] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_cinder] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) Allow client’s debug log output. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_designate] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_glance] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_heat] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
| (String) Optional heat url in format like http://0.0.0.0:8004/v1/%(tenant_id)s. |
Configuration option = Default value | Description |
---|---|
[clients_keystone] | |
| (String) Unversioned keystone url in format like http://0.0.0.0:5000. |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_magnum] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_manila] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_mistral] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_monasca] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_neutron] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_nova] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) Allow client’s debug log output. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (String) Default region name used to get services endpoints. |
[clients] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_sahara] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_senlin] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_swift] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_trove] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[clients_zaqar] | |
| (String) Optional CA cert file to use in SSL connections. |
| (String) Optional PEM-formatted certificate chain file. |
| (String) Type of endpoint in Identity service catalog to use for communication with the OpenStack service. |
| (Boolean) If set, then the server’s certificate will not be verified. |
| (String) Optional PEM-formatted file that contains the private key. |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (Boolean) Enable the legacy OS::Heat::CWLiteAlarm resource. |
| (String) URL of the Heat CloudWatch server. |
[heat_api_cloudwatch] | |
| (Integer) Number of backlog requests to configure the socket with. |
| (IP) Address to bind the server. Useful when selecting a particular network interface. |
| (Port number) The port on which the server will listen. |
| (String) Location of the SSL certificate file to use for SSL mode. |
| (String) Location of the SSL key file to use for enabling SSL mode. |
| (Integer) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs.) |
| (Integer) The value for the socket option TCP_KEEPIDLE. This is the time in seconds that the connection must be idle before TCP starts sending keepalive probes. |
| (Integer) Number of workers for Heat service. |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (Integer) Number of times to retry when a client encounters an expected intermittent error. Set to 0 to disable retries. |
| (Boolean) Enables engine with convergence architecture. All stacks with this option will be created using convergence engine. |
| (String) Template default for how the server should signal to heat with the deployment output values. CFN_SIGNAL will allow an HTTP POST to a CFN keypair signed URL (requires enabled heat-api-cfn). TEMP_URL_SIGNAL will create a Swift TempURL to be signaled via HTTP PUT (requires object-store endpoint which supports TempURL). HEAT_SIGNAL will allow calls to the Heat API resource-signal using the provided keystone credentials. ZAQAR_SIGNAL will create a dedicated zaqar queue to be signaled using the provided keystone credentials. |
| (String) Template default for how the server should receive the metadata required for software configuration. POLL_SERVER_CFN will allow calls to the cfn API action DescribeStackResource authenticated with the provided keypair (requires enabled heat-api-cfn). POLL_SERVER_HEAT will allow calls to the Heat API resource-show using the provided keystone credentials (requires keystone v3 API, and configured stack_user_* config options). POLL_TEMP_URL will create and populate a Swift TempURL with metadata for polling (requires object-store endpoint which supports TempURL).ZAQAR_MESSAGE will create a dedicated zaqar queue and post the metadata for polling. |
| (String) Template default for how the user_data should be formatted for the server. For HEAT_CFNTOOLS, the user_data is bundled as part of the heat-cfntools cloud-init boot configuration data. For RAW the user_data is passed to Nova unmodified. For SOFTWARE_CONFIG user_data is bundled as part of the software config data, and metadata is derived from any associated SoftwareDeployment resources. |
| (String) Select deferred auth method, stored password or trusts. |
| (String) The directory to search for environment files. |
| (Integer) The amount of time in seconds after an error has occurred that tasks may continue to run before being cancelled. |
| (Integer) Controls how many events will be pruned whenever a stack’s events are purged. Set this lower to keep more events at the expense of more frequent purges. |
| (Integer) Size of executor thread pool. |
| (String) Name of the engine node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. |
| (String) Fully qualified class name to use as a keystone backend. |
| (Integer) Number of times to check whether an interface has been attached or detached. |
| (Integer) Seconds between running periodic tasks. |
| (List) List of directories to search for plug-ins. |
| (String) Allow reauthentication on token expiry, such that long-running tasks may complete. Note this defeats the expiry of any provided user tokens. |
| (String) The directory to search for template files. |
[constraint_validation_cache] | |
| (Boolean) Toggle to enable/disable caching when Orchestration Engine validates property constraints of stack.During property validation with constraints Orchestration Engine caches requests to other OpenStack services. Please note that the global toggle for oslo.cache(enabled=True in [cache] group) must be enabled to use this feature. |
| (Integer) TTL, in seconds, for any cached item in the dogpile.cache region used for caching of validation constraints. |
[healthcheck] | |
| (List) Additional backends that can perform health checks and report that information back as part of a request. |
| (Boolean) Show more detailed information as part of the response |
| (String) Check the presence of a file to determine if an application is running on a port. Used by DisableByFileHealthcheck plugin. |
| (List) Check the presence of a file based on a port to determine if an application is running on a port. Expects a "port:path" list of strings. Used by DisableByFilesPortsHealthcheck plugin. |
| (String) DEPRECATED: The path to respond to healtcheck requests on. |
[heat_all] | |
| (List) Specifies the heat services that are enabled when running heat-all. Valid options are all or any combination of api, engine, api_cfn, or api_cloudwatch. |
[profiler] | |
| (String) Connection string for a notifier backend. Default value is messaging:// which sets the notifier to oslo_messaging. Examples of possible values:
|
| (Boolean) Enables the profiling for all services on this node. Default value is False (fully disable the profiling feature). Possible values:
|
| (String) Document type for notification indexing in elasticsearch. |
| (Integer) Elasticsearch splits large requests in batches. This parameter defines maximum size of each batch (for example: es_scroll_size=10000). |
| (String) This parameter is a time value parameter (for example: es_scroll_time=2m), indicating for how long the nodes that participate in the search will maintain relevant resources in order to continue and support it. |
| (String) Secret key(s) to use for encrypting context data for performance profiling. This string value should have the following format: <key1>[,<key2>,…<keyn>], where each key is some random string. A user who triggers the profiling via the REST API has to set one of these keys in the headers of the REST API call to include profiling results of this node for this particular project. Both "enabled" flag and "hmac_keys" config options should be set to enable profiling. Also, to generate correct profiling information across all services at least one key needs to be consistent between OpenStack projects. This ensures it can be used from client side to generate the trace, containing information from all possible resources. |
| (String) Redissentinel uses a service name to identify a master redis service. This parameter defines the name (for example: sentinal_service_name=mymaster). |
| (Floating point) Redissentinel provides a timeout option on the connections. This parameter defines that timeout (for example: socket_timeout=0.1). |
| (Boolean) Enables SQL requests profiling in services. Default value is False (SQL requests won’t be traced). Possible values:
|
[resource_finder_cache] | |
| (Boolean) Toggle to enable/disable caching when Orchestration Engine looks for other OpenStack service resources using name or id. Please note that the global toggle for oslo.cache(enabled=True in [cache] group) must be enabled to use this feature. |
| (Integer) TTL, in seconds, for any cached item in the dogpile.cache region used for caching of OpenStack service finder functions. |
[revision] | |
| (String) Heat build revision. If you would prefer to manage your build revision separately, you can move this section to a different file and add it as another config option. |
[service_extension_cache] | |
| (Boolean) Toggle to enable/disable caching when Orchestration Engine retrieves extensions from other OpenStack services. Please note that the global toggle for oslo.cache(enabled=True in [cache] group) must be enabled to use this feature. |
| (Integer) TTL, in seconds, for any cached item in the dogpile.cache region used for caching of service extensions. |
[volumes] | |
| (Boolean) Indicate if cinder-backup service is enabled. This is a temporary workaround until cinder-backup service becomes discoverable, see LP#1334856. |
[yaql] | |
| (Integer) The maximum number of elements in collection expression can take for its evaluation. |
| (Integer) The maximum size of memory in bytes that expression can take for its evaluation. |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (String) Key used to encrypt authentication info in the database. Length of this key must be 32 characters. |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (String) Custom template for the built-in loadbalancer nested stack. |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (String) URL of the Heat metadata server. NOTE: Setting this is only needed if you require instances to use a different endpoint than in the keystone catalog |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (String) Deprecated. |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (Integer) Rough number of maximum events that will be available per stack. Actual number of events can be a bit higher since purge checks take place randomly 200/event_purge_batch_size percent of the time. Older events are deleted when events are purged. Set to 0 for unlimited events per stack. |
| (Integer) Maximum depth allowed when using nested stacks. |
| (Integer) Maximum resources allowed per top-level stack. -1 stands for unlimited. |
| (Integer) Maximum length of a server name to be used in nova. |
| (Integer) Maximum number of stacks any one tenant may have active at one time. |
| (Integer) Maximum raw byte size of any template. |
Configuration option = Default value | Description |
---|---|
[matchmaker_redis] | |
| (Integer) Time in ms to wait before the transaction is killed. |
| (String) DEPRECATED: Host to locate redis. Replaced by [DEFAULT]/transport_url |
| (String) DEPRECATED: Password for Redis server (optional). Replaced by [DEFAULT]/transport_url |
| (Port number) DEPRECATED: Use this port to connect to redis host. Replaced by [DEFAULT]/transport_url |
| (String) Redis replica set name. |
| (List) DEPRECATED: List of Redis Sentinel hosts (fault tolerance mode), e.g., [host:port, host1:port … ] Replaced by [DEFAULT]/transport_url |
| (Integer) Timeout in ms on blocking socket operations. |
| (Integer) Time in ms to wait between connection attempts. |
Configuration option = Default value | Description |
---|---|
[profiler] | |
| (String) Connection string for a notifier backend. Default value is messaging:// which sets the notifier to oslo_messaging. Examples of possible values:
|
| (Boolean) Enables the profiling for all services on this node. Default value is False (fully disable the profiling feature). Possible values:
|
| (String) Secret key(s) to use for encrypting context data for performance profiling. This string value should have the following format: <key1>[,<key2>,…<keyn>], where each key is some random string. A user who triggers the profiling via the REST API has to set one of these keys in the headers of the REST API call to include profiling results of this node for this particular project. Both "enabled" flag and "hmac_keys" config options should be set to enable profiling. Also, to generate correct profiling information across all services at least one key needs to be consistent between OpenStack projects. This ensures it can be used from client side to generate the trace, containing information from all possible resources. |
| (Boolean) Enables SQL requests profiling in services. Default value is False (SQL requests won’t be traced). Possible values:
|
Configuration option = Default value | Description |
---|---|
[trustee] | |
| (Unknown) Config Section from which to load plugin specific options |
| (Unknown) Authentication type to load |
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
| (String) URL of the Heat waitcondition server. |
9.1.2. New, updated, and deprecated options in Ocata for Orchestration Copy linkLink copied to clipboard!
Option = default value | (Type) Help string |
---|---|
| (StrOpt) Template default for how the user_data should be formatted for the server. For HEAT_CFNTOOLS, the user_data is bundled as part of the heat-cfntools cloud-init boot configuration data. For RAW the user_data is passed to Nova unmodified. For SOFTWARE_CONFIG user_data is bundled as part of the software config data, and metadata is derived from any associated SoftwareDeployment resources. |
| (ListOpt) Specifies the heat services that are enabled when running heat-all. Valid options are all or any combination of api, engine, api_cfn, or api_cloudwatch. |
Option | Previous default value | New default value |
---|---|---|
|
|
|
Deprecated option | New Option |
---|---|
|
|
|
|