[MSO-8] Update the maven dependency
[so.git] / adapters / mso-adapter-utils / src / main / java / org / openecomp / mso / openstack / utils / MsoNeutronUtils.java
index f3281e3..5c21913 100644 (file)
@@ -425,10 +425,6 @@ public class MsoNeutronUtils extends MsoCommonUtils
                        alarmLogger.sendAlarm("MsoConfigurationError", MsoAlarmLogger.CRITICAL, error);
                        throw new MsoAdapterException (error, e);
                }
-               // This is needed for testing in the MT cloud
-               if (cloudId.equals("MT")) {
-            neutronUrl = neutronUrl.replace("controller", "mtdnj02bh01wt.bvoip.labs.att.com");
-        }
 
                Quantum neutronClient = new Quantum(neutronUrl);
                neutronClient.token(access.getToken().getId());