@@ -27,22 +27,32 @@ benchmark information. In order to do so, you need to add this information to
2727the flavor properties and configure caso to retrieve this information. There
2828are two different values that need to be added to the flavor:
2929
30- * The benchmark name, indicated with the ``benchmark_name `` flavor property.
31- * The benchmark value, indicated with the ``benchmark_value `` flavor property.
30+ * The benchmark name, indicated with the ``accounting: benchmark_name `` flavor property.
31+ * The benchmark value, indicated with the ``accounting: benchmark_value `` flavor property.
3232
3333So, if you are using HEPSPEC06 and the benchmark value is ``99 `` for the flavor
3434``m1.foo `` you should set this as follows::
3535
36- openstack flavor set --property benchmark_name="HEPSPEC06" --property benchkark_value =99 m1.foo
36+ openstack flavor set --property benchmark_name="HEPSPEC06" --property accounting:benchmark_value =99 m1.foo
3737
3838Using different keys
3939~~~~~~~~~~~~~~~~~~~~
4040
41- If you do not want to use the default flavor properties ``benchmark_name `` and
42- ``benchkark_value `` (for example because you are using different benchmark types
41+ If you do not want to use cASO's default flavor properties ``accounting: benchmark_name `` and
42+ ``accounting:benchmark_value `` (for example because you are using different benchmark types
4343and values) you can specify which properties ``cASO `` should look for by using
4444the ``benchmark_name_key `` ``benchkark_value_key `` in the configuration file.
4545
46+ .. important ::
47+
48+ Please note that there is an OpenStack scheduler filter that removes hosts
49+ based on flavor properties. In order to not interfere with the behaviour of
50+ this filter you must prefix the property with a ``scope: `` so that cASO's
51+ properties are not taken into account for this filtering. When adding these
52+ properties in cASO's configuration file, please include the complete name
53+ (i.e. ``scope:property ``).
54+
55+
4656User credentials
4757----------------
4858
0 commit comments