From 54f0cd209aa63919b308e76726263a15f745de69 Mon Sep 17 00:00:00 2001 From: micafer Date: Wed, 26 Apr 2017 09:02:10 +0200 Subject: [PATCH 1/2] Set RADL 1.1.0 as requirement --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec1302d02..98a7b6a6a 100644 --- a/setup.py +++ b/setup.py @@ -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"] ) From 5bd5151a48d244c8ed7e5840e16635ee321de215 Mon Sep 17 00:00:00 2001 From: micafer Date: Wed, 26 Apr 2017 17:03:45 +0200 Subject: [PATCH 2/2] Update changelog --- changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog b/changelog index 0215d2c4b..64ed45f3d 100644 --- a/changelog +++ b/changelog @@ -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.