From 40e76e1728c0017912913419701e6bb008b1aeb5 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 4 Jun 2018 14:50:45 -0400 Subject: [PATCH] Fix typo in enable_certificate_validation config option help The server instance gets disabled, not the image. Change-Id: I11fd2191f394e14e872744b80f0683ff24f91c6b --- nova/conf/glance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/conf/glance.py b/nova/conf/glance.py index 6a4df7b4b024..b96f437b0f36 100644 --- a/nova/conf/glance.py +++ b/nova/conf/glance.py @@ -109,7 +109,7 @@ Enable certificate validation for image signature verification. During image signature verification nova will first verify the validity of the image's signing certificate using the set of trusted certificates associated with the instance. If certificate validation fails, signature verification -will not be performed and the image will be placed into an error state. This +will not be performed and the instance will be placed into an error state. This provides end users with stronger assurances that the image data is unmodified and trustworthy. If left disabled, image signature verification can still occur but the end user will not have any assurance that the signing