use of com.cloud.resource.SimulatorStorageProcessor in project cloudstack by apache.
the class SimulatorManagerImpl method configure.
@Override
public boolean configure(final String name, final Map<String, Object> params) throws ConfigurationException {
final SimulatorStorageProcessor processor = new SimulatorStorageProcessor(this);
storageHandler = new StorageSubsystemCommandHandlerBase(processor);
return true;
}
Aggregations