8c1bc54f93
* Add python-troveclient to requirements. * Add trove api to openstack_dashboard apis. * Add Database Instances panel. * Add Database Backups panel. Authors: * Robert Myers * Denis Makogon * Andrea Giardini Implements: Blueprint trove-support Change-Id: I0541534612ccb491d692168c3c9ca7a841650be6
24 lines
505 B
Plaintext
24 lines
505 B
Plaintext
pbr>=0.5.21,<1.0
|
|
# Horizon Core Requirements
|
|
Django>=1.4,<1.6
|
|
django_compressor>=1.3
|
|
django_openstack_auth>=1.1.1
|
|
eventlet>=0.13.0
|
|
kombu>=2.4.8
|
|
lesscpy>=0.9j
|
|
iso8601>=0.1.4
|
|
netaddr
|
|
python-cinderclient>=1.0.5
|
|
python-glanceclient>=0.9.0
|
|
python-heatclient>=0.2.3
|
|
python-keystoneclient>=0.3.0
|
|
python-novaclient>=2.12.0
|
|
python-neutronclient>=2.2.3,<3
|
|
python-swiftclient>=1.2
|
|
python-ceilometerclient>=1.0.2
|
|
python-troveclient
|
|
pytz>=2010h
|
|
# Horizon Utility Requirements
|
|
# for SECURE_KEY generation
|
|
lockfile>=0.8
|