Merge "Set can_set_mount_point default to False"

This commit is contained in:
Jenkins 2013-12-10 11:10:46 +00:00 committed by Gerrit Code Review
commit dc46065141
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ OPENSTACK_NEUTRON_NETWORK = {
}
OPENSTACK_HYPERVISOR_FEATURES = {
'can_set_mount_point': True,
'can_set_mount_point': False,
'can_set_password': True,
}