11.4. Configure and Launch the OpenStack Sahara Service

You can configure OpenStack Sahara service settings though the /etc/sahara/sahara.conf file. By default, an OpenStack Sahara installation also comes with two sample configuration files. These files are useful for determining how to configure OpenStack Sahara:
/etc/sahara/sahara.conf.sample-basic
Lists of all essential parameters for a basic OpenStack Sahara service.
/etc/sahara/sahara.conf.sample
Lists all available parameters and options.
Before launching the service, define OpenStack Networking as the networking service to be used by OpenStack Sahara. To do so, run:
# openstack-config --set /etc/sahara/sahara.conf \
    DEFAULT use_neutron true
To launch the OpenStack Sahara service, run the following command on the server hosting the openstack-sahara-api service:
# systemctl start openstack-sahara-api.service