Glance cannot store images due to incomplete configuration

Glance api refuses to store images with error
"Error in store configuration. Adding images to store is disabled. (HTTP N/A)"
This happens due to missing configuration of store in glance-api.conf

Change-Id: I50696671d10ffc56189d3aa08c1e73bb307bc800
Closes-Bug: #1484123
This commit is contained in:
Vladislav Belogrudov 2015-08-12 16:47:42 +03:00
parent 671014e7a6
commit 2ddfb13601

View File

@ -28,3 +28,7 @@ password = {{ glance_keystone_password }}
[paste_deploy]
flavor = keystone
[glance_store]
default_store = file
filesystem_store_datadir = /var/lib/glance/images/