mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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
|
@Override
|
||||||
public boolean executeInSequence() {
|
public boolean executeInSequence() {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -43,7 +43,6 @@ public class ConfigurePublicIpsOnLogicalRouterCommand extends Command {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean executeInSequence() {
|
public boolean executeInSequence() {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -57,7 +57,6 @@ public class ConfigureStaticNatRulesOnLogicalRouterCommand extends Command {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean executeInSequence() {
|
public boolean executeInSequence() {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -268,10 +268,7 @@ public class NiciraNvpElement extends AdapterBase implements
|
|||||||
+ network.getId());
|
+ network.getId());
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
// FIXME Check if any services other than connectiviy are required
|
// Implement SourceNat immediately as we have al the info already
|
||||||
// If that is the case start the logical router with only the
|
|
||||||
// internal interface, leave the external interfaces to the
|
|
||||||
// IpDeployer
|
|
||||||
if (_networkManager.isProviderSupportServiceInNetwork(
|
if (_networkManager.isProviderSupportServiceInNetwork(
|
||||||
network.getId(), Service.SourceNat, Provider.NiciraNvp)) {
|
network.getId(), Service.SourceNat, Provider.NiciraNvp)) {
|
||||||
s_logger.debug("Apparently we are supposed to provide SourceNat on this network");
|
s_logger.debug("Apparently we are supposed to provide SourceNat on this network");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user