openstack
  • Introduction
  • 安装教程
    • config
      • mariadb
        • openstack.cnf
      • rabbitmq
      • memcached
        • memcached
      • httpd
        • httpd.conf
      • keystone
        • keystone.conf
        • wsgi-keystone.conf
      • glance
        • glance-api.conf
        • glance-registry.conf
      • nova
        • 00-nova-placement-api.conf
        • nova.conf.controller
        • nova.conf.compute
      • neutron
        • neutron.conf.controller
        • neutron.conf.compute
        • ml2_conf.ini
        • linuxbridge_agent.ini.controller
        • linuxbridge_agent.ini.compute
        • l3_agent.ini
        • dhcp_agent.ini
        • metadata_agent.ini
      • cinder
        • cinder.conf.controller
        • cinder.conf.volume
      • horizon
        • local_settings
        • openstack-dashboard.conf
    • shell
      • common.sh
      • controller.sh
      • nova-compute.sh
      • cinder-volume.sh
    • admin-openrc
  • Keystone
  • API
    • Nova
      • 创建实例
  • spice证书管理
    • 硬重启
      • 代码追踪
    • 操作手册
Powered by GitBook
On this page

Was this helpful?

  1. 安装教程
  2. config
  3. cinder

cinder.conf.controller

[DEFAULT]
transport_url = rabbit://openstack:{RABBITMQ_OPENSTACK_PASS}@controller
auth_strategy = keystone
my_ip = {ADMIN_NET_IP}

[backend]
[backend_defaults]
[barbican]
[brcd_fabric_example]
[cisco_fabric_example]
[coordination]
[cors]

[database]
connection = mysql+pymysql://cinder:{MYSQL_NORMAL_USER_PASS}@controller:{MYSQL_PORT}/cinder

[fc-zone-manager]
[healthcheck]
[key_manager]

[keystone_authtoken]
auth_uri = http://controller:{KEYSTONE_PORT}
auth_url = http://controller:{KEYSTONE_PORT}
memcached_servers = controller:{MEMCACHED_PORT}
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = cinder
password = {KEYSTONE_NORMAL_USER_PASS}

[matchmaker_redis]
[nova]

[oslo_concurrency]
lock_path = /var/lib/cinder/tmp

[oslo_messaging_amqp]
[oslo_messaging_kafka]
[oslo_messaging_notifications]
[oslo_messaging_rabbit]
[oslo_messaging_zmq]
[oslo_middleware]
[oslo_policy]
[oslo_reports]
[oslo_versionedobjects]
[profiler]
[service_user]
[ssl]
[vault]
PreviouscinderNextcinder.conf.volume

Last updated 5 years ago

Was this helpful?