Revision 1ee8e01a

b/lib/cli.py
1778 1778
  if mode == constants.INSTANCE_CREATE:
1779 1779
    start = opts.start
1780 1780
    os_type = opts.os
1781
    force_variant = opts.force_variant
1781 1782
    src_node = None
1782 1783
    src_path = None
1783 1784
    no_install = opts.no_install
......
1785 1786
  elif mode == constants.INSTANCE_IMPORT:
1786 1787
    start = False
1787 1788
    os_type = None
1789
    force_variant = False
1788 1790
    src_node = opts.src_node
1789 1791
    src_path = opts.src_dir
1790 1792
    no_install = None
......
1809 1811
                                mode=mode,
1810 1812
                                start=start,
1811 1813
                                os_type=os_type,
1814
                                force_variant=force_variant,
1812 1815
                                src_node=src_node,
1813 1816
                                src_path=src_path,
1814 1817
                                no_install=no_install,

Also available in: Unified diff