Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 4
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)