diff options
author | Michael O'Brien <frank.obrien@amdocs.com> | 2017-11-14 17:22:26 -0500 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2017-11-20 12:50:50 +0000 |
commit | bff1424aa9e6ac61b8d4f3d70c16d33176ccefd0 (patch) | |
tree | fb37c22149438fc5dfc491dee4425961e6b44ec5 /kubernetes/config/docker/init | |
parent | 07f6751daac99645dd92ab9239e56293665c229d (diff) |
fix double quote in test-config - see aai-461
IssueID: OOM-426
Change-Id: Id387663ca801aefd0dc659281e91acbfd52e7e40
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'kubernetes/config/docker/init')
-rw-r--r-- | kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route b/kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route index 46c3890c99..81e1cf9877 100644 --- a/kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route +++ b/kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route @@ -1,4 +1,4 @@ <route xmlns="http://camel.apache.org/schema/spring" trace="true"> - <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url="http://dmaap.onap-message-router:3904"/> + <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url=http://dmaap.onap-message-router:3904"/> <to uri="bean:entityEventPolicy?method=process"/> </route> |