Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@controller1 glance]# cat /etc/glance/glance-api.conf | grep -v ^$ | grep -v ^#
- [DEFAULT]
- verbose=True
- debug = True
- default_store=rbd
- show_image_direct_url=True
- use_syslog=True
- registry_host=glance
- rabbit_hosts = queue1:5672, queue2:5672
- rabbit_port=5672
- rabbit_use_ssl=False
- rabbit_userid=guest
- rabbit_password=guest
- rabbit_virtual_host=/
- rabbit_notification_exchange=glance
- rabbit_notification_topic=notifications
- [database]
- connection=mysql://glance:secret@db/glance
- [keystone_authtoken]
- auth_uri = http://keystone:5000/v2.0
- identity_uri=http://keystone:35357
- admin_tenant_name=service
- admin_user=glance
- admin_password=secret
- revocation_cache_time=10
- [paste_deploy]
- flavor=keystone
- [store_type_location_strategy]
- [profiler]
- [task]
- [glance_store]
- stores=glance.store.rbd.Store,glance.store.filesystem.Store,glance.store.http.Store
- rbd_store_user=glance
- rbd_store_pool=images
Advertisement
Add Comment
Please, Sign In to add comment