From a93333c82059a3bd371481cecf6785cbb4cfa9f8 Mon Sep 17 00:00:00 2001 From: Linghui Zeng Date: Thu, 21 Apr 2016 10:56:57 +0800 Subject: Add dashboard code for data collection JIRA: PREDICTION-49 Change-Id: Idf697cc48f119fae7c5b86291fd4c71a17ff4373 Signed-off-by: Linghui Zeng --- predPy/templates/source.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 predPy/templates/source.html (limited to 'predPy') 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 @@ +

Set environment variables using the OpenStack RC file

+ +

To set the required environment variables for the OpenStack command-line clients, you must create an environment file +called an OpenStack rc file, or openrc.sh file. This project-specific environment +file contains the credentials that all OpenStack services use.

+ +

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.

+ +

source your openrc file in a fixed form: source openrc [username] [projectname]

+ +
+ + +
-- cgit 1.2.3-korg