components/openstack/horizon/files/local_settings.py
branchs11u2-sru
changeset 3198 46289f36c1ca
parent 3178 77584387a894
child 3998 5bd484384122
--- a/components/openstack/horizon/files/local_settings.py	Thu Jun 26 11:50:03 2014 -0700
+++ b/components/openstack/horizon/files/local_settings.py	Wed Jul 02 06:53:43 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