Add CDN service type for OpenStack Poppy

This commit is contained in:
Jeremy Daggett 2015-01-21 08:41:20 -08:00 committed by Jeremy Daggett
parent 7375ca4619
commit c902fbf906
1 changed files with 5 additions and 0 deletions

View File

@ -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");
}