[DEFAULT]
enabled_backends = rbd
..
[database]
connection=mysql+pymysql://glance:PASSWD@192.168.0.1/glance
...
[
glance.store.rbd.store]
rbd_store_pool = images
rbd_store_user = images
rbd_store_ceph_conf = /etc/ceph/ceph.conf
...
[glance_store]
default_backend = ceph
filesystem_store_datadir=/var/lib/glance/images/
os_region_name=RegionOme
stores = file,http
default_store = file
filesystem_store_datadir = /var/lib/glance/images/
[image_format]
[keystone_authtoken]
www_authenticate_uri=
http://192.168.0.1:5000/v3auth_uri=
http://192.168.0.1:5000/v3auth_type=password
auth_url=
http://192.168.0.1:5000username=glance
password=PASSWD
user_domain_name=Default
project_name=services
project_domain_name=Default
..
[oslo_messaging_notifications]
driver=messagingv2
topics=notifications
..
[oslo_policy]
policy_file=/etc/glance/policy.json
[paste_deploy]
flavor=keystone