mirror of https://github.com/apache/jclouds.git
Adds support for the orchestration type.
This commit is contained in:
parent
d804e73467
commit
25ec655d74
|
@ -71,6 +71,11 @@ public final class ServiceType {
|
|||
*/
|
||||
public static final String CDN = "rax:cdn";
|
||||
|
||||
/**
|
||||
* Orchestration (Openstack Heat)
|
||||
*/
|
||||
public static final String ORCHESTRATION = "orchestration";
|
||||
|
||||
private ServiceType() {
|
||||
throw new AssertionError("intentionally unimplemented");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue