components/openstack/horizon/files/local_settings.py
changeset 1963 fe904db9c438
parent 1944 56ac2df1785b
child 3998 5bd484384122
--- a/components/openstack/horizon/files/local_settings.py	Mon Jun 23 08:41:07 2014 -0600
+++ b/components/openstack/horizon/files/local_settings.py	Mon Jun 23 07:55:33 2014 -0700
@@ -161,8 +161,12 @@
     'can_edit_role': True
 }
 
+# The Xen Hypervisor has the ability to set the mount point for volumes
+# attached to instances (other Hypervisors currently do not). Setting
+# can_set_mount_point to True will add the option to set the mount point
+# from the UI.
 OPENSTACK_HYPERVISOR_FEATURES = {
-    'can_set_mount_point': True,
+    'can_set_mount_point': False,
 }
 
 # The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional