From a605841f0428b2c1504b5a86074e2219ccc7df1e Mon Sep 17 00:00:00 2001 From: QiLiang Date: Thu, 27 Oct 2016 06:58:04 +0800 Subject: Add ENV to support rhel7.2 + osp9 JIRA: - Change-Id: Ie655add53b6f8cd3df7d4370e52b7920a3795df2 Signed-off-by: QiLiang --- run.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'run.sh') diff --git a/run.sh b/run.sh index bbf3ae0e..98631452 100755 --- a/run.sh +++ b/run.sh @@ -41,6 +41,10 @@ export OPENSTACK_VERSION=mitaka # export OS_VERSION=centos7 # export OPENSTACK_VERSION=mitaka +########## Redhat7 OSP9 ########## +# export OS_VERSION=redhat7 +# export OPENSTACK_VERSION=osp9 + ########## Hardware Deploy Jumpserver PXE NIC ########## # you need comment out it when virtual deploy # export INSTALL_NIC=eth1 -- cgit 1.2.3-korg