diff --git a/source/adminguide/host_and_storage_tags.rst b/source/adminguide/host_and_storage_tags.rst index 026beccb27..211a83ea3d 100644 --- a/source/adminguide/host_and_storage_tags.rst +++ b/source/adminguide/host_and_storage_tags.rst @@ -148,17 +148,19 @@ It is worth mentioning that the compute offering or disk offering tags are injec Example: tags[0] == "slow" || tags[1] == "fast" Tags and results: - “slow,fast” -> TRUE - “fast,slow” -> FALSE - “fast” -> FALSE + +- “slow,fast” -> TRUE +- “fast,slow” -> FALSE +- “fast” -> FALSE If you want to avoid dependency on tag order, use the following approach: Example: tags.indexOf('slow') >= 0 || tags.indexOf('fast') >= 0 Tags and results: - “slow,fast” -> TRUE - “fast,slow” -> TRUE - “fast” -> TRUE + +- “slow,fast” -> TRUE +- “fast,slow” -> TRUE +- “fast” -> TRUE It's also important to mention that flexible tags are not compatible with quota's activation rules. diff --git a/source/adminguide/templates/._create_linux.rst.swp b/source/adminguide/templates/._create_linux.rst.swp new file mode 100644 index 0000000000..a5e9a0d741 Binary files /dev/null and b/source/adminguide/templates/._create_linux.rst.swp differ