cleanup and updated Cloudlab OpenStack profile playbooks
diff --git a/inventory/cloudlab-openstack b/inventory/cloudlab-openstack
new file mode 100644
index 0000000..12da333
--- /dev/null
+++ b/inventory/cloudlab-openstack
@@ -0,0 +1,5 @@
+# inventory file for Clouldlab's OpenStack Profile
+
+[clouldlab]
+ctl ansible_ssh_host=hostname_goes_here.cloudlab.us ansible_ssh_user=cloudlab_username
+
diff --git a/inventory/single-localhost b/inventory/single-localhost
index 18e7e0d..36fdcaa 100644
--- a/inventory/single-localhost
+++ b/inventory/single-localhost
@@ -4,3 +4,6 @@
 [head]
 localhost
 
+[cloudlab]
+localhost
+