fix case and description
diff --git a/xos/configurations/common/make-cloudlab-nodes-yaml.sh b/xos/configurations/common/make-cloudlab-nodes-yaml.sh
index 12dd274..e68adf1 100644
--- a/xos/configurations/common/make-cloudlab-nodes-yaml.sh
+++ b/xos/configurations/common/make-cloudlab-nodes-yaml.sh
@@ -9,12 +9,14 @@
imports:
- custom_types/xos.yaml
+description: autogenerated cloudlab nodes file
+
topology_template:
node_templates:
MyDeployment:
- type: tosca.nodes.deployment
+ type: tosca.nodes.Deployment
mysite:
- type: tosca.nodes.site
+ type: tosca.nodes.Site
EOF
NODES=$( sudo bash -c "source /root/setup/admin-openrc.sh ; nova hypervisor-list" |grep cloudlab|awk '{print $4}' )