This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 7a41e27   server: Limit API from trying to start a VM that is already 
running (#3979)
     add b64d0b2  quota: Adding pagination for quotaSummary and quotaTariffList 
(#4186)
     add 4da374b  server: Dedicated hosts should be 'Not Suitable' while find 
hosts for vm migration (#4001)
     add b141b8e  Merge remote-tracking branch 'origin/4.13' into 4.14
     new 2c82aac  Merge remote-tracking branch 'origin/4.14'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cloud/deploy/DeploymentPlanningManager.java    |  3 ++
 .../main/java/com/cloud/user/dao/AccountDao.java   |  2 ++
 .../java/com/cloud/user/dao/AccountDaoImpl.java    | 12 +++++--
 .../cloudstack/quota/dao/QuotaAccountDao.java      |  3 ++
 .../cloudstack/quota/dao/QuotaAccountDaoImpl.java  | 14 ++++++--
 .../cloudstack/quota/dao/QuotaTariffDao.java       |  9 +++--
 .../cloudstack/quota/dao/QuotaTariffDaoImpl.java   | 39 +++++++++++++++-----
 .../cloudstack/api/command/QuotaSummaryCmd.java    |  9 ++---
 .../cloudstack/api/command/QuotaTariffListCmd.java |  7 ++--
 .../api/response/QuotaResponseBuilder.java         | 10 ++++--
 .../api/response/QuotaResponseBuilderImpl.java     | 42 +++++++++++++++-------
 .../api/response/QuotaSummaryResponse.java         | 12 +++----
 .../api/command/QuotaTariffListCmdTest.java        |  4 ++-
 .../deploy/DeploymentPlanningManagerImpl.java      |  6 ++--
 .../com/cloud/server/ManagementServerImpl.java     |  5 +++
 15 files changed, 128 insertions(+), 49 deletions(-)

Reply via email to