summaryrefslogtreecommitdiff
path: root/virtinst/connection.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-08-22 13:22:51 -0400
committerCole Robinson <crobinso@redhat.com>2020-08-26 15:20:05 -0400
commitbc9d6cf6d532314a2723890df07fa1a917c9a1f5 (patch)
treefba3cccb6fddab51a4c7bc72840d956d3b1fa9a7 /virtinst/connection.py
parent7a63fb95ec74b057218bbfce275edc64fc250546 (diff)
downloadvirt-manager-bc9d6cf6d532314a2723890df07fa1a917c9a1f5.tar.gz
Drop some explicit openvz handling
I don't think many, if any, people are using virt-manager with openvz. Drop the specific handling the filesystem UI, users can use the raw XML editor if they need special behavior Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'virtinst/connection.py')
-rw-r--r--virtinst/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/connection.py b/virtinst/connection.py
index 992e7357..af9d38cc 100644
--- a/virtinst/connection.py
+++ b/virtinst/connection.py
@@ -385,7 +385,7 @@ class VirtinstConnection(object):
return self._uriobj.scheme.startswith("lxc")
def is_openvz(self):
return self._uriobj.scheme.startswith("openvz")
- def is_container(self):
+ def is_container_only(self):
return self.is_lxc() or self.is_openvz()
def is_vz(self):
return (self._uriobj.scheme.startswith("vz") or