monasca-vagrant/data_bags/devstack/agent_plugin_config.json
gary-hessler 40c6e01f5f Adding RabbitMQ detection and setup
Also added mySQL fix for the devstack machine to install the credential file

Change-Id: Ie863eda5c498d1e09f1b22bf052babc573d4eafa
2014-09-15 12:00:05 -06:00

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"
}
}