diff options
-rw-r--r-- | ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json b/ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json index 92785796b..724dfc4d6 100644 --- a/ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json +++ b/ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json @@ -206,7 +206,7 @@ "properties": {
"profile-name": "sample",
"oam-ipv4-address": "{ \"get_attribute\" : \"hostname\" }",
- "port-number": "{ \"get_attribute\" : \"host-port\" }",
+ "port-number": { "get_input" : "host-port" },
"connection-time-out": 30
}
}
|