~fgimenez/snappy-tests-job/jlp-test3

« back to all changes in this revision

Viewing changes to cloud/canonistack.go

  • Committer: Federico Gimenez
  • Date: 2015-08-03 11:24:50 UTC
  • mfrom: (49.1.2 jlp-test)
  • Revision ID: fgimenez@canonical.com-20150803112450-d15uhoolwbvhsq2k
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
const (
37
37
        imgTpl                   = ".*%s-snappy-core-amd64-%s.*"
38
38
        listImagesCmd            = "nova image-list"
39
 
        launchInstanceCmdTpl     = "nova boot --key-name %s_%s --security-groups ssh --flavor m1.medium --user-data /usr/share/snappy-tests-job/user.yml --image %s test-%d"
 
39
        launchInstanceCmdTpl     = "nova boot --key-name %s_%s --security-groups ssh --flavor m1.small --user-data /usr/share/snappy-tests-job/user.yml --image %s test-%d"
40
40
        describeInstanceCmdTpl   = "nova show %s"
41
41
        killInstanceCmdTpl       = "nova delete %s"
42
42
        maxAttempsInstanceWait   = 10