We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e3731 commit 05902a7Copy full SHA for 05902a7
1 file changed
source/adminguide/host_and_storage_tags.rst
@@ -148,17 +148,17 @@ It is worth mentioning that the compute offering or disk offering tags are injec
148
149
Example: tags[0] == "slow" || tags[1] == "fast"
150
Tags and results:
151
- “slow,fast” -> TRUE
152
- “fast,slow” -> FALSE
153
- “fast” -> FALSE
+ - “slow,fast” -> TRUE
+ - “fast,slow” -> FALSE
+ - “fast” -> FALSE
154
155
If you want to avoid dependency on tag order, use the following approach:
156
157
Example: tags.indexOf('slow') >= 0 || tags.indexOf('fast') >= 0
158
159
160
- “fast,slow” -> TRUE
161
- “fast” -> TRUE
+ - “fast,slow” -> TRUE
+ - “fast” -> TRUE
162
163
164
It's also important to mention that flexible tags are not compatible with quota's activation rules.
0 commit comments