summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinghui Zeng <linghui.zeng@huawei.com>2016-04-21 08:54:06 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-04-21 08:54:06 +0000
commit8a605204c49c1658cbe20f1f87a8ca5b51e834ab (patch)
tree4e498ea80561af48d64d4907e69a77a33bc7e6f0
parent0869da0c8754a59a214807a6f44e9b0a3d6e8c1c (diff)
parenta93333c82059a3bd371481cecf6785cbb4cfa9f8 (diff)
Merge "Add dashboard code for data collection"
-rw-r--r--predPy/templates/source.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/predPy/templates/source.html b/predPy/templates/source.html
new file mode 100644
index 0000000..b9b0699
--- /dev/null
+++ b/predPy/templates/source.html
@@ -0,0 +1,15 @@
+<h2>Set environment variables using the OpenStack RC file</h2>
+
+<p>To set the required environment variables for the OpenStack command-line clients, you must create an environment file
+called an OpenStack rc file, or <code class="filename">openrc.sh</code> file. This project-specific environment
+file contains the credentials that all OpenStack services use.</p>
+
+<p>When you source the file, environment variables are set for your current shell. The variables enable the OpenStack client
+commands to communicate with the OpenStack services that run in the cloud.</p>
+
+<h2>source your openrc file in a fixed form: source openrc [username] [projectname]</h2>
+
+<form action="/" method="POST" height=29px>
+ <input type="text" name="content" class="input-box">
+ <input type="submit" value="Submit" class="button">
+</form>