c53e76627e
This can optionally be included during undercloud install when nodes will not be deployed by heat/nova. Change-Id: I05a52f346f49bf5623e5503bde7105c5de439f9d Blueprint: nova-less-deploy
10 lines
480 B
YAML
10 lines
480 B
YAML
# This heat environment can be used to disable the nova services used on the
|
|
# undercloud. It is used for underclouds which only use deployed-server
|
|
# (optionally using ironic provisioned nodes).
|
|
|
|
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 |