
This systematically replaces anyplace that deals with dates or times in Horizon with Django's timezone-aware machinery, and enables timezone support in settings. The assumption is that the server time should *always* be UTC. TO DO: Add a setting for allowing the user to change their preferred timezone display and add timezone indicators anywhere times are displayed to the user. Implements blueprint timezones. Also fixes bug 927974. Change-Id: I5e462ba86e64b97b46873a017f87f328acee1b1d
11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
# Horizon Core Requirements
|
|
Django>=1.4
|
|
django_compressor
|
|
python-cloudfiles
|
|
pytz
|
|
|
|
# Horizon Non-pip Requirements
|
|
https://github.com/openstack/python-novaclient/zipball/master#egg=python-novaclient
|
|
https://github.com/openstack/python-keystoneclient/zipball/master#egg=python-keystoneclient
|
|
https://github.com/openstack/python-glanceclient/zipball/master#egg=python-glanceclient
|