]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fixing teuthology-lock for os-type instead of vm-type.
authorSandon Van Ness <sandon@inktank.com>
Mon, 29 Jul 2013 23:30:40 +0000 (16:30 -0700)
committerSandon Van Ness <sandon@inktank.com>
Mon, 29 Jul 2013 23:34:20 +0000 (16:34 -0700)
Teuthology got updated to use --os-type and os_type in yaml
instead of --vm-type. I added this to teuthology but forgot
to update tuthology-lock as well for manually creating vms.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
README.rst
teuthology/lock.py

index 6a24e50ac1e1e88f7fda14705c006114713ca81c..64f07891a83f2625de071c0d58141703121d6428 100644 (file)
@@ -312,7 +312,7 @@ When a virtual machine is locked, downburst is run on that machine to
 install a new image.  This allows the user to set different virtual
 OSes to be installed on the newly created virtual machine.  Currently
 the default virtual machine is ubuntu (precise).  A different vm installation
-can be set using the ``--vm-type`` option in ``teuthology.lock``.
+can be set using the ``--os-type`` option in ``teuthology.lock``.
 
 When a virtual machine is unlocked, downburst destroys the image on the
 machine.
index d530f263f1bbbada06bb3dccd845ba37a9008572..3873136d7c33ab0ad81b3acc137da1e0596a4ec3 100644 (file)
@@ -217,7 +217,7 @@ Lock, unlock, or query lock status of machines.
         help='machines to operate on',
         )
     parser.add_argument(
-        '--vm-type',
+        '--os-type',
         default='ubuntu',
         help='virtual machine type',
         )