mirror of https://github.com/apache/jclouds.git
Adding ServiceType for Keystone
This commit is contained in:
parent
dda4a46e83
commit
e3fb2543e9
|
@ -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";
|
||||
}
|
Loading…
Reference in New Issue