Adding ServiceType for Keystone

This commit is contained in:
Adam Lowe 2012-04-27 16:53:17 +01:00
parent dda4a46e83
commit e3fb2543e9
1 changed files with 4 additions and 0 deletions

View File

@ -41,4 +41,8 @@ public interface ServiceType {
* Image Service (Glance)
*/
public static final String IMAGE = "image";
/**
* Identity Service (Keystone)
*/
public static final String IDENTITY = "identity";
}