Remove wrong colspan attributes
colspan specifies that a column spans several entries. All the usages of colspan in this file are wrong and can be removed completely. Change-Id: I2fe4cc34879a1fe9bdcf0553e51f7d0fe0b1bbbf
This commit is contained in:
		| @@ -953,41 +953,41 @@ X-Auth-Token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb</literallayout> | |||||||
|                     <caption>Sample Absolute Limits</caption> |                     <caption>Sample Absolute Limits</caption> | ||||||
|                     <thead> |                     <thead> | ||||||
|                         <tr> |                         <tr> | ||||||
|                             <td colspan="2">Name</td> |                             <td>Name</td> | ||||||
|                             <td colspan="1">Value</td> |                             <td>Value</td> | ||||||
|                             <td colspan="3">Description</td> |                             <td>Description</td> | ||||||
|                         </tr> |                         </tr> | ||||||
|                     </thead> |                     </thead> | ||||||
|                     <tbody> |                     <tbody> | ||||||
|                         <tr> |                         <tr> | ||||||
|                             <td colspan="2">maxTotalRAMSize</td> |                             <td>maxTotalRAMSize</td> | ||||||
|                             <td colspan="1">51200</td> |                             <td>51200</td> | ||||||
|                             <td colspan="3">Maximum total amount of |                             <td>Maximum total amount of | ||||||
|                                 RAM (MB)</td> |                                 RAM (MB)</td> | ||||||
|                         </tr> |                         </tr> | ||||||
|                         <tr> |                         <tr> | ||||||
|                             <td colspan="2">maxServerMeta</td> |                             <td>maxServerMeta</td> | ||||||
|                             <td colspan="1">5</td> |                             <td>5</td> | ||||||
|                             <td colspan="3">Maximum number of metadata |                             <td>Maximum number of metadata | ||||||
|                                 items associated with a server</td> |                                 items associated with a server</td> | ||||||
|                         </tr> |                         </tr> | ||||||
|                         <tr> |                         <tr> | ||||||
|                             <td colspan="2">maxImageMeta</td> |                             <td>maxImageMeta</td> | ||||||
|                             <td colspan="1">5</td> |                             <td>5</td> | ||||||
|                             <td colspan="3">Maximum number of metadata |                             <td>Maximum number of metadata | ||||||
|                                 items associated with an Image</td> |                                 items associated with an Image</td> | ||||||
|                         </tr> |                         </tr> | ||||||
|                         <tr> |                         <tr> | ||||||
|                             <td colspan="2">maxPersonality</td> |                             <td>maxPersonality</td> | ||||||
|                             <td colspan="1">5</td> |                             <td>5</td> | ||||||
|                             <td colspan="3">The maximum number of file |                             <td>The maximum number of file | ||||||
|                                 path/content pairs that can be |                                 path/content pairs that can be | ||||||
|                                 supplied on server build</td> |                                 supplied on server build</td> | ||||||
|                         </tr> |                         </tr> | ||||||
|                         <tr> |                         <tr> | ||||||
|                             <td colspan="2">maxPersonalitySize</td> |                             <td>maxPersonalitySize</td> | ||||||
|                             <td colspan="1">10240</td> |                             <td>10240</td> | ||||||
|                             <td colspan="3">The maximum size, in |                             <td>The maximum size, in | ||||||
|                                 bytes, for each personality file</td> |                                 bytes, for each personality file</td> | ||||||
|                         </tr> |                         </tr> | ||||||
|                     </tbody> |                     </tbody> | ||||||
| @@ -1582,15 +1582,15 @@ Host: servers.api.openstack.org/v2/</literallayout> | |||||||
|                 <informaltable frame="void"> |                 <informaltable frame="void"> | ||||||
|                     <tbody> |                     <tbody> | ||||||
|                         <tr> |                         <tr> | ||||||
|                             <td colspan="1">Status Transition:</td> |                             <td>Status Transition:</td> | ||||||
|                             <td colspan="3"> |                             <td> | ||||||
|                                 <code>BUILD</code> &ARROW; |                                 <code>BUILD</code> &ARROW; | ||||||
|                                    <code>ACTIVE</code> |                                    <code>ACTIVE</code> | ||||||
|                             </td> |                             </td> | ||||||
|                         </tr> |                         </tr> | ||||||
|                         <tr> |                         <tr> | ||||||
|                             <td colspan="1"/> |                             <td/> | ||||||
|                             <td colspan="3"> |                             <td> | ||||||
|                                 <code>BUILD</code> &ARROW; |                                 <code>BUILD</code> &ARROW; | ||||||
|                                    <code>ERROR</code> (on error)</td> |                                    <code>ERROR</code> (on error)</td> | ||||||
|                         </tr> |                         </tr> | ||||||
| @@ -1901,27 +1901,27 @@ Host: servers.api.openstack.org/v2/</literallayout> | |||||||
|                 <caption>Network attributes</caption> |                 <caption>Network attributes</caption> | ||||||
|                 <thead> |                 <thead> | ||||||
|                     <tr> |                     <tr> | ||||||
|                         <td colspan="1">Name</td> |                         <td>Name</td> | ||||||
|                         <td colspan="2">Type</td> |                         <td>Type</td> | ||||||
|                         <td colspan="3">Description</td> |                         <td>Description</td> | ||||||
|                     </tr> |                     </tr> | ||||||
|                 </thead> |                 </thead> | ||||||
|                 <tbody> |                 <tbody> | ||||||
|                     <tr> |                     <tr> | ||||||
|                         <td colspan="1">uuid</td> |                         <td>uuid</td> | ||||||
|                         <td colspan="2">uuid</td> |                         <td>uuid</td> | ||||||
|                         <td colspan="3">The uuid of the network.</td> |                         <td>The uuid of the network.</td> | ||||||
|                     </tr> |                     </tr> | ||||||
|                     <tr> |                     <tr> | ||||||
|                         <td colspan="1">fixed_ip</td> |                         <td>fixed_ip</td> | ||||||
|                         <td colspan="2">IPv4</td> |                         <td>IPv4</td> | ||||||
|                         <td colspan="3">The IP address to assign to |                         <td>The IP address to assign to | ||||||
|                             the interface.</td> |                             the interface.</td> | ||||||
|                     </tr> |                     </tr> | ||||||
|                     <tr> |                     <tr> | ||||||
|                         <td colspan="1">port</td> |                         <td>port</td> | ||||||
|                         <td colspan="2">uuid</td> |                         <td>uuid</td> | ||||||
|                         <td colspan="3">The uuid of the port.</td> |                         <td>The uuid of the port.</td> | ||||||
|                     </tr> |                     </tr> | ||||||
|                 </tbody> |                 </tbody> | ||||||
|             </table> |             </table> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andreas Jaeger
					Andreas Jaeger