bring danube branch up to date with master 81/32581/1
authoragardner <agardner@linuxfoundation.org>
Thu, 30 Mar 2017 19:16:55 +0000 (15:16 -0400)
committeragardner <agardner@linuxfoundation.org>
Thu, 30 Mar 2017 19:20:57 +0000 (15:20 -0400)
commit6c80ac7ca497424ec867c86e43159b3e7f5800c0
treeb6fdb91d72b96943e31303d37a8ce8d939282503
parent6c3c84ccb889bac0a2581e10bff88e5639f64c55
bring danube branch up to date with master

Gerrit doesn't like merge commits

eg: this wont work

git merge origin/master --no-commit
git commit -sv
git review stable/danube

So I took the diff
git diff origin/stable/danube..master
and checked out the files that were changed
git checkout origin/master -- featureconfig.rst

normally you should checkout the change sets and resolve the
merge conflitcs, but in this case we dont care.

Change-Id: I2a02e8ae7237825911f22663a5c65cdb9f5c5e4f
Signed-off-by: agardner <agardner@linuxfoundation.org>
docs/development/overview/feature.overview.rst
docs/development/overview/index.rst
docs/release/configguide/featureconfig.rst [moved from docs/release/installation/featureconfig.rst with 92% similarity]
docs/release/configguide/index.rst [new file with mode: 0644]
docs/release/index.rst [new file with mode: 0644]
docs/release/installation/index.rst
docs/release/userguide/feature.userguide.rst
docs/release/userguide/index.rst
tests/run_on_remotenodes.sh [new file with mode: 0755]