Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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
# openstack-config --set /etc/sahara/sahara.conf \ DEFAULT use_neutron true
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 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
# systemctl start openstack-sahara-api.service # systemctl start openstack-sahara-engine.service # systemctl enable openstack-sahara-api.service # systemctl enable openstack-sahara-engine.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow