e6620ff00f
Some variables which were actually per-tenant were incorrectly named with a _user. Corrected this confusion by making the old names deprecated and providing new per-tenant names. Closes Bug: #1232969 Change-Id: I541ed990c0cdd40b3805d2e2a166363d9ff2ad04
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
{
|
|
"report_directory":"rdli-test-report",
|
|
"start_services": false,
|
|
|
|
"test_mgmt":false,
|
|
"use_local_ovz":false,
|
|
"use_venv":false,
|
|
"glance_code_root":"/opt/stack/glance",
|
|
"glance_api_conf":"/vagrant/conf/glance-api.conf",
|
|
"glance_reg_conf":"/vagrant/conf/glance-reg.conf",
|
|
"glance_images_directory": "/glance_images",
|
|
"glance_image": "fakey_fakerson.tar.gz",
|
|
"instance_flavor_name":"m1.tiny",
|
|
"instance_bigger_flavor_name":"m1.rd-smaller",
|
|
"nova_code_root":"/opt/stack/nova",
|
|
"nova_conf":"/home/vagrant/nova.conf",
|
|
"keystone_code_root":"/opt/stack/keystone",
|
|
"keystone_conf":"/etc/keystone/keystone.conf",
|
|
"keystone_use_combined":true,
|
|
"trove_code_root":"/opt/stack/trove",
|
|
"trove_conf":"/tmp/trove.conf",
|
|
"trove_version":"v1.0",
|
|
"trove_api_updated":"2012-08-01T00:00:00Z",
|
|
"trove_must_have_volume":false,
|
|
"trove_can_have_volume":true,
|
|
"trove_main_instance_has_volume": true,
|
|
"trove_max_accepted_volume_size": 25,
|
|
"trove_max_instances_per_tenant": 55,
|
|
"trove_max_volumes_per_tenant": 100,
|
|
"use_reaper":false,
|
|
"root_removed_from_instance_api": true,
|
|
"root_timestamp_disabled": false,
|
|
"openvz_disabled": false,
|
|
"management_api_disabled": true
|
|
}
|