Enabling the Cinder Service
Perform the following operations on the controller node.
- Restart the Compute API service.
1systemctl restart openstack-nova-api.service
- Enable the Block Storage service and configure it to start as the system boots.
1 2
systemctl enable openstack-cinder-api.service openstack-cinder-scheduler.service systemctl start openstack-cinder-api.service openstack-cinder-scheduler.service

- View the service list of the controller node.
1openstack volume service list
If the State of cinder-scheduler is up, the Cinder service is successfully enabled.

Parent topic: Installing, Configuring, and Verifying Cinder