|
...
|
...
|
@@ -121,6 +121,8 @@ function configure_glance() {
|
|
121
|
121
|
iniset $GLANCE_API_CONF DEFAULT swift_store_user $SERVICE_TENANT_NAME:glance
|
|
122
|
122
|
iniset $GLANCE_API_CONF DEFAULT swift_store_key $SERVICE_PASSWORD
|
|
123
|
123
|
iniset $GLANCE_API_CONF DEFAULT swift_store_create_container_on_put True
|
|
|
124
|
+
|
|
|
125
|
+ iniset $GLANCE_API_CONF DEFAULT known_stores "glance.store.filesystem.Store, glance.store.http.Store, glance.store.swift.Store"
|
|
124
|
126
|
fi
|
|
125
|
127
|
|
|
126
|
128
|
cp -p $GLANCE_DIR/etc/glance-registry-paste.ini $GLANCE_REGISTRY_PASTE_INI
|