diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-05 12:36:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-05 12:36:28 +0000 |
commit | 0ead46e4dc3bf3fbf0cdf8a76cbf0c5d6e0b191b (patch) | |
tree | 26c833f098dbc87239ea5b1e048d6b7f5d4a3496 /installation/src | |
parent | 78a3f4b08d401cd8ccbd6213dfbe85017e35163a (diff) | |
parent | aff32f771836092291b40dd0cd37e2dabfede609 (diff) |
Merge "Fix honeycomb password in dg.properties"
Former-commit-id: 0b0fb6f8e80bf0d0299256a0659bef0b16c1fbed
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index cc56c984..153d4af5 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -4,7 +4,7 @@ controller.user=admin controller.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U honeycomb.url=http://{honeycomb-instance-ip}:8183 honeycomb.user=admin -honeycomb.password=admin +honeycomb.pwd=admin # Templates restapi.sz.templatefile=security-zone-allotted-resource.json |