Added server details tests. Also re-added several files that somehow missed the initial commit

Change-Id: I23eb08d2589b5c513b38de2476e44d53f21a79a1
diff --git a/etc/storm.conf.sample b/etc/storm.conf.sample
new file mode 100644
index 0000000..fc06580
--- /dev/null
+++ b/etc/storm.conf.sample
@@ -0,0 +1,17 @@
+[nova]
+auth_url=http://127.0.0.1:5000/v2.0/tokens
+user=admin
+api_key=admin-key
+tenant_name=admin-project
+ssh_timeout=300
+build_interval=10
+build_timeout=600
+
+[environment]
+image_ref=3
+image_ref_alt=4
+flavor_ref=1
+flavor_ref_alt=2
+create_image_enabled=true
+resize_available=true
+authentication=keystone_v2
\ No newline at end of file