<div dir="ltr"><p class="MsoNormal">Hi,</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">I am new in OpenStack and I want to create image through
glance CLI and I am referring blueprint <span style="background:yellow"><a href="https://blueprints.launchpad.net/glance/+spec/image-signing-and-verification-support">https://blueprints.launchpad.net/glance/+spec/image-signing-and-verification-support</a></span>
 and I am using below mentioned command to create the image. So what is
the step for  <span style="background:yellow">Glance
Image signing and verification</span> by using glance cli. </p>

<p class="MsoNormal"> </p><p class="MsoNormal"></p><pre style="overflow:auto;font-family:Menlo,Monaco,Consolas,'Courier New',monospace;font-size:13px;padding:20px 30px;margin-top:0px;margin-bottom:10px;line-height:1.42857;word-wrap:break-word;border:1px solid rgb(204,204,204);border-radius:4px;color:rgb(255,255,255);background-color:rgb(51,51,51)"><span class="" style="color:rgb(204,204,204)">glance --os-image-api-version 2 image-create [--architecture <ARCHITECTURE>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--protected [True|False]] [--name <NAME>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--instance-uuid <INSTANCE_UUID>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--min-disk <MIN_DISK>] [--visibility <VISIBILITY>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--kernel-id <KERNEL_ID>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--tags <TAGS> [<TAGS> ...]]</span>
<span class="" style="color:rgb(204,204,204)">                           [--os-version <OS_VERSION>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--disk-format <DISK_FORMAT>] [--self <SELF>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--os-distro <OS_DISTRO>] [--id <ID>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--owner <OWNER>] [--ramdisk-id <RAMDISK_ID>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--min-ram <MIN_RAM>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--container-format <CONTAINER_FORMAT>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--property <key=value>] [--file <FILE>]</span>
<span class="" style="color:rgb(204,204,204)">                           [--progress]</span></pre>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Please any one suggest me, how to execute this command for
image signing and verification. </p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Thanks & Regards,</p>

<p class="MsoNormal">Pankaj</p></div>