Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pass********cinder.conf **********
- [DEFAULT]
- auth_strategy = keystone
- glance_api_servers = http://solostack-r2d2:9292
- glance_api_version = 2
- my_ip = 192.168.212.5
- default_volume_type = volumes
- #default_volume_type = __DEFAULT__
- enabled_backends = rbd,rbd2,lvm
- debug = true
- transport_url = rabbit://openstack:nowisthetime@solostack-r2d2:5672
- allowed_direct_url_schemes = cinder
- [database]
- connection = mysql+pymysql://cinder-common:*******@localhost:3306/cinderdb
- [keystone_authtoken]
- auth_url = http://solostack-r2d2:5000
- project_name = service
- project_domain_name = Default
- username = cinder
- user_domain_name = Default
- password = *****
- www_authenticate_uri = http://solostack-r2d2:5000
- region_name = regionOne
- memcached_servers = localhost:11211
- service_token_roles = service,admin
- service_token_roles_required = true
- auth_type = password
- [nova]
- token_auth_url = http://solostack-r2d2:5000
- auth_type = password
- [oslo_concurrency]
- lock_path = /var/lock/cinder
- [service_user]
- send_service_user_token = true
- auth_url = http://solostack-r2d2:5000
- project_name = service
- project_domain_name = Default
- username = cinder
- user_domain_name = Default
- password = ********
- [backend_defaults]
- volume_driver = cinder.volume.drivers.rbd.RBDDriver
- rbd_cluster_name = ceph
- rbd_pool = volumes
- rbd_ceph_conf = /etc/ceph/ceph.conf
- rbd_user = cinder
- rbd_secret_uuid = 4b3b9e2c-2652-4217-9a28-b6a6759f034d
- rbd_flatten_volume_from_snapshot = false
- rbd_max_clone_depth = 5
- rbd_store_chunk_size = 4
- rados_connect_timeout = -1
- image_upload_use_cinder_backend = True
- [rbd]
- volume_backend_name = volumes
- [rbd2]
- rbd_pool = images
- volume_backend_name = images
- [lvm]
- volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
- volume_backend_name = vgstak
- volume_group = vgstak
- iscsi_protocol = iscsi
- iscsi_helper = tgtadm
- ----------------------------------------------------------------------------------------------------------
- *** glance-api.conf**********
- ----------------------------------------------------------------------------------------------------------
- [DEFAULT]
- show_multiple_locations = true
- show_image_direct_url = true
- #enabled_backends = file:file,rbd:rbd
- enabled_backends = volumes:cinder
- debug = true
- transport_url = rabbit://openstack:nowisthetime@solostack-r2d:5672
- [database]
- connection = mysql+pymysql://glance-common:********@localhost:3306/glancedb
- #[glance.store.rbd.store]
- #rbd_store_pool = images
- #rbd_store_user = glance
- #rbd_thin_provisioning = true
- [glance_store]
- default_backend = volumes
- #stores = file,rbd
- #default_store = rbd
- #filesystem_store_datadir = /var/lib/glance/images
- [image_format]
- disk_formats = ami,ari,aki,vhd,vhdx,vmdk,raw,qcow2,vdi,iso,ploop
- vmdk_allowed_types = streamOptimized,monolithicSparse
- require_image_format_match = true
- gpt_safety_checks_nonfatal = mbr
- [keystone_authtoken]
- auth_url = http://solostack-r2d2:5000
- project_name = service
- project_domain_name = Default
- username = glance
- user_domain_name = Default
- password = ***********
- www_authenticate_uri = http://solostack-r2d2:5000
- auth_uri = http://solostack-r2d2:5000
- region_name = regionOne
- memcached_servers = localhost:11211
- service_token_roles = service,admin
- service_token_roles_required = true
- auth_type = password
- [oslo_concurrency]
- lock_path = /var/lock/glance
- [paste_deploy]
- flavor = keystone
- [task]
- task_time_to_live = 4
- task_executor = taskflow
- work_dir = /var/lib/glance/convert
- [taskflow_executor]
- engine_mode = serial
- max_workers = 5
- conversion_format = raw
- [service_user]
- send_service_user_token = true
- auth_url = http://solostack-r2d2:5000
- project_name = service
- project_domain_name = Default
- username = glance
- user_domain_name = Default
- password = **********
- [volumes]
- rootwrap_config = /etc/glance/rootwrap.conf
- cinder_volume_type = volumes
- description = ceph RBD volume pool
- cinder_catalog_info = volumev3::publicURL
- cinder_store_auth_address = http://solostack-r2d2:5000/v3
- cinder_store_user_name = glance
- cinder_store_password = **********
- cinder_store_project_name = service
- [file]
- rootwrap_config = /etc/glance/rootwrap.conf
- filesystem_store_datadir = /var/lib/glance/images
- filesystem_thin_provisioning = true
Advertisement
Add Comment
Please, Sign In to add comment