summaryrefslogtreecommitdiff
path: root/integration/tests/integration/localhost.test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'integration/tests/integration/localhost.test.conf')
-rw-r--r--integration/tests/integration/localhost.test.conf95
1 files changed, 95 insertions, 0 deletions
diff --git a/integration/tests/integration/localhost.test.conf b/integration/tests/integration/localhost.test.conf
new file mode 100644
index 00000000..6459935c
--- /dev/null
+++ b/integration/tests/integration/localhost.test.conf
@@ -0,0 +1,95 @@
+{
+ "include-files":["core.test.conf"],
+
+ "fake_mode": true,
+ "dbaas_url":"http://localhost:8779/v1.0",
+ "version_url":"http://localhost:8779",
+ "nova_auth_url":"http://localhost:8779/v1.0/auth",
+ "trove_auth_url":"http://localhost:8779/v1.0/auth",
+ "trove_client_insecure":false,
+ "auth_strategy":"fake",
+
+ "trove_version":"v1.0",
+ "trove_api_updated":"2012-08-01T00:00:00Z",
+
+ "trove_dns_support":false,
+ "trove_ip_support":false,
+
+ "nova_client": null,
+
+
+ "users": [
+ {
+ "auth_user":"admin",
+ "auth_key":"password",
+ "tenant":"admin-1000",
+ "requirements": {
+ "is_admin":true,
+ "services": ["trove"]
+ }
+ },
+ {
+ "auth_user":"jsmith",
+ "auth_key":"password",
+ "tenant":"2500",
+ "requirements": {
+ "is_admin":false,
+ "services": ["trove"]
+ }
+ },
+ {
+ "auth_user":"hub_cap",
+ "auth_key":"password",
+ "tenant":"3000",
+ "requirements": {
+ "is_admin":false,
+ "services": ["trove"]
+ }
+ }
+ ],
+
+ "flavors": [
+ {
+ "id": 1,
+ "name": "m1.tiny",
+ "ram": 512
+ },
+ {
+ "id": 2,
+ "name": "m1.small",
+ "ram": 2048
+ },
+ {
+ "id": 3,
+ "name": "m1.medium",
+ "ram": 4096
+ },
+ {
+ "id": 4,
+ "name": "m1.large",
+ "ram": 8192
+ },
+ {
+ "id": 5,
+ "name": "m1.xlarge",
+ "ram": 16384
+ },
+ {
+ "id": 6,
+ "name": "tinier",
+ "ram": 506
+ },
+ {
+ "id": 7,
+ "name": "m1.rd-tiny",
+ "ram": 512
+ },
+ {
+ "id": 8,
+ "name": "m1.rd-smaller",
+ "ram": 768
+ }
+
+ ],
+ "sentinel": null
+}