This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch 4.15
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 02abb87 server: allow copy cross-zone templates to other zone (#4804)
add 76ba5c6 server: Fix displaying public IP address of shared networks
(#4675)
No new revisions were added by this update.
Summary of changes:
.travis.yml | 1 +
.../java/com/cloud/network/IpAddressManager.java | 17 +
server/src/main/java/com/cloud/api/ApiDBUtils.java | 14 +
.../main/java/com/cloud/api/ApiResponseHelper.java | 39 +
.../com/cloud/network/IpAddressManagerImpl.java | 112 +--
.../com/cloud/server/ManagementServerImpl.java | 232 +++++-
test/integration/component/test_public_ip.py | 870 +++++++++++++++++++++
test/integration/smoke/test_network.py | 9 +-
8 files changed, 1204 insertions(+), 90 deletions(-)
create mode 100644 test/integration/component/test_public_ip.py