blob: 1ccc55edcd16c12c8e203767dcc46de350b0b836 [file] [log] [blame]
applications:
- ironic
classes:
- service.ironic.support
parameters:
_param:
openstack_log_appender: false
openstack_fluentd_handler_enabled: false
openstack_ossyslog_handler_enabled: false
ironic:
api:
enabled: true
logging:
log_appender: ${_param:openstack_log_appender}
log_handlers:
watchedfile:
enabled: true
fluentd:
enabled: ${_param:openstack_fluentd_handler_enabled}
ossyslog:
enabled: ${_param:openstack_ossyslog_handler_enabled}
api_type: ${_param:ironic_api_type}
version: ${_param:ironic_version}
bind:
address: ${_param:cluster_local_address}
port: 6385
protocol: 'http'
message_queue:
engine: rabbitmq
port: 5672
user: openstack
password: ${_param:rabbitmq_openstack_password}
virtual_host: '/openstack'
host: ${_param:openstack_message_queue_address}
database:
engine: mysql
host: ${_param:openstack_database_address}
port: 3306
name: ironic
user: ironic
password: ${_param:mysql_ironic_password}
identity:
engine: keystone
region: RegionOne
host: ${_param:cluster_vip_address}
port: 35357
user: ironic
password: ${_param:keystone_ironic_password}
tenant: service
auth_type: password
user_domain_id: default
project_domain_id: default
protocol: 'http'