summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/xci-overview.rst13
-rw-r--r--docs/xci-user-guide.rst7
2 files changed, 13 insertions, 7 deletions
diff --git a/docs/xci-overview.rst b/docs/xci-overview.rst
index 3f6ba911..575eb37c 100644
--- a/docs/xci-overview.rst
+++ b/docs/xci-overview.rst
@@ -277,3 +277,16 @@ is the scenario itself.
:height: 480px
:align: center
+How to Get Involved
+===================
+
+OPNFV XCI is an initiative driven by OPNFV community and receives contributions from
+various open source communities such as `OpenStack <https://www.openstack.org/>`_ and
+`OpenDaylight <https://www.opendaylight.org/>`_.
+
+Anyone can contribute to XCI by trying the :ref:`XCI Sandbox <xci-user-guide>`, issuing
+bug reports, updating the documentation, or contributing the code.
+
+You can get in touch with XCI developers on ``#opnfv-pharos`` IRC channel
+on Freenode or send mail to ``opnfv-users@lists.opnfv.org`` for any questions
+you might have.
diff --git a/docs/xci-user-guide.rst b/docs/xci-user-guide.rst
index 11321383..7a411257 100644
--- a/docs/xci-user-guide.rst
+++ b/docs/xci-user-guide.rst
@@ -313,13 +313,6 @@ executing the script. The current user variables can be seen from
`user-vars <https://git.opnfv.org/releng-xci/tree/xci/config/user-vars>`_
file located in releng-xci repository.
-The variables can also be set directly within the file before executing
-the sandbox script. If you do this, you need to set ``$OPNFV_RELENG_DEV_PATH``
-environment variable where the releng-xci repo is located on your host which
-you modified the files in.
-
-| ``export OPNFV_RELENG_DEV_PATH=/path/to/releng-xci/``
-
Pinned Versions
---------------