Fix mis-advice for RESTCONF installation 35/66035/1
authorRyan Goulding <ryandgoulding@gmail.com>
Tue, 28 Nov 2017 21:51:01 +0000 (16:51 -0500)
committerRyan Goulding <ryandgoulding@gmail.com>
Tue, 28 Nov 2017 21:51:01 +0000 (16:51 -0500)
There is no need for odl-netconf-connector-ssh
in normal RESTCONF scenarios.  This one case
is because odl-distribution-version is using
the config subsystem to expose information,
which in itself is a dated method.  In fact,
we have deprecated CSS this release.  At the
least, this updates the docs to recommend
a smaller feature set.  The other issues can
be addressed in later patches when they are
fixed in integration project

Change-Id: I154785d31f49f67a21fad31f87e9deac32cdab92
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
docs/getting-started-guide/common-features/version.rst

index 4b32d7bb5de000a9013ea698c2363ca091ee9b79..d0085a7839f3d4dcdd60950e1aa3cdff8210fcb3 100644 (file)
@@ -21,8 +21,7 @@ Follow these steps to install the version feature:
 
       feature:install odl-distribution-version
 
-.. note:: For RESTCONF access, it is recommended to install odl-restconf
-          and odl-netconf-connector-ssh.
+.. note:: For RESTCONF access, it is recommended to install odl-restconf.
 
 Version Feature Usage
 ---------------------