Hello everyone, I am trying to upload the image to the Image service like in this tutorial: http://docs.openstack.org/liberty/install-guide-rdo/glance-verify.html I have done all steps, but this step fails: glance image-create --name "cirros" --file cirros-0.3.4-x86_64-disk.img --disk-format qcow2 --container-format bare --visibility public --progress 503 Service Unavailable: The server is currently unavailable. Please try again at a later time. (HTTP 503) It is my /var/log/glance/api.log: http://paste.openstack.org/show/488205/ It is my /var/log/glance/registry.log: http://paste.openstack.org/show/488207/ It is my /var/log/keystone/keystone.log: http://paste.openstack.org/show/488208/ It is my variables: export OS_PROJECT_DOMAIN_ID=default export OS_USER_DOMAIN_ID=default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=admin export OS_AUTH_URL=http://controller:35357/v3 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 May somebody help me, please? Best Regards, Alexandr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160225/27414f67/attachment.html>