rally/samples/deployments/devstack-in-lxc.json
Shahifali Agrawal 9f6838be8d Moving rally/doc/samples to rally/samples
Moving samples to root forlder for easy access.

Change-Id: I050c8d7580282b898be77156f65cdbce75a4dbb4
Closes-Bug: 1409836
2015-01-16 05:54:09 -08:00

20 lines
526 B
JSON

{
"type": "DevstackEngine",
"localrc": {
"VIRT_DRIVER": "fake"
},
"provider": {
"type": "LxcProvider",
"containers_per_host": 4,
"container_name_prefix": "rally-providertest-02-",
"start_lxc_network": "10.100.1.0/28",
"tunnel_to": ["10.5.0.1"],
"distribution": "ubuntu",
"release": "raring",
"host_provider": {
"type": "ExistingServers",
"credentials": [{"user": "root", "host": "10.2.250.103"}]
}
}
}