mirror of https://github.com/apache/jclouds.git
JCLOUDS-1095: Update OpenStack KeyStone Support for Zaqar
This commit is contained in:
parent
6e7801ad58
commit
92e6319cd7
|
@ -58,8 +58,10 @@ public final class ServiceType {
|
|||
public static final String DATABASE = "database";
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #MESSAGING} instead.
|
||||
* Queues Service (Marconi)
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String QUEUES = "queuing";
|
||||
|
||||
/**
|
||||
|
@ -77,6 +79,11 @@ public final class ServiceType {
|
|||
*/
|
||||
public static final String SHARED_FILESYSTEM = "share";
|
||||
|
||||
/**
|
||||
* Messaging Service (Zaqar)
|
||||
*/
|
||||
public static final String MESSAGING = "messaging";
|
||||
|
||||
private ServiceType() {
|
||||
throw new AssertionError("intentionally unimplemented");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue