if (project != null) {
si_obj.setParent(project);
}
si_obj.setName(getName());
si_obj.setServiceTemplate(_tmpl);
si_obj.setProperties(new ServiceInstanceType(false, _mgmtName, _leftName, null, _rightName, null, new ServiceInstanceType.ServiceScaleOutType(1, false)));
try {
ApiConnector api = controller.getApiAccessor();
api.create(si_obj);
} catch (IOException ex) {
s_logger.warn("service-instance create", ex);