diff --git a/slapos/recipe/request.py b/slapos/recipe/request.py index 09a0e2069ef4c0ebe1c2dfc81cfdc9b7ff7cd171..f3e0af565aacc7ac2ef90873481e33b4e9eb3e95 100644 --- a/slapos/recipe/request.py +++ b/slapos/recipe/request.py @@ -57,7 +57,7 @@ class Recipe(object): self.logger.debug("No parameter to return to main instance." "Be careful about that...") - software_type = 'RootInstanceSoftware' + software_type = 'RootSoftwareInstance' if 'software-type' in options: software_type = options['software-type']