40c6e01f5f
Also added mySQL fix for the devstack machine to install the credential file Change-Id: Ie863eda5c498d1e09f1b22bf052babc573d4eafa
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"id" : "agent_plugin_config",
|
|
"mysql": {
|
|
"user": "root",
|
|
"password": "pass"
|
|
},
|
|
"rabbitmq": {
|
|
"user": "guest",
|
|
"password": "pass",
|
|
"nodes": "rabbit@devstack",
|
|
"queues": "conductor",
|
|
"exchanges": "nova,cinder,ceilometer,glance,keystone,neutron,heat,ironic,openstack"
|
|
}
|
|
}
|