Hi, I'm trying to install OpenStack via kolla on a single bare metal machine following this page:
http://docs.openstack.org/developer/kolla/quickstart.html After the install I can log into horizon, but obviously since cinder is missing, I can't launch any instance (block device is missing). So I tried to activate cinder and set in globals.yml: (created a loopback device following this guide: http://docs.openstack.org/developer/kolla/cinder-guide.html) enable_cinder: "yes" cinder_iscsi_ip_address: "x.x.x.x" cinder_volume_group: "cinder-volumes" After running kolla-ansible deploy, I'm getting the following exception below by the task copying over cinder.conf: Any ideas? Thanks for any hints in advance! -Arash ################### TASK [cinder : Copying over cinder.conf] *************************************** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: [line 57]: '[]\n' fatal: [localhost]: FAILED! => {"failed": true, "stdout": ""} PLAY RECAP ********************************************************************* localhost : ok=184 changed=1 unreachable=0 failed=1 Command failed ansible-playbook -i /usr/share/kolla/ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e action=deploy /usr/share/kolla/ansible/site.yml PLAY RECAP ********************************************************************* localhost : ok=184 changed=1 unreachable=0 failed=1 ###################
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev