
Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I9e270f6ab240f047b6766dc5b9e5b4a0fe63ac32
624 B
624 B
Bare Metal configuration in DevStack
To enable Bare Metal driver in DevStack you need to:
Add following settings to
localrc
:VIRT_DRIVER=baremetal enable_service baremetal
Update
./lib/baremetal
:- BM_DNSMASQ_FROM_NOVA_NETWORK=`trueorfalse False $BM_DNSMASQ_FROM_NOVA_NETWORK` + BM_DNSMASQ_FROM_NOVA_NETWORK=`trueorfalse True $BM_DNSMASQ_FROM_NOVA_NETWORK`
See Bare Metal DevStack documentation or baremetal file itself