mirror of https://github.com/apache/cloudstack.git
Bug 8208 - bare metal provisioning
check role before adding role to LinMin
This commit is contained in:
parent
402f275a9f
commit
bf6a6f0d57
|
|
@ -60,4 +60,5 @@ public interface SerialVersionUID {
|
|||
public static final long ConnectionException = Base | 0x20;
|
||||
public static final long PermissionDeniedException = Base | 0x21;
|
||||
public static final long sshException = Base | 0x22;
|
||||
public static final long HttpCallException = Base | 0x23;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue