![Ana Krivokapic](/assets/img/avatar_default.png)
* Merge docs/index.rst into README.rst * Leave only a short introduction and links to other doc pages in docs/index.rst * Add a link to https://wiki.openstack.org/wiki/Tuskar/Devtest * Fix 404 links * Fix inconsistencies in the spelling of 'Tuskar UI' * Fix typos Change-Id: Iafa76efdb22043434cf3879d722d9ddcccd807d4
612 B
612 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