tuskar-ui/doc/source/devstack_baremetal.rst
Jeremy Stanley 8dccc698a7 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I9e270f6ab240f047b6766dc5b9e5b4a0fe63ac32
2014-12-05 03:30:41 +00:00

18 lines
624 B
ReStructuredText

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 <http://devstack.org/lib/baremetal.html>`_
or `baremetal file itself <https://git.openstack.org/cgit/openstack-dev/devstack/blob/master/lib/baremetal>`_