Skip to content

Commit

Permalink
Merge pull request #312 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Apr 26, 2017
2 parents cddc871 + 5bd5151 commit b2fd602
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,11 @@ IM 1.5.3
* Change default value of REMOTE_CONF_DIR to /var/tmp.
* Enable to specify a port range in outports.
* Add functions to create VM snapshots.
* Fix error in OCCI conn setting public key.
* Improve SG management in connectors EC2 and OpenStack.
* Add support to OTC.
* In case of hybrid infrastructures some connector will not remove all resources.
* Select a random pool in case of OpenStack site in OCCI conn.
* Detach volumes before removing it in OCCI conn.
* Support OpenStack calls with VOMS proxies.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
description="IM is a tool to manage virtual infrastructures on Cloud deployments",
platforms=["any"],
install_requires=["ansible >= 1.8", "paramiko >= 1.14", "PyYAML", suds_pkg, sqlite_pkg, "cheroot",
"boto >= 2.29", "apache-libcloud >= 0.17", "RADL", "bottle", "netaddr", "requests", "scp"]
"boto >= 2.29", "apache-libcloud >= 0.17", "RADL >= 1.1.0", "bottle", "netaddr",
"requests", "scp"]
)

0 comments on commit b2fd602

Please sign in to comment.