diff options
author | agardner <agardner@linuxfoundation.org> | 2017-03-30 15:16:55 -0400 |
---|---|---|
committer | agardner <agardner@linuxfoundation.org> | 2017-03-30 15:20:57 -0400 |
commit | 6c80ac7ca497424ec867c86e43159b3e7f5800c0 (patch) | |
tree | b6fdb91d72b96943e31303d37a8ce8d939282503 /docs/release/installation/index.rst | |
parent | 6c3c84ccb889bac0a2581e10bff88e5639f64c55 (diff) |
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>
Diffstat (limited to 'docs/release/installation/index.rst')
-rw-r--r-- | docs/release/installation/index.rst | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/docs/release/installation/index.rst b/docs/release/installation/index.rst index a8a0a0a..db9f506 100644 --- a/docs/release/installation/index.rst +++ b/docs/release/installation/index.rst @@ -1,23 +1,15 @@ -.. _domino-installation: - .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 +.. (c) 2017 OPNFV + +.. _domino-installation: -.. image:: ../etc/opnfv-logo.png - :height: 40 - :width: 200 - :alt: OPNFV - :align: left -| -| -********************** -Installation procedure -********************** -Colorado 1.0 ------------- +******************************* +Domino Installation Instruction +******************************* .. toctree:: :maxdepth: 2 + :numbered: installation.instructions.rst - featureconfig.rst |