此内容没有您所选择的语言版本。
11.3. Configure and Launch the Data Processing Service
Procedure 11.5. Launching the Data Processing Service
- 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 - 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