From 080e04538cbaff52dc46c0b3208b9f60f3479ba7 Mon Sep 17 00:00:00 2001 From: ebo Date: Sun, 1 Mar 2020 23:41:37 +0000 Subject: Fixed the SSH configuration of user 'netconf' The actual SSH configuration is stored in Sysrepo and not as ordinary ~netconf/.ssh files. Issue-ID: INT-1124 Change-Id: I7e16e09a20ac6f2d52c8958550603935b6790283 Signed-off-by: ebo --- .../netconf-pnp-simulator/docs/examples/mynetconf/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mocks/netconf-pnp-simulator/docs/examples/mynetconf') diff --git a/test/mocks/netconf-pnp-simulator/docs/examples/mynetconf/docker-compose.yml b/test/mocks/netconf-pnp-simulator/docs/examples/mynetconf/docker-compose.yml index ee70c4fd9..5d8ba5acc 100644 --- a/test/mocks/netconf-pnp-simulator/docs/examples/mynetconf/docker-compose.yml +++ b/test/mocks/netconf-pnp-simulator/docs/examples/mynetconf/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: netopeer2: - image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.6.0 + image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.6.1 container_name: mynetconf restart: always ports: -- cgit 1.2.3-korg