diff options
author | Justin chi <chigang@huawei.com> | 2016-10-28 16:07:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-28 16:07:45 +0000 |
commit | d0f8362d2fd29a0d8d853449f60d9bfd6406a91f (patch) | |
tree | 20a75d0a9a76b72c0843cbdc8f49b1f162d2c210 /run.sh | |
parent | 7a120938c5f7428954f9a52d6e885df1c04392ec (diff) | |
parent | a605841f0428b2c1504b5a86074e2219ccc7df1e (diff) |
Merge "Add ENV to support rhel7.2 + osp9"
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |