Comment test tags

Add comments to the definitions of the test tags related
to service involvement matching the documentation on
running a subset of manila tempest tests based on
service involvement [1].

[1] https://docs.openstack.org/manila/latest/contributor/tempest_tests.html#running-a-subset-of-tests-based-on-service-involvement
Change-Id: I960b6bf8f283ea928fd512811f8d88268b0945d2
diff --git a/manila_tempest_tests/tests/api/base.py b/manila_tempest_tests/tests/api/base.py
index 06b9d3f..eca162a 100644
--- a/manila_tempest_tests/tests/api/base.py
+++ b/manila_tempest_tests/tests/api/base.py
@@ -42,8 +42,12 @@
 TAG_NEGATIVE = "negative"
 
 # Test tags related to service involvement
+# Only requires that manila-api service running.
 TAG_API = "api"
+# Requires all manila services running, intended to test back-end
+# (manila-share) behavior.
 TAG_BACKEND = "backend"
+# Requires all manila services running, intended to test API behavior.
 TAG_API_WITH_BACKEND = "api_with_backend"
 
 TAGS_MAPPER = {