Merge "Add os_only node type"
diff --git a/de/heat-templates/scripts/instance_boot.sh b/de/heat-templates/scripts/instance_boot.sh
index 3668543..09d916b 100644
--- a/de/heat-templates/scripts/instance_boot.sh
+++ b/de/heat-templates/scripts/instance_boot.sh
@@ -402,6 +402,9 @@
         download_bundles
         workaround_default_forward_policy
         ;;
+    os_only)
+        echo "OS is installed"
+        ;;
     *)
         echo "Usage: $0 {ucp|master|worker}"
         exit 1