when we deploy the baremetal,do not have to use pxe_only
and skip_pxe_ipmi parameters,or we can't call 'daisy install'
command
Change-Id: Ief5131c47c16412b8dacec50b5a7858b65baa7a2
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
def install_os_for_bm_oneshot(cluster_id):
- cluster_meta = {'cluster_id': cluster_id,
- 'pxe_only': "false",
- 'skip_pxe_ipmi': "false"}
+ cluster_meta = {'cluster_id': cluster_id}
client.install.install(**cluster_meta)