Skip to content

Commit

Permalink
Set as setup requirement ansible version <= 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 11, 2015
1 parent 8c4e2dc commit ac61665
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@


__all__ = ['auth','bottle','CloudManager','config','ConfManager','db','ganglia','HTTPHeaderTransport','ImageManager','InfrastructureInfo','InfrastructureManager','parsetab','radl','recipe','request','REST', 'ServiceRequests','SSH','timedcall','uriparse','VMRC','xmlobject']
__version__ = '1.4.0'
__version__ = '1.4.1'
__author__ = 'Miguel Caballer'

5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,8 @@ IM 1.4.0
* Add suport for scp in SSH module in case that sftp is not available
* Bugfixes to GCE connector
* Make StartInfrastructure and StopInfrastructure operations in parallel

IM 1.4.1
* Minor bugfixes to OCCI and GCE connectors
* Minor bugfixes in Contextualization step
* Set as setup requirement ansible version <= 1.9.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
long_description="IM is a tool that ease the access and the usability of IaaS clouds by automating the VMI selection, deployment, configuration, software installation, monitoring and update of Virtual Appliances. It supports APIs from a large number of virtual platforms, making user applications cloud-agnostic. In addition it integrates a contextualization system to enable the installation and configuration of all the user required applications providing the user with a fully functional infrastructure.",
description="IM is a tool to manage virtual infrastructures on Cloud deployments",
platforms=["any"],
install_requires=["ansible >= 1.4","paramiko >= 1.14","PyYAML","SOAPpy","boto >= 2.29","apache-libcloud >= 0.17","ply", "bottle", "netaddr", "scp"]
install_requires=["ansible >= 1.4, <= 1.9.4","paramiko >= 1.14","PyYAML","SOAPpy","boto >= 2.29","apache-libcloud >= 0.17","ply", "bottle", "netaddr", "scp"]
)

0 comments on commit ac61665

Please sign in to comment.