Issue #2170: Fix PluginNotifier direct-vm endpoints
Change-Id: If41bfdadbb4bc6ccda3d53f94d1ee493329f0b0c Former-commit-id: b9415039acdc85ee7975e9d6bd27047cce623723
This commit is contained in:
parent
7ee6053c22
commit
6267bee5d5
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ public class PluginNotifierConfig {
|
|||
switch (endpointType) {
|
||||
case DIRECTVM:
|
||||
builder.append(directvmPrefix);
|
||||
break;
|
||||
case VM:
|
||||
builder.append(vmPrefix);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue