CPU topology properties documented for images

hw_cpu_sockets,hw_cpu_cores,hw_cpu_threads are included to
chapter_cli-glance-property:Image service property keys

These are included in Juno

Change-Id: I2187d467c24420b024ff16d77236120c564dcc2c
Closes-Bug: #1480519
This commit is contained in:
OctopusZhang 2015-08-04 05:35:59 -04:00
parent 7904561de5
commit ceea580af0

View File

@ -239,6 +239,24 @@
</itemizedlist>
</td>
</tr>
<tr valign="top">
<td>libvirt API driver</td>
<td>hw_cpu_sockets</td>
<td>The preferred number of sockets to expose to the guest.</td>
<td>Integer</td>
</tr>
<tr valign="top">
<td>libvirt API driver</td>
<td>hw_cpu_cores</td>
<td>The preferred number of cores to expose to the guest.</td>
<td>Integer</td>
</tr>
<tr valign="top">
<td>libvirt API driver</td>
<td>hw_cpu_threads</td>
<td>The preferred number of threads to expose to the guest.</td>
<td>Integer</td>
</tr>
<tr valign="top">
<td>libvirt API driver</td>
<td>hw_disk_bus</td>