File tree Expand file tree Collapse file tree
api/src/com/cloud/network Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,8 @@ public static class Provider {
135135 public static final Provider SecurityGroupProvider = new Provider ("SecurityGroupProvider" , false );
136136 public static final Provider VPCVirtualRouter = new Provider ("VpcVirtualRouter" , false );
137137 public static final Provider None = new Provider ("None" , false );
138- public static final Provider NiciraNvp = new Provider ("NiciraNvp" , true );
138+ // NiciraNvp is not an "External" provider, otherwise we get in trouble with NetworkServiceImpl.providersConfiguredForExternalNetworking
139+ public static final Provider NiciraNvp = new Provider ("NiciraNvp" , false );
139140 public static final Provider MidokuraMidonet = new Provider ("MidokuraMidonet" , true );
140141
141142 private String name ;
You can’t perform that action at this time.
0 commit comments