Github user R-Rajkumar commented on a diff in the pull request: https://github.com/apache/stratos/pull/97#discussion_r19654378 --- Diff: components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/util/CloudControllerConstants.java --- @@ -97,6 +97,12 @@ public static final String CLOUD_CONTROLLER_COL_FAMILY = CLOUD_CONTROLLER_EVENT_STREAM .replaceAll("[/.]", "_"); + //cloudstack specific + public static final String USER_NAME = "userName"; --- End diff -- Can we use username instead of userName?
--- 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. ---