summaryrefslogtreecommitdiff
path: root/virt-install
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2013-10-06 10:08:04 -0400
committerCole Robinson <crobinso@redhat.com>2013-10-06 10:08:04 -0400
commit56b9f6187b4b1640acb38e39cb1ad69bcf7e3cc7 (patch)
tree8beeb302ef0502dc0c69f9d33691a2c86f879fda /virt-install
parentd4103eac264c627164407c6d6319a224dd32ae5b (diff)
downloadvirt-manager-56b9f6187b4b1640acb38e39cb1ad69bcf7e3cc7.tar.gz
Streamline support checks
Just use one function check_support
Diffstat (limited to 'virt-install')
-rwxr-xr-xvirt-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-install b/virt-install
index 5d738ada..9a0e3769 100755
--- a/virt-install
+++ b/virt-install
@@ -442,7 +442,7 @@ def check_option_collisions(options, guest):
if (options.location and
guest.conn.is_remote() and not
- virtinst.support.support_remote_url_install(guest.conn)):
+ guest.conn.support_remote_url_install()):
fail(_("Libvirt version does not support remote --location installs"))
if not options.location and options.extra: