Commit f8124124 authored by Marco Mariani's avatar Marco Mariani

stop an instance when freezing it

parent 1bf9c78b
......@@ -76,6 +76,7 @@ class Renamer(object):
# partition to be deactivated
cp_broken = cp_root.request(software_release=self.software_release,
software_type='frozen',
state='stopped',
partition_reference=cp_exporter_ref)
broken_new_ref = 'broken-{}'.format(time.strftime("%d-%b_%H:%M:%S", time.gmtime()))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment