|
...
|
...
|
@@ -125,7 +125,7 @@ function configure_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
|
127
|
|
|
128
|
|
- iniset_multiline DEFAULT known_stores glance.store.filesystem.Store glance.store.http.Store glance.store.swift.Store
|
|
|
128
|
+ iniset $GLANCE_API_CONF DEFAULT known_stores "glance.store.filesystem.Store, glance.store.http.Store, glance.store.swift.Store"
|
|
129
|
129
|
fi
|
|
130
|
130
|
|
|
131
|
131
|
cp -p $GLANCE_DIR/etc/glance-registry-paste.ini $GLANCE_REGISTRY_PASTE_INI
|