diff options
author | zhouya <zhou.ya@zte.com.cn> | 2017-08-07 19:03:59 +0800 |
---|---|---|
committer | zhouya <zhou.ya@zte.com.cn> | 2017-08-17 10:07:19 +0800 |
commit | 031cb00d90db0519f0902e81a602a71ad115020e (patch) | |
tree | bb571eda5e06e4f22a6869bd99a6c57b41eef90b /deploy/daisy.conf | |
parent | cf379370addba64f090387eed27f8b91ae82e875 (diff) |
use daisy.conf to build pxe server
we use the interface of daisyclient to build the pxe server
in tempest.py,but we can use the daisy.conf to build the pxe
server instead,this is just the optimization of code
Change-Id: I7a75d33aa8f80326750d304fa0a881201e956c57
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
Diffstat (limited to 'deploy/daisy.conf')
-rw-r--r-- | deploy/daisy.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/daisy.conf b/deploy/daisy.conf index d9659dbb..fe48925f 100644 --- a/deploy/daisy.conf +++ b/deploy/daisy.conf @@ -16,10 +16,10 @@ os_install_type=pxe [PXE] #Set to 'yes' if you want to build a PXE server, otherwise to 'no'. -build_pxe=no +build_pxe=yes #the nic name, to build a PXE server on this nic. -eth_name= +eth_name=ens3 #The ip value of PXE server ip_address=99.99.1.5 |