Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62173792 --- Diff: api/src/org/apache/cloudstack/usage/UsageTypes.java --- @@ -42,6 +42,7 @@ public static final int VM_DISK_BYTES_READ = 23; public static final int VM_DISK_BYTES_WRITE = 24; public static final int VM_SNAPSHOT = 25; + public static final int DYNAMIC_ROUTING_POLICY = 16; --- End diff -- As a new type, please use 26 or above, in case type value = 16 is used by someone else (or externally)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---