Github user bhaisaab commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1489#discussion_r59853146
  
    --- Diff: engine/schema/src/com/cloud/user/AccountVO.java ---
    @@ -83,8 +86,16 @@ public AccountVO(String accountName, long domainId, 
String networkDomain, short
             this.domainId = domainId;
             this.networkDomain = networkDomain;
             this.type = type;
    -        state = State.enabled;
    +        this.state = State.enabled;
             this.uuid = uuid;
    +        this.roleId = RoleType.getRoleByAccountType(null, type);
    +    }
    +
    +    public AccountVO(String accountName, long domainId, String 
networkDomain, short type, Long roleId, String uuid) {
    +        this(accountName, domainId, networkDomain, type, uuid);
    --- End diff --
    
    fixed


---
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.
---

Reply via email to