Revision 4db0a70a

b/snf-tools/synnefo_tools/burnin.py
341 341
        log.info("Register image to plankton")
342 342
        location = "pithos://" + self.uuid + \
343 343
            "/images/" + self.temp_image_name
344
        params = {'is_public': True}
344
        params = {'is_public': False}
345 345
        properties = {'OSFAMILY': "linux", 'ROOT_PARTITION': 1}
346 346
        self.image_client.register(
347 347
            self.temp_image_name, location, params, properties)

Also available in: Unified diff