blob: 741d92bdea6246d8ed2f7b3039f19c2258c6966e [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'