components/openstack/horizon/files/local_settings.py
branchs11-update
changeset 3196 4c06db2d9388
parent 3178 77584387a894
child 3998 5bd484384122
equal deleted inserted replaced
3195:cf6a5a756b74 3196:4c06db2d9388
   159     'can_edit_project': True,
   159     'can_edit_project': True,
   160     'can_edit_domain': True,
   160     'can_edit_domain': True,
   161     'can_edit_role': True
   161     'can_edit_role': True
   162 }
   162 }
   163 
   163 
       
   164 # The Xen Hypervisor has the ability to set the mount point for volumes
       
   165 # attached to instances (other Hypervisors currently do not). Setting
       
   166 # can_set_mount_point to True will add the option to set the mount point
       
   167 # from the UI.
   164 OPENSTACK_HYPERVISOR_FEATURES = {
   168 OPENSTACK_HYPERVISOR_FEATURES = {
   165     'can_set_mount_point': True,
   169     'can_set_mount_point': False,
   166 }
   170 }
   167 
   171 
   168 # The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional
   172 # The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional
   169 # services provided by neutron. Options currenly available are load
   173 # services provided by neutron. Options currenly available are load
   170 # balancer service, security groups, quotas, VPN service.
   174 # balancer service, security groups, quotas, VPN service.