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 cbbb401 Merge remote-tracking branch 'origin/4.14'
add b534d2b vr: fix backup router health check (#4171)
add b79407c api: Adding missing fields to API responses (#4167)
add 5526342 server: Do not resize volume of running vm on KVM host if
host is not Up or not Enabled (#4148)
add 26f4edf Merge remote-tracking branch 'origin/4.13' into 4.14
new 3ede1ea 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:
.../org/apache/cloudstack/api/ApiConstants.java | 3 +++
.../api/response/DomainRouterResponse.java | 16 +++++++++++++++
.../cloudstack/api/response/IPAddressResponse.java | 11 +++++++++-
.../api/response/PrivateGatewayResponse.java | 10 ++++++++-
.../api/response/Site2SiteVpnGatewayResponse.java | 8 ++++++++
.../cloudstack/api/response/SystemVmResponse.java | 24 ++++++++++++++++++++++
.../cloudstack/api/response/UserVmResponse.java | 13 +++++++++++-
.../cloudstack/api/response/VpcResponse.java | 8 ++++++++
.../main/java/com/cloud/api/ApiResponseHelper.java | 6 ++++++
.../api/query/dao/DomainRouterJoinDaoImpl.java | 13 +++++++++++-
.../com/cloud/api/query/dao/UserVmJoinDaoImpl.java | 7 ++++++-
.../router/VirtualNetworkApplianceManagerImpl.java | 7 ++++++-
.../com/cloud/storage/VolumeApiServiceImpl.java | 17 +++++++++++++++
13 files changed, 137 insertions(+), 6 deletions(-)