summaryrefslogtreecommitdiff
path: root/morphlib/exts/kvm.write
diff options
context:
space:
mode:
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-11-25 14:52:59 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-11-26 07:01:08 +0000
commitcb63069fc8a6eb8ba52e5a307cfa03e417e3bc0c (patch)
tree4d879db03c9bedcd65e965e29914433a7545f2f7 /morphlib/exts/kvm.write
parentbec6d625c1db82342c82a178a25cf1398993db87 (diff)
downloadmorph-cb63069fc8a6eb8ba52e5a307cfa03e417e3bc0c.tar.gz
Document the write extension in the write.help file
- Move docstring from .write to .write.help - Rework the content and formatting of the help information
Diffstat (limited to 'morphlib/exts/kvm.write')
-rwxr-xr-xmorphlib/exts/kvm.write20
1 files changed, 0 insertions, 20 deletions
diff --git a/morphlib/exts/kvm.write b/morphlib/exts/kvm.write
index eeb7c6b5..61c96676 100755
--- a/morphlib/exts/kvm.write
+++ b/morphlib/exts/kvm.write
@@ -30,26 +30,6 @@ import morphlib.writeexts
class KvmPlusSshWriteExtension(morphlib.writeexts.WriteExtension):
- '''Create a KVM/LibVirt virtual machine during Morph's deployment.
-
- The location command line argument is the pathname of the disk image
- to be created. The user is expected to provide the location argument
- using the following syntax:
-
- kvm+ssh://HOST/GUEST/PATH
-
- where:
-
- * HOST is the host on which KVM/LibVirt is running
- * GUEST is the name of the guest virtual machine on that host
- * PATH is the path to the disk image that should be created,
- on that host
-
- The extension will connect to HOST via ssh to run libvirt's
- command line management tools.
-
- '''
-
location_pattern = '^/(?P<guest>[^/]+)(?P<path>/.+)$'
def process_args(self, args):