<div>Hi, guys,</div><div><br></div><div>I found a misleading configuration in openstack official documents.</div><div><br></div><div>When I follow the guide (http://docs.openstack.org/trunk/config-reference/content/section_compute-scheduler.html) to configure nova host aggregates, I got following DEBUG message in nova-schuduler log:</div><div><br></div><div>"</div><div><div>2015-04-16 09:30:47.395 1143 DEBUG nova.scheduler.filters.compute_capabilities_filter [req-66f091c4-c26f-482f-b432-cbd0f2456625 None] (node-132.domain.bcec, node-132.domain.bcec) ram:128519 disk:6240256 io_ops:0 instances:0 fails instance_type extra_specs requirements host_passes /usr/lib/python2.6/site-packages/nova/scheduler/filters/compute_capabilities_filter.py:73</div><div>2015-04-16 09:30:47.395 1143 INFO nova.filters [req-66f091c4-c26f-482f-b432-cbd0f2456625 None] Filter ComputeCapabilitiesFilter returned 0 hosts</div></div><div><br></div><div>"</div><div>Then I looked the source code, I found this problem was caused by the conflict of ComputeCapabilitiesFilter and AggregateInstanceExtraSpecsFilter if we did not use scope in  <span style="line-height: 1.5;">extra_specs.</span></div><div><span style="line-height: 1.5;"><br></span></div><div><span style="line-height: 1.5;">In official guide, it use "</span><span style="white-space: pre-wrap; color: rgb(35, 48, 45); font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 12px; line-height: normal; widows: 1;">$ nova flavor-key </span><em class="replaceable" style="white-space: pre-wrap; color: rgb(35, 48, 45); font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 12px; line-height: normal; widows: 1;"><code>ssd.large</code></em><span style="white-space: pre-wrap; color: rgb(35, 48, 45); font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 12px; line-height: normal; widows: 1;"> set  </span><em class="replaceable" style="white-space: pre-wrap; color: rgb(35, 48, 45); font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 12px; line-height: normal; widows: 1;"><code>ssd=true</code></em><span style="line-height: 1.5;">" which may</span><span style="line-height: 1.5;"> cause conflict with </span><span style="line-height: 1.5;">ComputeCapabilitiesFilter£¡</span></div><div><span style="line-height: 1.5;"><br></span></div><div style="widows: 1;"><span style="line-height: 1.5;">In fact, we should use "</span><span style="white-space: pre-wrap; color: rgb(35, 48, 45); font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 12px; line-height: normal; widows: 1;">$ nova flavor-key </span><em class="replaceable" style="white-space: pre-wrap; color: rgb(35, 48, 45); font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 12px; line-height: normal; widows: 1;"><code>ssd.large</code></em><span style="white-space: pre-wrap; color: rgb(35, 48, 45); font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 12px; line-height: normal; widows: 1;"> set </span><font color="#23302d" face="Monaco, Courier New, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace"><span style="font-size: 12px; line-height: normal; white-space: pre-wrap;">aggregate_instance_extra_specs:</span></font><em class="replaceable" style="white-space: pre-wrap; color: rgb(35, 48, 45); font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 12px; line-height: normal; widows: 1;"><code>ssd=true</code></em><span style="line-height: 1.5;">" instead.</span></div><div style="widows: 1;"><span style="line-height: 1.5;"><br></span></div><div style="widows: 1;">Hope someone can fix this problem in officical documents to avoid other people encountering the same problem.</div><div><span style="line-height: 1.5;"></span></div><div><br></div><div><div style="color:#909090;font-family:Arial Narrow;font-size:12px">------------------</div><div style="font-size:14px;font-family:Verdana;color:#000;">Luo Gangyi<div><div>luogangyi@chinamobile.com</div></div></div></div><div> </div>