This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a change to branch nsx-integration
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from c135fa13ae6 fix test
add f46b7883a8e [NSX] Allow NSX isolated networks (#8132)
No new revisions were added by this update.
Summary of changes:
.../java/com/cloud/offering/NetworkOffering.java | 4 +-
.../com/cloud/vm/VirtualMachineManagerImpl.java | 63 ++++++++++-------
.../agent/api/CreateNsxTier1GatewayCommand.java | 29 +++++---
.../agent/api/DeleteNsxTier1GatewayCommand.java | 25 ++++---
.../apache/cloudstack/resource/NsxResource.java | 18 +++--
.../apache/cloudstack/service/NsxApiClient.java | 8 +--
.../org/apache/cloudstack/service/NsxElement.java | 4 ++
.../cloudstack/service/NsxGuestNetworkGuru.java | 31 ++++++---
.../apache/cloudstack/service/NsxServiceImpl.java | 27 +++++++-
.../cloudstack/utils/NsxControllerUtils.java | 9 ++-
.../org/apache/cloudstack/utils/NsxHelper.java | 10 ++-
.../cloudstack/resource/NsxResourceTest.java | 4 +-
.../com/cloud/server/ConfigurationServerImpl.java | 80 ++++++++++++----------
13 files changed, 201 insertions(+), 111 deletions(-)