Bug 8208 - bare metal provisioning

check role before adding role to LinMin
This commit is contained in:
Frank 2011-03-14 14:34:00 -07:00
parent 402f275a9f
commit bf6a6f0d57
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}