Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@juno001 ~]# grep -v '^#' /etc/glance/glance-api.conf | grep -v '^$'
- [DEFAULT]
- verbose=True
- debug=True
- bind_host=0.0.0.0
- bind_port=9292
- log_file=/var/log/glance/api.log
- backlog=4096
- workers=4
- show_image_direct_url=False
- use_syslog=False
- registry_host=0.0.0.0
- registry_port=9191
- registry_client_protocol=http
- notification_driver = messaging
- rabbit_host=10.121.141.39
- rabbit_port=5672
- rabbit_use_ssl=False
- rabbit_userid=guest
- rabbit_password=guest
- rabbit_virtual_host=/
- rabbit_notification_exchange=glance
- rabbit_notification_topic=notifications
- image_cache_dir=/var/lib/glance/image-cache
- rabbit_ha_queues=False
- rabbit_hosts=10.121.141.39:5672
- amqp_durable_queues=False
- log_dir=/var/log/glance
- os_region_name=RegionOne
- [database]
- connection=mysql://glance:[email protected]/glance
- idle_timeout=3600
- [keystone_authtoken]
- admin_tenant_name=services
- admin_user=glance
- admin_password=35c2a05fc52e4b65
- auth_port=35357
- auth_host=10.121.141.35
- auth_protocol=https
- auth_uri=https://10.121.141.35:5000/
- insecure=true
- [paste_deploy]
- flavor=keystone
- [store_type_location_strategy]
- [profiler]
- [task]
- [glance_store]
- [root@juno001 ~]# grep -v '^#' /etc/glance/glance-registry.conf | grep -v '^$'
- [DEFAULT]
- verbose=True
- debug=True
- bind_host=0.0.0.0
- bind_port=9191
- log_file=/var/log/glance/registry.log
- use_syslog=False
- log_dir=/var/log/glance
- [database]
- connection=mysql://glance:[email protected]/glance
- idle_timeout=3600
- [keystone_authtoken]
- admin_tenant_name=services
- admin_user=glance
- admin_password=35c2a05fc52e4b65
- auth_host=10.121.141.35
- auth_port=35357
- auth_protocol=https
- auth_uri=https://10.121.141.35:5000/
- [paste_deploy]
- flavor=keystone
- [profiler]
Advertisement
Add Comment
Please, Sign In to add comment