f1fa487d5e
This reverts commit b5dec5b676
and
doesn't use exit_codes to add allowed exit code 5, which is what broke
the standalone CI job.
Change-Id: Ifff517161fa54ce5550516833bfc568e1f297069
13 lines
587 B
YAML
13 lines
587 B
YAML
# This heat environment can be used to disable the nova/glance services used on
|
|
# the undercloud. It is used for underclouds which only use deployed-server
|
|
# (optionally using ironic provisioned nodes).
|
|
|
|
parameter_defaults:
|
|
MistralExecutorVolumes: []
|
|
resource_registry:
|
|
OS::TripleO::Services::NovaApi: OS::Heat::None
|
|
OS::TripleO::Services::NovaConductor: OS::Heat::None
|
|
OS::TripleO::Services::NovaIronic: OS::Heat::None
|
|
OS::TripleO::Services::NovaMetadata: OS::Heat::None
|
|
OS::TripleO::Services::NovaScheduler: OS::Heat::None
|
|
OS::TripleO::Services::GlanceApi: OS::Heat::None |