blob: 365a526b7abed09a04ac450938fdc5bf23854df8 [file] [log] [blame]
Vasyl Saienko8403d172017-04-27 14:21:46 +03001ironic:
2 api:
3 enabled: true
4 version: mitaka
5 bind:
6 address: '0.0.0.0'
7 port: 6385
8 message_queue:
9 engine: rabbitmq
10 host: '127.0.0.1'
11 port: 5672
12 user: openstack
13 password: workshop
14 virtual_host: '/openstack'
15 database:
16 engine: mysql
17 host: '127.0.0.1'
18 port: 3306
19 name: ironic
20 user: ironic
21 password: workshop
22 identity:
23 engine: 'noauth'
Oleksandr Bryndzii69a6d022018-11-07 12:38:16 +020024 cache:
25 engine: memcached
26 members:
27 - host: 127.0.0.1
28 port: 11211
29 - host: 127.0.0.1
30 port: 11211
31 security:
32 enabled: true
33 strategy: ENCRYPT
34 secret_key: secret
Oleksandr Pidrepnyic2db7142019-05-13 16:18:47 +030035 configmap:
36 DEFAULT:
37 enabled_drivers: pxe_ipmitool
38 enabled_hardware_types: ipmi
39 enabled_boot_interfaces: pxe
40 api:
41 host_ip: 0.0.0.0
42 port: 6385
43 max_limit: 1000