summaryrefslogtreecommitdiff
path: root/etc/tests
diff options
context:
space:
mode:
authorMichael Basnight <mbasnight@gmail.com>2013-06-19 13:44:44 -0700
committerMichael Basnight <mbasnight@gmail.com>2013-06-24 14:11:15 -0700
commit7ab80b554dde5f1f1e61b6a8c45492c5ac27ed6b (patch)
treec2c850053b70561a3d15b784cf21c5bcad1c993f /etc/tests
parent18664fa9d8b422d132c60bc0bb085b1ebcc1a9a7 (diff)
downloadtrove-7ab80b554dde5f1f1e61b6a8c45492c5ac27ed6b.tar.gz
Rename from reddwarf to trove.
Implements Blueprint reddwarf-trove-rename Change-Id: Ia9ee609bbc06a1d8b9d6917642529f30347541fd
Diffstat (limited to 'etc/tests')
-rw-r--r--etc/tests/core.test.conf22
-rw-r--r--etc/tests/localhost.test.conf18
-rw-r--r--etc/tests/xml.localhost.test.conf2
3 files changed, 21 insertions, 21 deletions
diff --git a/etc/tests/core.test.conf b/etc/tests/core.test.conf
index f08192f8..07f81818 100644
--- a/etc/tests/core.test.conf
+++ b/etc/tests/core.test.conf
@@ -18,22 +18,22 @@
"keystone_code_root":"/opt/stack/keystone",
"keystone_conf":"/etc/keystone/keystone.conf",
"keystone_use_combined":true,
- "reddwarf_code_root":"/opt/stack/reddwarf",
- "reddwarf_conf":"/tmp/reddwarf.conf",
- "reddwarf_version":"v1.0",
- "reddwarf_api_updated":"2012-08-01T00:00:00Z",
- "reddwarf_must_have_volume":false,
- "reddwarf_can_have_volume":true,
- "reddwarf_main_instance_has_volume": true,
- "reddwarf_max_accepted_volume_size": 25,
- "reddwarf_max_instances_per_user": 55,
- "reddwarf_max_volumes_per_user": 100,
+ "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_user": 55,
+ "trove_max_volumes_per_user": 100,
"use_reaper":false,
"root_removed_from_instance_api": true,
"root_timestamp_disabled": false,
"openvz_disabled": false,
"management_api_disabled": true,
-"dns_instance_entry_factory":"reddwarf.dns.rsdns.driver.RsDnsInstanceEntryFactory",
+"dns_instance_entry_factory":"trove.dns.rsdns.driver.RsDnsInstanceEntryFactory",
"sentinel": null
}
diff --git a/etc/tests/localhost.test.conf b/etc/tests/localhost.test.conf
index ac58cea8..74f06be9 100644
--- a/etc/tests/localhost.test.conf
+++ b/etc/tests/localhost.test.conf
@@ -5,15 +5,15 @@
"dbaas_url":"http://localhost:8779/v1.0",
"version_url":"http://localhost:8779",
"nova_auth_url":"http://localhost:8779/v1.0/auth",
- "reddwarf_auth_url":"http://localhost:8779/v1.0/auth",
- "reddwarf_client_insecure":false,
+ "trove_auth_url":"http://localhost:8779/v1.0/auth",
+ "trove_client_insecure":false,
"auth_strategy":"fake",
- "reddwarf_version":"v1.0",
- "reddwarf_api_updated":"2012-08-01T00:00:00Z",
+ "trove_version":"v1.0",
+ "trove_api_updated":"2012-08-01T00:00:00Z",
- "reddwarf_dns_support":false,
- "reddwarf_ip_support":false,
+ "trove_dns_support":false,
+ "trove_ip_support":false,
"nova_client": null,
@@ -26,7 +26,7 @@
"tenant_id":"admin-1000",
"requirements": {
"is_admin":true,
- "services": ["reddwarf"]
+ "services": ["trove"]
}
},
{
@@ -36,7 +36,7 @@
"tenant_id":"2500",
"requirements": {
"is_admin":false,
- "services": ["reddwarf"]
+ "services": ["trove"]
}
},
{
@@ -46,7 +46,7 @@
"tenant_id":"3000",
"requirements": {
"is_admin":false,
- "services": ["reddwarf"]
+ "services": ["trove"]
}
}
],
diff --git a/etc/tests/xml.localhost.test.conf b/etc/tests/xml.localhost.test.conf
index d7590f8b..a2f5d873 100644
--- a/etc/tests/xml.localhost.test.conf
+++ b/etc/tests/xml.localhost.test.conf
@@ -1,4 +1,4 @@
{
"include-files": ["localhost.test.conf"],
- "reddwarf_client_cls": "reddwarfclient.xml.ReddwarfXmlClient"
+ "trove_client_cls": "troveclient.xml.TroveXmlClient"
}