Deploy Cinder

Deploy CinderΒΆ

To deploy Cinder:

  1. Install Cinder:

    salt -C 'I@cinder:controller and *01*' state.sls cinder
    salt -C 'I@cinder:controller' state.sls cinder
    
  2. On one of the controller nodes, verify that the Cinder service is enabled and running:

    salt -C 'I@keystone:server' cmd.run ". /root/keystonercv3; cinder list"