Refactor to /opt/planetstack, final tweaks to make sure planetstack can run in non...
[plstackapi.git] / planetstack / plstackapi_config
diff --git a/planetstack/plstackapi_config b/planetstack/plstackapi_config
new file mode 100644 (file)
index 0000000..1d7b761
--- /dev/null
@@ -0,0 +1,29 @@
+[plc]
+name=plc
+
+[db]
+name=planetstack
+user=postgres
+password=password
+host=localhost
+port=5432
+
+[api]
+host=localhost
+port=8000
+ssl_key=None
+ssl_cert=None
+ca_ssl_cert=None
+ratelimit_enabled=0
+omf_enabled=0
+mail_support_address=support@localhost
+nova_enabled=True
+
+[nova]
+admin_user=admin@domain.com
+admin_password=admin
+admin_tenant=admin
+url=http://localhost:5000/v2.0/
+default_image=None
+default_flavor=m1.small
+default_security_group=default