~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): Corey Bryant, Corey Bryant, James Page
  • Date: 2015-02-16 13:50:29 UTC
  • mfrom: (0.10.1) (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150216135029-m632ppq5etw9te0c
Tags: 1:2015.1~b2-0ubuntu1
[ Corey Bryant ]
* New upstream release.
  - d/control: Align with upstream dependencies.
  - d/p/embedded-xstatic.patch: Refreshed. Code moved to new files.
  - d/p/fix-requirements.patch: Added to drop selenium dependency.

[ James Page ]
* d/bundle-xstatic.sh: Use --system flag when generating xstatic
  assets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
# the database creation workflow if so desired.
83
83
# HORIZON_CONFIG["password_autocomplete"] = "off"
84
84
 
 
85
# Setting this to True will disable the reveal button for password fields,
 
86
# including on the login form.
 
87
# HORIZON_CONFIG["disable_password_reveal"] = False
 
88
 
85
89
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
86
90
 
87
91
# Set custom secret key:
207
211
#         ('ami', _('AMI - Amazon Machine Image')),
208
212
#         ('ari', _('ARI - Amazon Ramdisk Image')),
209
213
#         ('iso', _('ISO - Optical Disk Image')),
 
214
#         ('ova', _('OVA - Open Virtual Appliance')),
210
215
#         ('qcow2', _('QCOW2 - QEMU Emulator')),
211
216
#         ('raw', _('Raw')),
212
 
#         ('vdi', _('VDI')),
213
 
#         ('vhd', _('VHD')),
214
 
#         ('vmdk', _('VMDK'))
 
217
#         ('vdi', _('VDI - Virtual Disk Image')),
 
218
#         ('vhd', ('VHD - Virtual Hard Disk')),
 
219
#         ('vmdk', _('VMDK - Virtual Machine Disk'))
215
220
#     ]
216
221
# }
217
222