Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

11.3. Configure and Launch the Data Processing Service

Procedure 11.5. Launching the Data Processing Service

  1. If your OpenStack deployment uses OpenStack Networking (neutron), you must configure the Data Processing service accordingly:
    # openstack-config --set /etc/sahara/sahara.conf \
       DEFAULT use_neutron true
  2. Start the Data Processing services and configure them to start at boot time:
    # systemctl start openstack-sahara-api.service
    # systemctl start openstack-sahara-engine.service
    # systemctl enable openstack-sahara-api.service
    # systemctl enable openstack-sahara-engine.service