mirror of https://github.com/apache/jclouds.git
Add CDN service type for OpenStack Poppy
This commit is contained in:
parent
7375ca4619
commit
c902fbf906
|
@ -67,6 +67,11 @@ public final class ServiceType {
|
|||
*/
|
||||
public static final String ORCHESTRATION = "orchestration";
|
||||
|
||||
/**
|
||||
* CDN Service (Poppy)
|
||||
*/
|
||||
public static final String CDN = "cdn";
|
||||
|
||||
private ServiceType() {
|
||||
throw new AssertionError("intentionally unimplemented");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue