small fixes

This commit is contained in:
Hugo Trippaers 2012-10-01 10:12:59 -07:00
parent c9b0b0b1a9
commit bb4dadaed8
2 changed files with 8 additions and 1 deletions

View File

@ -1512,3 +1512,10 @@ error.menu.select=Unable to perform action due to no items being selected.
error.mgmt.server.inaccessible=The Management Server is unaccessible. Please try again later.
error.session.expired=Your session has expired.
error.unresolved.internet.name=Your internet name cannot be resolved.
label.add.NiciraNvp.device=Add Nvp Controller
label.delete.NiciraNvp=Remove Nvp Controller
label.nicira.controller.address=Controller Address
label.nicira.transportzoneuuid=Transport Zone Uuid
label.nicia.l3gatewayserviceuuid=L3 Gateway Service Uuid

View File

@ -44,7 +44,7 @@ import com.cloud.utils.exception.CloudRuntimeException;
@Implementation(responseObject=NiciraNvpDeviceResponse.class, description="Adds a Nicira NVP device")
public class AddNiciraNvpDeviceCmd extends BaseAsyncCmd {
private static final Logger s_logger = Logger.getLogger(AddNiciraNvpDeviceCmd.class.getName());
private static final String s_name = "addniciranvpdevice";
private static final String s_name = "addniciranvpdeviceresponse";
@PlugService NiciraNvpElementService _niciraNvpElementService;
/////////////////////////////////////////////////////