mirror of https://github.com/apache/cloudstack.git
Check all TODO and FIXME tasks
This commit is contained in:
parent
ab8ba3d61d
commit
51f9a98871
|
|
@ -54,7 +54,6 @@ public class ConfigurePortForwardingRulesOnLogicalRouterCommand extends Command
|
|||
*/
|
||||
@Override
|
||||
public boolean executeInSequence() {
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ public class ConfigurePublicIpsOnLogicalRouterCommand extends Command {
|
|||
|
||||
@Override
|
||||
public boolean executeInSequence() {
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ public class ConfigureStaticNatRulesOnLogicalRouterCommand extends Command {
|
|||
*/
|
||||
@Override
|
||||
public boolean executeInSequence() {
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -268,10 +268,7 @@ public class NiciraNvpElement extends AdapterBase implements
|
|||
+ network.getId());
|
||||
}
|
||||
try {
|
||||
// FIXME Check if any services other than connectiviy are required
|
||||
// If that is the case start the logical router with only the
|
||||
// internal interface, leave the external interfaces to the
|
||||
// IpDeployer
|
||||
// Implement SourceNat immediately as we have al the info already
|
||||
if (_networkManager.isProviderSupportServiceInNetwork(
|
||||
network.getId(), Service.SourceNat, Provider.NiciraNvp)) {
|
||||
s_logger.debug("Apparently we are supposed to provide SourceNat on this network");
|
||||
|
|
|
|||
Loading…
Reference in New Issue