glance_store has now been fully migrated, so we can stop setting these
options in the config files.
Change-Id: I3c6c2eea0171227b1ed362e74bcc5b10770721be
| ... | ... |
@@ -264,10 +264,6 @@ function configure_ceph_glance {
|
| 264 | 264 |
sudo ceph -c ${CEPH_CONF_FILE} auth get-or-create client.${GLANCE_CEPH_USER} mon "allow r" osd "allow class-read object_prefix rbd_children, allow rwx pool=${GLANCE_CEPH_POOL}" | sudo tee ${CEPH_CONF_DIR}/ceph.client.${GLANCE_CEPH_USER}.keyring
|
| 265 | 265 |
sudo chown ${STACK_USER}:$(id -g -n $whoami) ${CEPH_CONF_DIR}/ceph.client.${GLANCE_CEPH_USER}.keyring
|
| 266 | 266 |
|
| 267 |
- # NOTE(eharney): When Glance has fully migrated to Glance store, |
|
| 268 |
- # default_store can be removed from [DEFAULT]. (See lib/glance.) |
|
| 269 |
- iniset $GLANCE_API_CONF DEFAULT default_store rbd |
|
| 270 |
- iniset $GLANCE_API_CONF DEFAULT show_image_direct_url True |
|
| 271 | 267 |
iniset $GLANCE_API_CONF glance_store default_store rbd |
| 272 | 268 |
iniset $GLANCE_API_CONF glance_store stores "file, http, rbd" |
| 273 | 269 |
iniset $GLANCE_API_CONF glance_store rbd_store_ceph_conf $CEPH_CONF_FILE |