You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ha...@apache.org on 2021/08/11 18:03:31 UTC

[cloudstack] branch decoupleServiceOfferingDiskOffering updated (531c25e -> 6073e62)

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

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


    from 531c25e  Added marvin test cases for checking disk offering strictness
     add 6073e62  review comments addressed

No new revisions were added by this update.

Summary of changes:
 .../main/java/com/cloud/offering/DiskOffering.java |  2 --
 .../user/volume/ChangeOfferingForVolumeCmd.java    |  6 ++---
 .../api/response/ServiceOfferingResponse.java      |  8 +++---
 .../engine/orchestration/CloudOrchestrator.java    | 12 ++++-----
 .../cloud/service/dao/ServiceOfferingDaoImpl.java  |  4 +--
 .../java/com/cloud/storage/DiskOfferingVO.java     | 18 ++------------
 .../com/cloud/storage/dao/DiskOfferingDao.java     |  4 ---
 .../com/cloud/storage/dao/DiskOfferingDaoImpl.java | 29 ----------------------
 .../java/com/cloud/hypervisor/guru/VMwareGuru.java |  2 +-
 .../configuration/ConfigurationManagerImpl.java    |  2 +-
 .../com/cloud/server/ConfigurationServerImpl.java  |  5 ++--
 .../main/java/com/cloud/test/DatabaseConfig.java   |  2 +-
 .../cloud/storage/VolumeApiServiceImplTest.java    |  1 -
 13 files changed, 23 insertions(+), 72 deletions(-)