~ubuntu-branches/ubuntu/vivid/horizon/vivid-proposed

« back to all changes in this revision

Viewing changes to .pc/ubuntu_settings.patch/openstack_dashboard/local/local_settings.py.example

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-31 17:31:49 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20140331173149-f28yjk2s8pt15fqj
Tags: 1:2014.1~rc1-0ubuntu1
* New upstream release candidate (LP: #1288245).
  - d/static/*: Refreshed assets for new upstream release.
* d/theme/*: Refresh Ubuntu theme against Icehouse templates (LP: #1291653).

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
    'can_edit_role': True
151
151
}
152
152
 
 
153
#Setting this to True, will add a new "Retrieve Password" action on instance,
 
154
#allowing Admin session password retrieval/decryption.
 
155
#OPENSTACK_ENABLE_PASSWORD_RETRIEVE = False
 
156
 
153
157
# The Xen Hypervisor has the ability to set the mount point for volumes
154
158
# attached to instances (other Hypervisors currently do not). Setting
155
159
# can_set_mount_point to True will add the option to set the mount point
156
160
# from the UI.
157
161
OPENSTACK_HYPERVISOR_FEATURES = {
158
162
    'can_set_mount_point': False,
159
 
    'can_set_password': True,
 
163
    'can_set_password': False,
160
164
}
161
165
 
162
166
# The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional