mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Add @todo
as the cli example so the test does not fails and it does not get forgotten.
This commit is contained in:
parent
356e299f8e
commit
ea1ffdd245
@ -49,7 +49,10 @@ def make_image(location, size, fmt):
|
||||
|
||||
def nbd_connect(image):
|
||||
'''
|
||||
Activate nbd for an image file
|
||||
Activate nbd for an image file.
|
||||
|
||||
CLI Example::
|
||||
@todo
|
||||
'''
|
||||
if not os.path.isfile(image):
|
||||
return ''
|
||||
@ -140,6 +143,9 @@ def bootstrap(location, size, fmt):
|
||||
|
||||
fmt:
|
||||
The image format, raw or qcow2
|
||||
|
||||
CLI Example::
|
||||
@todo
|
||||
'''
|
||||
location = make_image(location, size, fmt)
|
||||
if not location:
|
||||
|
Loading…
Reference in New Issue
Block a user