nova: Add VerifyGlanceSignatures compute param
This controls image signature verification during instance creation on the compute host. Change-Id: I0d80cbd38eb4e3d110443f6b9a8a7c7643c43453
This commit is contained in:
parent
ec0f4130ea
commit
80e9bb33a9
@ -115,6 +115,10 @@ parameters:
|
||||
default: 2022
|
||||
description: Target port for migration over ssh
|
||||
type: number
|
||||
VerifyGlanceSignatures:
|
||||
default: False
|
||||
description: Whether to verify image signatures.
|
||||
type: boolean
|
||||
|
||||
resources:
|
||||
NovaBase:
|
||||
@ -206,6 +210,7 @@ outputs:
|
||||
nova::vncproxy::common::vncproxy_protocol: {get_param: [EndpointMap, NovaVNCProxyPublic, protocol]}
|
||||
nova::vncproxy::common::vncproxy_host: {get_param: [EndpointMap, NovaVNCProxyPublic, host_nobrackets]}
|
||||
nova::vncproxy::common::vncproxy_port: {get_param: [EndpointMap, NovaVNCProxyPublic, port]}
|
||||
nova::compute::verify_glance_signatures: {get_param: [VerifyGlanceSignatures]}
|
||||
step_config: |
|
||||
# TODO(emilien): figure how to deal with libvirt profile.
|
||||
# We'll probably treat it like we do with Neutron plugins.
|
||||
|
Loading…
x
Reference in New Issue
Block a user