Browse code

Merge "Explicily enable the stores used by devstack"

Jenkins authored on 2013/12/21 21:26:33
Showing 1 changed files
... ...
@@ -124,6 +124,8 @@ function configure_glance() {
124 124
         iniset $GLANCE_API_CONF DEFAULT swift_store_user $SERVICE_TENANT_NAME:glance
125 125
         iniset $GLANCE_API_CONF DEFAULT swift_store_key $SERVICE_PASSWORD
126 126
         iniset $GLANCE_API_CONF DEFAULT swift_store_create_container_on_put True
127
+
128
+        iniset_multiline DEFAULT known_stores glance.store.filesystem.Store glance.store.http.Store glance.store.swift.Store
127 129
     fi
128 130
 
129 131
     cp -p $GLANCE_DIR/etc/glance-registry-paste.ini $GLANCE_REGISTRY_PASTE_INI