Example #1
0
 def child_template_files(self, child_env):
     is_rolling_update = (self.action == self.UPDATE
                          and self.update_policy[self.ROLLING_UPDATE])
     return grouputils.get_child_template_files(self.context,
                                                self.stack,
                                                is_rolling_update,
                                                self.old_template_id)
Example #2
0
 def child_template_files(self, child_env):
     is_rolling_update = (self.action == self.UPDATE
                          and self.update_policy[self.ROLLING_UPDATE])
     return grouputils.get_child_template_files(self.context,
                                                self.stack,
                                                is_rolling_update,
                                                self.old_template_id)
Example #3
0
 def child_template_files(self, child_env):
     is_update = self.action == self.UPDATE
     return grouputils.get_child_template_files(self.context, self.stack,
                                                is_update,
                                                self.old_template_id)
 def child_template_files(self, child_env):
     is_update = self.action == self.UPDATE
     return grouputils.get_child_template_files(self.context, self.stack,
                                                is_update,
                                                self.old_template_id)