add script module for tricircle options Change-Id: If2224b8760229020020bcda6e43d029b8af7a813
72 lines
2.0 KiB
INI
Executable File
72 lines
2.0 KiB
INI
Executable File
[glance-api]
|
|
sync_enabled=True
|
|
sync_server_port=9595
|
|
sync_server_host=127.0.0.1
|
|
show_multiple_locations=True
|
|
|
|
[glance-api_keystone_authtoken]
|
|
service_host=127.0.0.1
|
|
auth_host=127.0.0.1
|
|
auth_uri=http://127.0.0.1:5000/
|
|
admin_tenant_name=service
|
|
admin_user=glance
|
|
admin_password=openstack
|
|
|
|
[glance-sync]
|
|
sync_strategy=All
|
|
cascading_endpoint_url=http://<glance-endpoint-url>/
|
|
snapshot_region_names=<region_names(A, B...) for vm snapshot>
|
|
|
|
[glance-sync_keystone_authtoken]
|
|
auth_host=127.0.0.1
|
|
admin_tenant_name=service
|
|
admin_user=glance
|
|
admin_password=openstack
|
|
|
|
[nova]
|
|
vif_plugging_timeout=0
|
|
vif_plugging_is_fatal=False
|
|
nova_admin_username=admin
|
|
nova_admin_password=openstack
|
|
nova_admin_tenant_name=admin
|
|
proxy_region_name=<CascadedRegion>
|
|
cascading_nova_url=http://127.0.0.1:8774/v2
|
|
cascaded_nova_url=http://127.0.0.1:8774/v2
|
|
cascaded_neutron_url=http://127.0.0.1:9696
|
|
cascaded_glance_flag=True
|
|
cascaded_glance_url=http://127.0.0.1:9292
|
|
os_region_name=<CascadingRegion>
|
|
keystone_auth_url=http://127.0.0.1:5000/v2.0/
|
|
cinder_endpoint_template=http://127.0.0.1:8776/v2/%(project_id)s
|
|
compute_manager=nova.compute.manager_proxy.ComputeManager
|
|
image_copy_dest_location_url=file:///var/lib/glance/images
|
|
image_copy_dest_host=127.0.0.1
|
|
image_copy_dest_user=glance
|
|
image_copy_dest_password=openstack
|
|
image_copy_source_location_url=file:///var/lib/glance/images
|
|
image_copy_source_host=127.0.0.1
|
|
image_copy_source_user=glance
|
|
image_copy_source_password=openstack
|
|
|
|
[nova_keystone_authtoken]
|
|
auth_uri = http://127.0.0.1:5000
|
|
auth_host = 127.0.0.1
|
|
admin_tenant_name = service
|
|
admin_user = nova
|
|
admin_password = openstack
|
|
|
|
[cinder]
|
|
volume_manager=cinder.volume.cinder_proxy.CinderProxy
|
|
volume_sync_interval=5
|
|
voltype_sync_interval=3600
|
|
periodic_interval=5
|
|
cinder_tenant_name=admin
|
|
cinder_username=admin
|
|
cinder_password=1234
|
|
keystone_auth_url=http://127.0.0.1:5000/v2.0/
|
|
glance_cascading_flag=False
|
|
cascading_glance_url=127.0.0.1:9292
|
|
cascaded_glance_url=http://127.0.0.1:9292
|
|
cascaded_cinder_url=http://127.0.0.1:8776/v2/%(project_id)s
|
|
cascaded_region_name=Region_AZ
|
|
cascaded_available_zone=AZ |