mirror of https://github.com/apache/cloudstack.git
add static nat
This commit is contained in:
parent
37c530085e
commit
e6bb4762b1
|
|
@ -1247,6 +1247,7 @@ public class ConfigurationServerImpl extends ManagerBase implements Configuratio
|
|||
serviceProviderMap.put(Service.UserData, routerProvider);
|
||||
if (nsxMode == NetworkOffering.NsxMode.NATTED) {
|
||||
serviceProviderMap.put(Service.SourceNat, Provider.Nsx);
|
||||
serviceProviderMap.put(Service.StaticNat, Provider.Nsx);
|
||||
}
|
||||
return serviceProviderMap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue