Skip to content

Commit dd6fd2b

Browse files
committed
Remove XTrustProvider as this class is kept within the
cloud-iControl.jar.
1 parent 6c07b77 commit dd6fd2b

2 files changed

Lines changed: 0 additions & 100 deletions

File tree

core/src/com/cloud/network/resource/XTrustProvider.java

Lines changed: 0 additions & 98 deletions
This file was deleted.

plugins/network-elements/f5/src/com/cloud/network/resource/F5BigIpResource.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ private enum LbProtocol {
134134
@Override
135135
public boolean configure(String name, Map<String, Object> params) throws ConfigurationException {
136136
try {
137-
XTrustProvider.install();
138-
139137
_name = (String) params.get("name");
140138
if (_name == null) {
141139
throw new ConfigurationException("Unable to find name");

0 commit comments

Comments
 (0)