Skip to content
Snippets Groups Projects
  1. Oct 09, 2007
    • Iustin Pop's avatar
      Enhance cli.SubmitOpcode to use custom parameters · 9f33ef86
      Iustin Pop authored
      This patch allows the SubmitOpcode function to take a pre-created
      Processor instance and a different feedback function. This is helpful
      when submitting more than one opcode from a shell script.
      
      Reviewed-by: imsnah
      9f33ef86
  2. Oct 08, 2007
  3. Oct 04, 2007
  4. Oct 03, 2007
  5. Oct 02, 2007
  6. Oct 01, 2007
  7. Sep 28, 2007
  8. Sep 27, 2007
  9. Sep 26, 2007
    • Michael Hanselmann's avatar
      Enhance QA. · 5d640672
      Michael Hanselmann authored
      - Test “gnt-backup export” and “gnt-backup import”.
      - Move “ResolveInstanceName” to qa_utils.py.
      - Fix tests for “ganeti-watcher”.
      - Make instance shutdown and startup configurable.
      
      Reviewed-by: schreiberal
      
      5d640672
  10. Sep 25, 2007
  11. Sep 24, 2007
  12. Sep 21, 2007
    • Iustin Pop's avatar
      Change class hierarchy in objects.py · ec29fe40
      Iustin Pop authored
      It makes sense to make the TaggableObject a child of the ConfigObject,
      since in this case we can derive the Instance, Node and Cluster objects
      only from the TaggableObject and have a cleaner hierarchy.
      
      For consistency child classes will have to declare their slots by adding
      their parents on top.
      
      Reviewed-by: imsnah,ultrotter
      ec29fe40
Loading