Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Implementation details, getting started notes

In case of the document is outdated, All supported tags can be found in source file ResourceTag.java (master branch link):

...

doesn't support resource tags. If a developer wishes to add new tag next actions should be maintained:

  1. change api/src/com/cloud/server/ResourceTag.java (add new enum item);
  2. change server/src/com/cloud/tags/TaggedResourceManagerImpl.java (modify the code if necessary);
  3. modify integration tests for tags: test/integration/component/test_tags.py and add required tests.

Limitations:

  • No tags for remote access VPN as this object doesn't have an ID.