mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
small fixes
This commit is contained in:
parent
c9b0b0b1a9
commit
bb4dadaed8
@ -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
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user