summaryrefslogtreecommitdiffstats
path: root/xci/README.rst
diff options
context:
space:
mode:
authorYolanda Robla <yroblamo@redhat.com>2017-08-16 16:28:28 +0200
committerYolanda Robla Mota <info@ysoft.biz>2017-09-14 20:13:00 +0000
commitd08ce6dfd4df2574be8f69419f5e5c027cae6d2a (patch)
tree33f601c8eb151cba1c7eef066fccbe2aee69af5d /xci/README.rst
parent890763baf32de0bab7985b55fe9f8d7c59c48dc0 (diff)
Generate and use certificates for OSA
Instead of making OSA to generate self signed certs, bring our own and pass them. By this way we will be able to trust in that certs, and start consuming OpenStack easily. It will also generate proper openrc file to source it and start consuming the cloud properly. Change-Id: Ic72a8b05e6efb222926fc5fa0800e033b2dbd22f Closes-Bug: RELENG-266 Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'xci/README.rst')
-rw-r--r--xci/README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/xci/README.rst b/xci/README.rst
index 462fffd1..9ce293cd 100644
--- a/xci/README.rst
+++ b/xci/README.rst
@@ -124,6 +124,10 @@ You can generate one by executing
ssh-keygen -t rsa
+After the script finishes, it will provide an openrc file that can be
+sourced to properly start using the cloud. It will be available under the
+opnfv host (in $HOME path), and on the the buildhost (in $XCI_DEVEL_ROOT path)
+
Advanced Usage
--------------