~registry/uec-testing-scripts/trunk

« back to all changes in this revision

Viewing changes to uec_ebs.py

  • Committer: C de-Avillez
  • Date: 2010-08-11 21:21:52 UTC
  • Revision ID: hggdh2@ubuntu.com-20100811212152-wmu837koe0fwh0fx
uec_ebs.py: allocate /dev/sdb, not /dev/sdc

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        self.state = "deleted"
124
124
        self.logger.debug("delete output: %s" % (output))
125
125
 
126
 
    def attach(self, instance, device='/dev/sdc'):
 
126
    def attach(self, instance, device='/dev/sdb'):
127
127
        self.logger.info("Attaching volume to instance %s as %s" %( instance.id,
128
128
                                                                    device))
129
129
        self.instance = instance
481
481
    
482
482
if __name__ == "__main__":
483
483
    sys.exit(main())     
484
 
    
 
 
b'\\ No newline at end of file'
 
484