b63f8687f9
Refactor codebase and unit tests to default to execution under Python 3. Drop install shim as Python 3 is always present >= trusty. Drop legacy dhcp and network reassignment code from charm as a) this relies on a py3 neutronclient (not supported on older releases) and b) this function was superceeded by the ha-legacy-mode and then neutron router and network HA built in functionality. Use charmhelper provided get_host_ip as this superceeds the in charm version of this function. Change-Id: I0b28bf0851d44e85b1e856cbd97b71099faa76ae
28 lines
876 B
Plaintext
28 lines
876 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
coverage>=3.6
|
|
mock>=1.2
|
|
flake8>=2.2.4,<=2.4.1
|
|
os-testr>=0.4.1
|
|
charm-tools>=2.0.0;python_version=='2.7'
|
|
requests==2.6.0
|
|
# BEGIN: Amulet OpenStack Charm Helper Requirements
|
|
# Liberty client lower constraints
|
|
amulet>=1.14.3,<2.0;python_version=='2.7'
|
|
bundletester>=0.6.1,<1.0;python_version=='2.7'
|
|
python-ceilometerclient>=1.5.0
|
|
python-cinderclient>=1.4.0
|
|
python-glanceclient>=1.1.0
|
|
python-heatclient>=0.8.0
|
|
python-keystoneclient>=1.7.1
|
|
python-neutronclient>=3.1.0
|
|
python-novaclient>=2.30.1
|
|
python-openstackclient>=1.7.0
|
|
python-swiftclient>=2.6.0
|
|
pika>=0.10.0,<1.0
|
|
distro-info
|
|
# END: Amulet OpenStack Charm Helper Requirements
|
|
# NOTE: workaround for 14.04 pip/tox
|
|
pytz
|