Set can_set_mount_point to False by default
Change-Id: I518bfbeee709f5304a1c6b2b9ddcfe9655881a66 Closes-Bug: #1255136
This commit is contained in:
@@ -149,8 +149,12 @@ OPENSTACK_KEYSTONE_BACKEND = {
|
||||
'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,
|
||||
'can_set_password': True,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user