~cloud-installer/cloud-installer/master

« back to all changes in this revision

Viewing changes to tools/vm-batch

  • Committer: Adam Stokes
  • Date: 2016-03-01 18:43:49 UTC
  • Revision ID: git-v1:58a87154f46538a0853e373baad0d6207637db99
Fix updated name selection for Autopilot

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    parser.add_argument('--for-lds', action='store_true',
60
60
                        default=False, dest='for_lds',
61
61
                        help='Creates VMs with required hardware for '
62
 
                        'Landscape OpenStack Autopilot.')
 
62
                        'Autopilot.')
63
63
    return parser.parse_args(argv)
64
64
 
65
65