tuskar-ui/docs/devstack_baremetal.rst
Ana Krivokapic 288a6ee498 Improve developer documentation
* 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
2014-04-23 11:36:09 +02:00

612 B

Bare Metal configuration in DevStack

To enable Bare Metal driver in DevStack you need to:

  1. Add following settings to localrc:

    VIRT_DRIVER=baremetal
    enable_service baremetal
  2. 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